A collection of useful scripts that I use everyday
Find a file
2024-09-13 14:46:10 +01:00
copyFiles.sh Add move, copy and slackit 2024-09-13 13:57:54 +01:00
down.sh Add down, up, start, stop 2024-09-13 14:30:24 +01:00
getStarred.sh Add scripts 2024-09-13 11:22:16 +01:00
icloud_download.sh Add icloud script 2024-09-13 14:41:31 +01:00
LICENSE Initial commit 2024-09-13 08:24:53 +00:00
mount_nas.sh Add mount nas script 2024-09-13 14:46:10 +01:00
moveFiles.sh Add move, copy and slackit 2024-09-13 13:57:54 +01:00
README.md Add icloud script 2024-09-13 14:41:31 +01:00
slackit.sh Add move, copy and slackit 2024-09-13 13:57:54 +01:00
sort_photos.py Add sort photos script 2024-09-13 14:16:16 +01:00
start.sh Add down, up, start, stop 2024-09-13 14:30:24 +01:00
stop.sh Add down, up, start, stop 2024-09-13 14:30:24 +01:00
syncBlog.sh Add sync script 2024-09-13 11:32:41 +01:00
unstar.sh Add scripts 2024-09-13 11:22:16 +01:00
up.sh Add down, up, start, stop 2024-09-13 14:30:24 +01:00

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