Metadata-Version: 2.4
Name: QuickStart-Rhy
Version: 0.7.57
Summary: A Command Line Toolbox
Author: 'RhythmLian'
Author-email: Rhythmicc <rhythmlian.cn@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Requires-Dist: urllib3>=2.0.0
Requires-Dist: rich>=13.3.4
Requires-Dist: Qpro>=0.13.0
Requires-Dist: inquirer-rhy>=0.1.2
Dynamic: license-file

# QuickStart_Rhy

```shell
pip3 install quickstart-rhy                                         # stable version
pip3 install git+https://github.com/Rhythmicc/quickstart-rhy.git -U # beta version but more features
```

| Key  | Value                                              |
| :--: | -------------------------------------------------- |
| ENV  | **^Python 3.7**                                    |
| FONT | **Cascadia Code / Meslo**                          |

## Tab Complete

1. fig

   ```shell
   npx @fig/publish-spec -p complete/fig/qs-<your language>.ts --name qs
   ```

2. zsh

   ```shell
   mv _qs /path/in/$FPATH/
   ```
