From 40decbd7692d9c08ed25ad3e39b16af084c8be44 Mon Sep 17 00:00:00 2001 From: Schark Date: Tue, 5 Dec 2023 21:47:49 -0800 Subject: Init scripts --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3-18-g5258