colorls/lib
Claudio Bley 7454814894 Handle git status for . and .. properly
The git status is only computed for the given directory and is stored as
a Hash mapping relative paths to their mode string.

For a directory, the git status is comprised of all the statuses of its files
itself and all its sub directories.

The current directory's prefix is just an empty string matching all files inside
the `@git_status` Hash.

Asking for the status of the parent directory is pointless, we do not compute it
(yet).
2019-04-08 21:47:18 +02:00
..
colorls Handle git status for . and .. properly 2019-04-08 21:47:18 +02:00
yaml Add support for special files 2018-10-21 23:14:21 +02:00
colorls.rb Drop support for Ruby 2.2 2019-01-04 12:08:06 +01:00
tab_complete.sh Generate Zsh completion file 2017-11-22 22:32:20 +01:00