mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:39:02 -08:00
document more aliases
This commit is contained in:
parent
1f292aeda8
commit
1204448171
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue