{"id":16157707,"url":"https://github.com/leynier/unasync-cli","last_synced_at":"2025-03-18T20:30:56.097Z","repository":{"id":62586292,"uuid":"419531207","full_name":"leynier/unasync-cli","owner":"leynier","description":"Command line interface for unasync","archived":false,"fork":false,"pushed_at":"2021-10-23T06:39:36.000Z","size":513,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T23:18:01.694Z","etag":null,"topics":["async","cli","command-line-interface","sync","typer","unasync"],"latest_commit_sha":null,"homepage":"https://leynier.github.io/unasync-cli","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leynier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-21T00:33:01.000Z","updated_at":"2023-12-13T01:26:31.000Z","dependencies_parsed_at":"2022-11-03T22:08:48.227Z","dependency_job_id":null,"html_url":"https://github.com/leynier/unasync-cli","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Funasync-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Funasync-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Funasync-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Funasync-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leynier","download_url":"https://codeload.github.com/leynier/unasync-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243950792,"owners_count":20373664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","cli","command-line-interface","sync","typer","unasync"],"created_at":"2024-10-10T01:50:23.055Z","updated_at":"2025-03-18T20:30:55.796Z","avatar_url":"https://github.com/leynier.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLI for unasync\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![Test](https://github.com/leynier/unasync-cli/workflows/CI/badge.svg)](https://github.com/leynier/unasync-cli/actions?query=workflow%3ACI)\n[![codecov](https://codecov.io/gh/leynier/unasync-cli/branch/main/graph/badge.svg?token=Z1MEEL3EAB)](https://codecov.io/gh/leynier/unasync-cli)\n[![Version](https://img.shields.io/pypi/v/unasync-cli?color=%2334D058\u0026label=Version)](https://pypi.org/project/unasync-cli)\n[![Last commit](https://img.shields.io/github/last-commit/leynier/unasync-cli.svg?style=flat)](https://github.com/leynier/unasync-cli/commits)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/leynier/unasync-cli)](https://github.com/leynier/unasync-cli/commits)\n[![Github Stars](https://img.shields.io/github/stars/leynier/unasync-cli?style=flat\u0026logo=github)](https://github.com/leynier/unasync-cli/stargazers)\n[![Github Forks](https://img.shields.io/github/forks/leynier/unasync-cli?style=flat\u0026logo=github)](https://github.com/leynier/unasync-cli/network/members)\n[![Github Watchers](https://img.shields.io/github/watchers/leynier/unasync-cli?style=flat\u0026logo=github)](https://github.com/leynier/unasync-cli)\n[![Website](https://img.shields.io/website?up_message=online\u0026url=https%3A%2F%2Fleynier.github.io/unasync-cli)](https://leynier.github.io/unasync-cli)\n[![GitHub contributors](https://img.shields.io/github/contributors/leynier/unasync-cli?label=code%20contributors)](https://github.com/leynier/unasync-cli/graphs/contributors) \u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\nCommand line interface for unasync\n\n## Getting started\n\n### Install\n\nRun the following command to install the package with [pip](https://pip.pypa.io):\n\n```bash\npip install unasync-cli\n```\n\nOr with [conda](https://conda.io):\n\n```bash\nconda install unasync-cli\n```\n\nOr with [poetry](https://python-poetry.org):\n\n```bash\npoetry add unasync-cli --dev\n```\n\nOr any other package manager you prefer.\n\n### Usage\n\nFor usage information, run the following command:\n\n```bash\nunasync --help\n```\n\n```txt\nUsage: unasync [OPTIONS] PATHS...\n\nArguments:\n  PATHS...  The folders where it will check for folders with the name _async\n            to generate its equivalent _sync.  [required]\n\nOptions:\n  --install-completion [bash|zsh|fish|powershell|pwsh]\n                                  Install completion for the specified shell.\n  --show-completion [bash|zsh|fish|powershell|pwsh]\n                                  Show completion for the specified shell, to\n                                  copy it or customize the installation.\n  --help                          Show this message and exit.\n```\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://leynier.github.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/36774373?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLeynier Gutiérrez González\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#maintenance-leynier\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/leynier/unasync-cli/commits?author=leynier\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#infra-leynier\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleynier%2Funasync-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleynier%2Funasync-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleynier%2Funasync-cli/lists"}