Use nice colors for coloring files when LS_COLORS is not set.

This commit is contained in:
Andrew Hamilton 2016-01-22 12:49:43 +00:00
parent e9eb104d0d
commit 7c66d6959d
4 changed files with 752 additions and 2 deletions

2
TODO
View file

@ -15,7 +15,6 @@ Todo
- Cache tools._python_version.
- Determine if perl files are perl5 or perl6.
- Use perldoc on pod files.
- Add rich LSCOLORS if the environment variable is not set.
- Add bandit tool for python.
@ -155,6 +154,7 @@ Done
- Colourise mccabe.
- Have a sandbox for unsafe (or all) tools.
- Simplify coloring of mccabe. Just color functions with complexity greater than 10.
- Add rich LSCOLORS if the environment variable is not set.
A-syntax, B-tests, C-auto docs, D-lint, E-coverage, F-profile, G-tidy, H-import deps
A B C D E F G H