1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -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_BASH
# YES_DASH # YES_DASH
# YES_ASH # YES_ASH
# YES_BB_AWK
# works with busybox awk.
countdiff() { ### @- countdiff() { ### @-
### count the number of lines changed between two files. ### count the number of lines changed between two files.

3
sh/dfu
View File

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

3
sh/e
View File

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

View File

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

View File

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

3
sh/sv
View File

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

View File

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

View File

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