1
0
Fork 0
mirror of synced 2024-06-02 15:21:11 -04:00
zimfw/modules/utility/README.md
Eric Nielsen 7a289c4c0d Add less termcap colour variables
Set `less` termcap colour variables, and update the module README.md.
Change the code to enclose all colour logic within a
`(( ${terminfo[colors]} >= 8 ))` condition.
Check if `PAGER` is set before setting the `lm` alias.

Keeping the British "colour" spelling. :-)

Closes #101
2016-12-01 23:51:59 -08:00

1.2 KiB

Utility

Utility aliases and functions.

Adds colour to ls, grep and less.

Aliases

ls

alias command description
ls ls --group-directories-first --color=auto directories first, use color (applies to all ls aliases)
l ls -lAh all files, human-readable sizes
lm `l ${PAGER}`
ll ls -lh human-readable sizes
lr ll -R human-readable sizes, recursive
lx ll -XB human-readable sizes, sort by extension (GNU only)
lk ll -Sr human-readable sizes, largest last
lt ll -tr human-readable sizes, most recent last
lc lt -c human-readable sizes, most recent last, change time

File Downloads

Aliases get to ( aria2c || axel || wget || curl ).

Resource Usage

alias command
df df -kh
du du -kh

Condoms

alias command
chmod chmod --preserve-root -v
chown chown --preserve-root -v
rm if available, safe-rm

Misc

alias description
mkcd mkdir and cd