Metadata-Version: 2.1
Name: manwrapper
Version: 0.2
Summary: A simple command-line tool to view man pages.
Home-page: https://github.com/bet0x/manwrapper
Author: Alberto Ferrer
Author-email: albertof@barrahome.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# 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:

\```bash
pip install manwrapper
\```

Or, if you want to install from the source:

\```bash
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:

\```bash
manwrapper ls
\```

This will display the man page for the `ls` command.

## Contributing

Contributions are welcome! Please check out the [issues](https://github.com/bet0x/manwrapper/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](https://github.com/bet0x/manwrapper/blob/main/LICENSE) file for details.

## Contact

- **Alberto Ferrer**
  - Email: albertof@barrahome.org
  - GitHub: [@bet0x](https://github.com/bet0x)
