Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.2 KB

manwrapper

A simple command-line tool to view man pages.

Description

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.

Installation

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 .

Usage

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.

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact