Modern CLI tools with better UX
Documentation viewer for Pynosaur CLI tools. It reads the YAML docs packaged with each tool (local or installed via pget) and shows them in a pager (black background, man-like navigation). Falls back to plain output when not attached to a TTY.
doc <tool> — show documentation for the given tooldoc --help — show help for docdoc --version — show doc version<tool>.yaml in this repo’s doc/ directory (or bundled doc/ when built).~/.pget/helpers/<tool>/doc/<tool>.yaml.python -m unittest discover -s testMIT