File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
33> k is the new l, yo
44
5+ ## A directory listing shell script for zsh, with git features.
56k is a zsh script to make directory listings more readable, adding a bit of color and some git information.
67
7- ## Repo markers on directory listings
8+ ### Git status on entire repos
89Red for dirty, green for committed.
910
1011Turns this:
@@ -13,7 +14,7 @@ Turns this:
1314Into this:
1415![ repos-k] ( https://raw.githubusercontent.com/supercrabtree/k/gh-pages/repos-k.jpg )
1516
16- ## Git status on files with a working tree
17+ ### Git status on files within a working tree
1718Red for dirty, green for committed, orange for untracked, grey for ingored.
1819
1920Turns this:
@@ -22,7 +23,7 @@ Turns this:
2223Into this:
2324![ status-k] ( https://raw.githubusercontent.com/supercrabtree/k/gh-pages/status-k.jpg )
2425
25- ## File weight colours
26+ ### File weight colours
2627Files sizes are graded from green for small (< 1k), to red for huge (> 1mb).
2728
2829Turns this:
5657## Contributing
5758Pull requests welcome.
5859
59- MIT License
60+ Copyright © George Crabtree & Christopher Newton. MIT License
You can’t perform that action at this time.
0 commit comments