Skip to content

Commit 8044e2f

Browse files
committed
Update README.md
1 parent bc81f9f commit 8044e2f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
> k is the new l, yo
44
5+
## A directory listing shell script for zsh, with git features.
56
k 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
89
Red for dirty, green for committed.
910

1011
Turns this:
@@ -13,7 +14,7 @@ Turns this:
1314
Into 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
1718
Red for dirty, green for committed, orange for untracked, grey for ingored.
1819

1920
Turns this:
@@ -22,7 +23,7 @@ Turns this:
2223
Into this:
2324
![status-k](https://raw.githubusercontent.com/supercrabtree/k/gh-pages/status-k.jpg)
2425

25-
## File weight colours
26+
### File weight colours
2627
Files sizes are graded from green for small (< 1k), to red for huge (> 1mb).
2728

2829
Turns this:
@@ -56,4 +57,4 @@ profit
5657
## Contributing
5758
Pull requests welcome.
5859

59-
MIT License
60+
Copyright © George Crabtree & Christopher Newton. MIT License

0 commit comments

Comments
 (0)