useful-scripts/README.md
2024-09-13 14:41:31 +01:00

2.1 KiB

useful-scripts

Note

This repository is mirrored on Codeberg if you wanted to raise an issue.

A collection of useful scripts that I use everyday.

  • getStarred.sh - Get starred articles from Miniflux and copy to clipboard. Notes
  • unstar.sh - Unstar all starred articles on Miniflux. Notes
  • syncBlog.sh - The script I use to sync my notes and articles from Obsidian to my website. Converting the links. Notes
  • moveFiles.sh - This script checks to see if my server (friday) is online and the folders are mounted before moving files downloaded using rsync.
  • copyfiles.sh - Same as the above but it copies instead of moves the files. Notes
  • slackit.sh - I use this to easily send slack notifications to myself from inside other scripts. Notes
  • sort_photos.py - This file moves photos in my camera uploads folder into my main photos folder based on the date the photo was taken. Notes
  • down.sh - Runs docker-compose down on in all the nested folders under directory. Notes
  • up.sh - Runs docker-compose up -d on in all the nested folders under directory. Notes
  • stop.sh - Runs docker-compose stop on in all the nested folders under directory. Notes
  • start.sh - Runs docker-compose start on in all the nested folders under directory. Notes
  • icloud_download.sh - I use this to download my iCloud photos. Notes