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

begin marking busybox compatibility

This commit is contained in:
Connor Olding 2021-10-04 17:06:45 -07:00
parent 869df527ec
commit d3dc8c5a91
8 changed files with 8 additions and 14 deletions

View File

@ -3,8 +3,7 @@
# YES_BASH
# YES_DASH
# YES_ASH
# works with busybox awk.
# YES_BB_AWK
countdiff() { ### @-
### count the number of lines changed between two files.

3
sh/dfu
View File

@ -3,8 +3,7 @@
# YES_BASH
# YES_DASH
# YES_ASH
# works with busybox awk.
# YES_BB_AWK
dfu() { ### @-
### pretty-print `df` in GiB.

3
sh/e
View File

@ -3,8 +3,7 @@
# NO_BASH
# NO_DASH
# NO_ASH
# works with busybox awk.
# YES_BB_AWK
e() { ### @-
### wrap around `$EDITOR` to run it as root if necessary.

View File

@ -3,6 +3,7 @@
# YES_BASH
# YES_DASH
# YES_ASH
# YES_BB_AWK
psbm() { ### @-
### display and order processes by their memory usage ascending, and their sum.

View File

@ -3,8 +3,7 @@
# YES_BASH
# YES_DASH
# YES_ASH
# works with busybox awk.
# YES_BB_AWK
similar() { ### @-
### highlight adjacent lines up to the first inequivalent character.

3
sh/sv
View File

@ -3,8 +3,7 @@
# YES_BASH
# YES_DASH
# YES_ASH
# works with busybox awk.
# YES_BB_AWK
sv() { ### @-
### collect the lastmost value of every key.

View File

@ -3,8 +3,7 @@
# YES_BASH
# YES_DASH
# YES_ASH
# works with busybox awk.
# YES_BB_AWK
trunc() { ### @-
### truncate text to fit within your terminal using the unicode character `…`.

View File

@ -3,8 +3,7 @@
# YES_BASH
# YES_DASH
# YES_ASH
# works with busybox awk.
# YES_BB_AWK
wipe() { ### @-
### clear the screen and its scrollback, then print a high-contrast horizontal line.