k is the new l, yo
Directory listings for zsh with git features.
k is a zsh script to make directory listings more readable, adding a bit of color and some git information.
Git status on entire repos
Red for dirty, green for committed.
Turns this:
Into this:
Git status on files within a working tree
Red for dirty, green for committed, orange for untracked, grey for ingored.
Turns this:
Into this:
Usage
Put k.sh
somewhere, and source it in your .zshrc
.
source ~/path-to/k/k.sh
hit k
k
Minimum Requirements
- zsh 4.3.11
- Git 1.7.2