https://github.com/leynier/unasync-cli
Command line interface for unasync
https://github.com/leynier/unasync-cli
async cli command-line-interface sync typer unasync
Last synced: 7 months ago
JSON representation
Command line interface for unasync
- Host: GitHub
- URL: https://github.com/leynier/unasync-cli
- Owner: leynier
- License: mit
- Created: 2021-10-21T00:33:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T06:39:36.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T23:18:01.694Z (7 months ago)
- Topics: async, cli, command-line-interface, sync, typer, unasync
- Language: Python
- Homepage: https://leynier.github.io/unasync-cli
- Size: 501 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CLI for unasync
[](https://opensource.org/licenses/MIT)
[](https://github.com/leynier/unasync-cli/actions?query=workflow%3ACI)
[](https://codecov.io/gh/leynier/unasync-cli)
[](https://pypi.org/project/unasync-cli)
[](https://github.com/leynier/unasync-cli/commits)
[](https://github.com/leynier/unasync-cli/commits)
[](https://github.com/leynier/unasync-cli/stargazers)
[](https://github.com/leynier/unasync-cli/network/members)
[](https://github.com/leynier/unasync-cli)
[](https://leynier.github.io/unasync-cli)
[](https://github.com/leynier/unasync-cli/graphs/contributors)
[](#contributors-)Command line interface for unasync
## Getting started
### Install
Run the following command to install the package with [pip](https://pip.pypa.io):
```bash
pip install unasync-cli
```Or with [conda](https://conda.io):
```bash
conda install unasync-cli
```Or with [poetry](https://python-poetry.org):
```bash
poetry add unasync-cli --dev
```Or any other package manager you prefer.
### Usage
For usage information, run the following command:
```bash
unasync --help
``````txt
Usage: unasync [OPTIONS] PATHS...Arguments:
PATHS... The folders where it will check for folders with the name _async
to generate its equivalent _sync. [required]Options:
--install-completion [bash|zsh|fish|powershell|pwsh]
Install completion for the specified shell.
--show-completion [bash|zsh|fish|powershell|pwsh]
Show completion for the specified shell, to
copy it or customize the installation.
--help Show this message and exit.
```## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Leynier Gutiérrez González
🚧 💻 🚇
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!