aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bf72c3bd8c31fe7023d9814095d8a25db3dcc0fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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+.
* [Prompt Toolkit][] ([python3-prompt-toolkit][] on [Debian][]).
* [platformdirs][] ([python3-platformdirs][] on [Debian][]).

[Python]: https://python.org
[Prompt Toolkit]: https://python-prompt-toolkit.readthedocs.io/en/master/index.html
[Debian]: https://www.debian.org
[python3-prompt-toolkit]: https://tracker.debian.org/python3-prompt-toolkit
[platformdirs]: https://pypi.org/project/platformdirs/
[python3-platformdirs]: https://tracker.debian.org/platformdirs

## Alternatives

* [GitHub - nvim-telescope/telescope.nvim: Find, Filter, Preview, Pick. All lua, all the time.](https://github.com/nvim-telescope/telescope.nvim)
    * [GitHub - nvim-telescope/telescope-bibtex.nvim: A telescope.nvim extension to search and paste bibtex entries into your TeX files.](https://github.com/nvim-telescope/telescope-bibtex.nvim)