Skip to content

Releases: supercrabtree/k

Use LS_COLORS on OS X

10 Feb 20:46
Compare
Choose a tag to compare

This release allows you to reuse the LS_COLORS variable on OSX (bsd) that is used to color the output of ls

See here for a simple way to customise this variable:

http://geoff.greer.fm/lscolors/

Updated Git Status Markers

20 Jun 13:15
Compare
Choose a tag to compare

The Git status markers have been updated to give more useful information about the Git status of a file in a work tree. For additions, the markers are now a plus sign: +, and coloured based on their status; red for dirty, green for added, and orange for untracked.

This release fixes an issue where the Git status of directories in a repository were not being displayed correctly, and another issue where the Git status of files in repository sub-directories were not being displayed correctly.

v0.0.1

25 Mar 22:30
Compare
Choose a tag to compare
Update README.md