blob: 8372cbf96ebd42699151db8b2cbb9fb61fbe31f3 (
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
# 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`
## battery-life
Grabs remaining battery life on laptops, using acpi.
`./battery-life`
## adjust-brightness
Changes the brightness value of a screen, intended use being laptops.
TODO: Pass through directory as to not be hardcoded
`./adjust-brightness $+/-
## backup.py
Creates file copies on another drive and an external server.
TODO: switch this to shell
|