19 lines
No EOL
2.1 KiB
Markdown
19 lines
No EOL
2.1 KiB
Markdown
# useful-scripts
|
|
|
|
> [!NOTE]
|
|
> This repository is mirrored on [Codeberg](https://codeberg.org/alexhyett/useful-scripts) 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](https://www.alexhyett.com/notes/getting-starred-items-from-miniflux/)
|
|
- `unstar.sh` - Unstar all starred articles on Miniflux. [Notes](https://www.alexhyett.com/notes/getting-starred-items-from-miniflux/)
|
|
- `syncBlog.sh` - The script I use to sync my notes and articles from Obsidian to my website. Converting the links. [Notes](https://www.alexhyett.com/notes/syncing-my-obsidian-notes-with-my-blog/)
|
|
- `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](https://www.alexhyett.com/notes/moving-files-with-rsync/)
|
|
- `slackit.sh` - I use this to easily send slack notifications to myself from inside other scripts. [Notes](https://www.alexhyett.com/notes/send-slack-messages-with-a-command/)
|
|
- `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](https://www.alexhyett.com/notes/sorting-photos-into-folders/)
|
|
- `down.sh` - Runs `docker-compose down` on in all the nested folders under `directory`. [Notes](https://www.alexhyett.com/notes/docker-scripts-for-nested-folders/)
|
|
- `up.sh` - Runs `docker-compose up -d` on in all the nested folders under `directory`. [Notes](https://www.alexhyett.com/notes/docker-scripts-for-nested-folders/)
|
|
- `stop.sh` - Runs `docker-compose stop` on in all the nested folders under `directory`. [Notes](https://www.alexhyett.com/notes/docker-scripts-for-nested-folders/)
|
|
- `start.sh` - Runs `docker-compose start` on in all the nested folders under `directory`. [Notes](https://www.alexhyett.com/notes/docker-scripts-for-nested-folders/)
|
|
- `icloud_download.sh` - I use this to download my iCloud photos. [Notes](https://www.alexhyett.com/notes/download-photos-from-icloud/) |