A simple command-line tool to view man pages.
manwrapper
is a Python-based utility that provides an easy way to view man pages. It's designed to be straightforward and user-friendly, making it easier for users to access manual pages without diving deep into the man
command intricacies.
To install manwrapper
, you can use pip:
pip install manwrapper
Or, if you want to install from the source:
git clone https://github.com/bet0x/manwrapper.git
cd manwrapper
pip install .
After installation, you can use the manwrapper
command followed by the topic you want to view:
manwrapper ls
This will display the man page for the ls
command.
Contributions are welcome! Please check out the issues on GitHub to see what's needed, or open a new one if you have a feature request or found a bug.
This project is licensed under the MIT License. See the LICENSE file for details.
- Alberto Ferrer
- Email: [email protected]
- GitHub: @bet0x