M README.md => README.md +4 -4
@@ 2,14 2,14 @@
[![builds.sr.ht status](https://builds.sr.ht/~rootmos/scripts.svg)](https://builds.sr.ht/~rootmos/scripts)
+* [k](k): Remember kommon commands by directory by keeping them in a .k file
+* [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](https://crates.io/) of [Rust](https://www.rust-lang.org/)
+* [downloads](downloads): List or move recent files from the usual ~/Downloads directory
* [term](term): Run a program in a new terminal or in the current terminal if available
* [build-info](build-info): Figure out the information about the current environment and render it into a shell environment variables file, C constants or a Lua table
-* [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 +12 -12
@@ 1,14 1,20 @@
-[scripts.term]
-description = "Run a program in a new terminal or in the current terminal if available"
-
-[scripts.build-info]
-description = "Figure out the information about the current environment and render it into a shell environment variables file, C constants or a Lua table"
+[scripts.k]
+description = "Remember kommon commands by directory by keeping them in a .k file"
[scripts.dorker]
description = "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"
[scripts.cult]
-description = "How I endure the cult of rust"
+description = "How I endure the [cult](https://crates.io/) of [Rust](https://www.rust-lang.org/)"
+
+[scripts.downloads]
+description = "List or move recent files from the usual ~/Downloads directory"
+
+[scripts.term]
+description = "Run a program in a new terminal or in the current terminal if available"
+
+[scripts.build-info]
+description = "Figure out the information about the current environment and render it into a shell environment variables file, C constants or a Lua table"
[scripts.theft]
description = "[Steal this script](https://en.wikipedia.org/wiki/Steal_This_Album!)"
@@ 16,12 22,6 @@ description = "[Steal this script](https://en.wikipedia.org/wiki/Steal_This_Albu
[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"