M README.md => README.md +2 -0
@@ 10,6 10,8 @@
* [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
* [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
+* [is-clean](is-clean): Check if git and/or make considers a file to be clean. (NB this script is used to make sure the `README.md` is kept updated from this its `scripts.toml` source.)
+* [include](include): Run a c-style @include-pas on a 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 +6 -0
@@ 22,6 22,12 @@ 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.is-clean]
+description = "Check if git and/or make considers a file to be clean. (NB this script is used to make sure the `README.md` is kept updated from this its `scripts.toml` source.)"
+
+[scripts.include]
+description = "Run a c-style @include-pas on a file"
+
[section.archlinux]
title = "ArchLinux management scripts"