diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ # Finder: CLI searcher and browser REPL +## About + +Finder is a terminal-based searcher. + +It's like [ranger][], but with a search-like interface. + +It aims to replace the fatigue of frequently using [find][] + [grep][] +combinations for finding files, but it's also intended for searching and +browser other contents such as file lists, spreadsheets and remote queries. + +[ranger]: https://ranger.github.io +[find]: https://en.wikipedia.org/wiki/Find_(Unix) +[grep]: https://en.wikipedia.org/wiki/Grep + ## Dependencies * [Python][] 3+. |