commit 6565a7a
hovercats
·
2022-01-26 05:40:25 +0000 UTC
parent 6565a7a
add readme
1 files changed,
+19,
-0
A
README
A
README
+19,
-0
1@@ -0,0 +1,19 @@
2+Scripts
3+-------
4+
5+A repo containing some scripts I use.
6+
7+
8+Overview
9+--------
10+
11+ - bmks
12+ - A browser independent bookmark script.
13+ - Can use dmenu and fzf, and probably rofi and bemnu etc aswell
14+ - Originally published on the Suckless website, but it was written in bash,
15+ so I ran shellcheck on it, and corrected it accordingly. Should now be
16+ posix.
17+
18+ - dmpv
19+ - Play videos in ~/Videos in mpv from dmenu
20+ - Similarly to bmks, it probably works with fzf, rofi etc aswell.