Skip to content

FGRCL/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs

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:

docs

docs demo

To search all the tldr pages instead:

tldocs

tldocs demo

Installation

Arch

paru -S docs

MacOS

brew install fgrcl/homebrew-tap/docs

Manual

First, 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 .

About

Search your man pages with fzf

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages