Search your man pages and tldr pages with fzf!
Docs adds two brings two commands to your shell: docs and tldocs. docs allows your to search all the man pages on your system with fzf's fuzzy search to allow you to quickly find the documentation for the command you need. tldocs allows you to do the same thing but with tldr pages, to find quick commands instead of the entire documentation.
To search all the man pages on your system interactively:
docsTo search all the tldr pages instead:
tldocsparu -S docsbrew install fgrcl/homebrew-tap/docsFirst, make sure you have the following dependencies installed,
rustup
fzf
tldr
Then, install the binaries with,
git clone git@github.com:FGRCL/docs.git
cd docs
cargo install --path .

