From 8ad71c16a44136da885971c4c675b2e72681ace6 Mon Sep 17 00:00:00 2001 From: David Peter Date: Sun, 14 May 2017 20:18:17 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6807c0a..9d7428f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,17 @@ defaults for [80%](https://en.wikipedia.org/wiki/Pareto_principle) of the use ca +## Colorized output +*fd* can colorize files by extension, just like *ls*. In order for +this to work, you need to set up a `~/.dir_colors` file. The easiest +way is to call +``` +dircolors --print-database > ~/.dir_colors +``` +More complete (and more colorful) alternatives can be found +[here](https://github.com/seebi/dircolors-solarized) or +[here](https://github.com/trapd00r/LS_COLORS). + ## Benchmark A search in my home folder with ~80.000 subdirectories and ~350.000 files. The `--hidden` for `fd` is needed