1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00

regenerate readme

This commit is contained in:
Connor Olding 2024-03-25 15:36:02 -07:00
parent 3b3abe74d2
commit 96afda016d

View File

@ -912,106 +912,106 @@ return 0, ignoring arguments.
append a directory to `$PATH` if it isn't already present. append a directory to `$PATH` if it isn't already present.
### [refresh (shrc)](/home/shrc#L85) ### [refresh (shrc)](/home/shrc#L91)
invoke `hash -r`. invoke `hash -r`.
### [pl (shrc)](/home/shrc#L88) ### [pl (shrc)](/home/shrc#L94)
print each argument on its own line. 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. 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". 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. 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. invoke ripgrep without respecting `.gitignore` files.
### [curls (shrc)](/home/shrc#L116) ### [curls (shrc)](/home/shrc#L122)
invoke curl with less noise. 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!* 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. 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. 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. 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. 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. 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. columnize text by using git's column subcommand.
**TODO:** consider renaming because gc(1) already exists. **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. 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. 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. 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. 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. add a Byte-Order Mark to a file.
### [cleanse (shrc)](/home/shrc#L173) ### [cleanse (shrc)](/home/shrc#L179)
strip unprintable and non-ASCII characters. strip unprintable and non-ASCII characters.
### [double (shrc)](/home/shrc#L176) ### [double (shrc)](/home/shrc#L182)
print every line twice. <br/> print every line twice. print every line twice. <br/> print every line twice.
**NOTE:** there also exists a double(1) program provided by **NOTE:** there also exists a double(1) program provided by
the *plotutils* package that i don't use. 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. convert katakana codepoints to their equivalent hiragana.
this is occasionally useful when translating [debug text from ancient games.](https://tcrf.net/) 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! make the freakin' package!
### [rakef (shrc)](/home/shrc#L188) ### [rakef (shrc)](/home/shrc#L194)
make the freakin' gem! make the freakin' gem!