A collection of useful scripts that I use everyday
copyFiles.sh | ||
down.sh | ||
getStarred.sh | ||
icloud_download.sh | ||
LICENSE | ||
mount_nas.sh | ||
moveFiles.sh | ||
README.md | ||
slackit.sh | ||
sort_photos.py | ||
start.sh | ||
stop.sh | ||
syncBlog.sh | ||
unstar.sh | ||
up.sh |
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. Notesunstar.sh
- Unstar all starred articles on Miniflux. NotessyncBlog.sh
- The script I use to sync my notes and articles from Obsidian to my website. Converting the links. NotesmoveFiles.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. Notesslackit.sh
- I use this to easily send slack notifications to myself from inside other scripts. Notessort_photos.py
- This file moves photos in my camera uploads folder into my main photos folder based on the date the photo was taken. Notesdown.sh
- Runsdocker-compose down
on in all the nested folders underdirectory
. Notesup.sh
- Runsdocker-compose up -d
on in all the nested folders underdirectory
. Notesstop.sh
- Runsdocker-compose stop
on in all the nested folders underdirectory
. Notesstart.sh
- Runsdocker-compose start
on in all the nested folders underdirectory
. Notesicloud_download.sh
- I use this to download my iCloud photos. Notes