Metadata-Version: 2.1
Name: clir
Version: 0.1.2
Summary: A clear and fast way to store and recover your commands
License: MIT
Author: Elkin Aguas
Author-email: elkinaguas@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: rich (>=13.5.2,<14.0.0)
Description-Content-Type: text/markdown

# clir
Clir provides a clear and fast way to store and recover your commands.

## Installation
Install `clir` using pip.

```bash
pip3 install clir
```

## Usage
First of all, initialize clir. This will create the necessary cofig files.
```bash
clir init
```

See all the obption available with
```bash
clir --help
```
