Documentation
POSH TUI is a ruby gem documentation viewer for terminal. It’s a command line tool that allows you to quickly search and view documentation for installed gems.
posh
command line client will read directory it’s currently being run in and will attempt to find Gemfile.lock
and show only gems that are used in the project.
To actually retrieve docsets, launch posh docsets
. This command will retrieve missing docsets from projects or their updates. It’s important to regularly run this command in your projects to keep your local docsets up to date.
It’s possible to completely remove all docsets from system by running posh docsets --clear
.
Themes
TODO
Debug mode
TODO
Contact
All feedback and suggestions are welcome. Please contact me at docs@poshtui.com