M README.md => README.md +3 -0
@@ 7,6 7,9 @@
* [dorker](dorker): After an embarrasing number of misspelings of dorker, I mean docker (the r and c keys are adjacent in the Dvorak layout), this is is my resulting convenience wrapper
* [cult](cult): How I endure the cult of rust
* [theft](theft): [Steal this script](https://en.wikipedia.org/wiki/Steal_This_Album!)
+* [aspect-ratio](aspect-ratio): Force the aspect ratio of an X window
+* [downloads](downloads): List or move recent files from the usual ~/Downloads directory
+* [k](k): Remember kommon commands by directory by keeping them in a .k file
## ArchLinux management scripts
* [clean](clean): Cleanup pacman cached, orphaned and/or explicitly installed packages, and coredumps
* [update](update): Update ArchLinux packages and rust, haskell, ocaml caches and nvim plugins
M scripts.toml => scripts.toml +9 -0
@@ 13,6 13,15 @@ description = "How I endure the cult of rust"
[scripts.theft]
description = "[Steal this script](https://en.wikipedia.org/wiki/Steal_This_Album!)"
+[scripts.aspect-ratio]
+description = "Force the aspect ratio of an X window"
+
+[scripts.downloads]
+description = "List or move recent files from the usual ~/Downloads directory"
+
+[scripts.k]
+description = "Remember kommon commands by directory by keeping them in a .k file"
+
[section.archlinux]
title = "ArchLinux management scripts"