1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 06:29:02 -08:00

document more aliases

This commit is contained in:
Connor Olding 2019-05-27 12:02:58 +02:00
parent 1f292aeda8
commit 1204448171

View file

@ -97,6 +97,21 @@ e.g. this readme file.
prints every line twice.
prints every line twice.
### join2
joins every other line.
```
$ echo "hey\nyou\nout there\nwe bringing it live" | join2
hey you
out there we bringing it live
```
### katagana
converts katakana to hiragana.
useful for translating debug text from ancient games.
### picky + unused
attempts to print non-standard packages that were installed on an arch linux box,