blob: 7064459da445cbdc8a96455ae46089f10137192a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Finder: CLI searcher and browser REPL
## Dependencies
* [Python][] 3+.
* [Prompt Toolkit][] ([python3-prompt-toolkit][] 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://packages.debian.org/bookworm/python3-prompt-toolkit
|