summaryrefslogtreecommitdiff
path: root/README.md
blob: 11bb5f14dbe1af0604a39c8dee48224485f6b852 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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