From 96afda016db1af29d23a233363e13d4a54f41c4b Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 25 Mar 2024 15:36:02 -0700 Subject: [PATCH] regenerate readme --- README.md | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 20e61c9..121d134 100644 --- a/README.md +++ b/README.md @@ -912,106 +912,106 @@ return 0, ignoring arguments. append a directory to `$PATH` if it isn't already present. -### [refresh (shrc)](/home/shrc#L85) +### [refresh (shrc)](/home/shrc#L91) invoke `hash -r`. -### [pl (shrc)](/home/shrc#L88) +### [pl (shrc)](/home/shrc#L94) print each argument on its own line. -### [ll (shrc)](/home/shrc#L91) +### [ll (shrc)](/home/shrc#L97) list files verbosely, fancily, ordered, but not recursively. -### [gdp (shrc)](/home/shrc#L101) +### [gdp (shrc)](/home/shrc#L107) invoke `gd` to diff a commit from its parent. the commit defaults to "HEAD". -### [gd (shrc)](/home/shrc#L107) +### [gd (shrc)](/home/shrc#L113) invoke git's diff subcommand with fewer lines of context. -### [rgn (shrc)](/home/shrc#L110) +### [rgn (shrc)](/home/shrc#L116) invoke ripgrep without respecting `.gitignore` files. -### [curls (shrc)](/home/shrc#L116) +### [curls (shrc)](/home/shrc#L122) invoke curl with less noise. -### [revend (shrc)](/home/shrc#L128) +### [revend (shrc)](/home/shrc#L134) reverse the 4-byte endianness of a single file. *this is an in-place operation!* -### [clone (shrc)](/home/shrc#L131) +### [clone (shrc)](/home/shrc#L137) invoke rsync suitably for creating virtually indistinguishable copies of files. -### [aligntabs (shrc)](/home/shrc#L134) +### [aligntabs (shrc)](/home/shrc#L140) align tab-delimited fields in stdin. -### [crawla (shrc)](/home/shrc#L145) +### [crawla (shrc)](/home/shrc#L151) play Dungeon Crawl: Stone Soup through ssh on the akrasiac server. -### [crawlz (shrc)](/home/shrc#L148) +### [crawlz (shrc)](/home/shrc#L154) play Dungeon Crawl: Stone Soup through ssh on the develz server. -### [diff (shrc)](/home/shrc#L151) +### [diff (shrc)](/home/shrc#L157) use git's diff subcommand for general diffing. -### [gc (shrc)](/home/shrc#L154) +### [gc (shrc)](/home/shrc#L160) columnize text by using git's column subcommand. **TODO:** consider renaming because gc(1) already exists. -### [counts (shrc)](/home/shrc#L158) +### [counts (shrc)](/home/shrc#L164) count files in the current directory, including files found recursively. -### [exts (shrc)](/home/shrc#L161) +### [exts (shrc)](/home/shrc#L167) count and sort file extensions in the current directory, including files found recursively. -### [nocom (shrc)](/home/shrc#L164) +### [nocom (shrc)](/home/shrc#L170) strip single-line C-like and shell-like comments. -### [jrep (shrc)](/home/shrc#L167) +### [jrep (shrc)](/home/shrc#L173) extract strings comprised of basic ASCII or Japanese codepoints. -### [bomb (shrc)](/home/shrc#L170) +### [bomb (shrc)](/home/shrc#L176) add a Byte-Order Mark to a file. -### [cleanse (shrc)](/home/shrc#L173) +### [cleanse (shrc)](/home/shrc#L179) strip unprintable and non-ASCII characters. -### [double (shrc)](/home/shrc#L176) +### [double (shrc)](/home/shrc#L182) print every line twice.
print every line twice. **NOTE:** there also exists a double(1) program provided by the *plotutils* package that i don't use. -### [katagana (shrc)](/home/shrc#L181) +### [katagana (shrc)](/home/shrc#L187) convert katakana codepoints to their equivalent hiragana. this is occasionally useful when translating [debug text from ancient games.](https://tcrf.net/) -### [makepkgf (shrc)](/home/shrc#L185) +### [makepkgf (shrc)](/home/shrc#L191) make the freakin' package! -### [rakef (shrc)](/home/shrc#L188) +### [rakef (shrc)](/home/shrc#L194) make the freakin' gem!