Metadata-Version: 2.1
Name: miniman
Version: 0.0.2
Summary: minimal manpages.
Home-page: UNKNOWN
Author: Michael Leue
Author-email: michael@mleue.com
License: UNKNOWN
Keywords: manpage minimal man
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Documentation
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# MIN
* *min*imal manpages
* providing you with the 80/20 on how many bash utilities are used

# Installation
* available from pypi via `pip install min`

# Usage
* contains minpages for bash commands, as well as more general explainer pages for important topics in the unix workflow (e.g. file, filesystem)

## Bash commands
* run `min` to get a list of all available minpages for bash commands
* run `min command` to get the minpage for bash command `command`
* e.g. `min grep` to get the minpage for `grep`

## Unix Topics
* run `min -t` to get a list of all available minpages for unix topics
* run `min -t topic` to get the minpage for unix topic `topic`
* e.g. `min -t filesystem` to the minpage for `filesystem`


