diff options
author | Schark <jordan@schark.online> | 2023-12-05 21:47:49 -0800 |
---|---|---|
committer | Schark <jordan@schark.online> | 2023-12-05 21:47:49 -0800 |
commit | 40decbd7692d9c08ed25ad3e39b16af084c8be44 (patch) | |
tree | 5989985e974d41d7d81c51ce7e78e76858ab1a93 /README.md | |
download | scripts-40decbd7692d9c08ed25ad3e39b16af084c8be44.tar.gz scripts-40decbd7692d9c08ed25ad3e39b16af084c8be44.zip |
Init scripts
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..11bb5f1 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# Scripts + +A collection of various scripts I've created. Below is a list of their function and usage. + +## commandhelper + +Lists out DWM functional shortcuts for my window manager. + +`./commandhelper` + +## internet-status + +Returns 'Online' or 'Offline' depending on the results of a wget call (may move this to a simple ping in the future). + +`./internet-status` + +## process-rss + +INCOMPLETE: automatically feed a blog post HTML file into my RSS file. + +`./process-rss $BLOG_POST.HTML $RSS_FEED.XML` + +## random-music + +Grabs a random list of songs to feed into an mpv playlist. + +TODO: allow directories to be passed in + +`./random-music $NUM_OF_SONGS` + +## backup.py + +Creates file copies on another drive and an external server. + +TODO: switch this to shell |