Metadata-Version: 2.1
Name: QuickStart-Rhy
Version: 0.1.0
Summary: Simplify the operation in terminal!
Home-page: https://github.com/Rhythmicc/QuickStart
Author: RhythmLian
License: MIT
Keywords: Simplify the operation in terminal!
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pyperclip
Requires-Dist: requests

# QuickStart

## Use QuickStart to simplify the operation in terminal!

| 命令 | 含义 |
| :--- | :--- |
| `qs -u [url] ` | open url using default browser |
| `qs -a [app/(file...)]` | open app or open file by app(for MacOS X) |
| `qs -f [file...]` | open file by default app |
| `qs -t` | translate the content in clipboard( use "yddict") |
| `qs -time` | view current time |
| `qs -dl [urls/""]` | download file from url(in clipboard) |
| `qs -mktar [path]` | create gzipped archive for path(dir/file) |
| `qs -untar [path]` | extract path.tar.* |
| `qs -mkzip [path]` | make a zip for path(dir/file) |
| `qs -unzip [path]` | unzip path.zip |
| `qs -upload` | upload your pypi library |
| `qs -pyuninstaller [name]` | remove files that pyinstaller create |

(By the way, if you are the one of China University Of Petroleum(Beijing), run `qs -i` to login school network)


