k is a zsh script / plugin to make directory listings more readable, adding a bit of color and some git status information on files and directories. H

GitHub - supercrabtree/k: k is the new l, yo

submited by
Style Pass
2022-06-23 14:30:02

k is a zsh script / plugin to make directory listings more readable, adding a bit of color and some git status information on files and directories.

Human readable files sizes Human readable files sizes can be shown by using the -h flag, which requires the numfmt command to be available. OS X / Darwin does not have a numfmt command by default, so GNU coreutils needs to be installed, which provides gnumfmt that k will also use if available. GNU coreutils can be installed on OS X with homebrew:

Put the same line in your .zshrc to have k available whenever you start a shell. If you don't know what your .zshrc is, just do this.

supercrabtree chrstphrknwtn zirrostig lejeunerenard jozefizso unixorn george-b philpennock hoelzro srijanshetty zblach mattboll Pull requests welcome 😄

Leave a Comment