├── .gitignore ├── LICENSE ├── README.md ├── diplo_and_friends.py ├── goodreads_to_md_list.py ├── hn500-to-simplepush.py ├── ideas.md ├── music-to-external-hdd.sh └── music-to-subfolders.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inputsh/automation-scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inputsh/automation-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inputsh/automation-scripts/HEAD/README.md -------------------------------------------------------------------------------- /diplo_and_friends.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inputsh/automation-scripts/HEAD/diplo_and_friends.py -------------------------------------------------------------------------------- /goodreads_to_md_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inputsh/automation-scripts/HEAD/goodreads_to_md_list.py -------------------------------------------------------------------------------- /hn500-to-simplepush.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inputsh/automation-scripts/HEAD/hn500-to-simplepush.py -------------------------------------------------------------------------------- /ideas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inputsh/automation-scripts/HEAD/ideas.md -------------------------------------------------------------------------------- /music-to-external-hdd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inputsh/automation-scripts/HEAD/music-to-external-hdd.sh -------------------------------------------------------------------------------- /music-to-subfolders.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inputsh/automation-scripts/HEAD/music-to-subfolders.sh --------------------------------------------------------------------------------