folder-sync-cli


Namefolder-sync-cli JSON
Version 1.1.9 PyPI version JSON
download
home_pagehttps://github.com/hank-chouu/folder-sync-cli
SummaryA CLI tool to simplify rclone sync.
upload_time2023-12-11 09:17:34
maintainer
docs_urlNone
authorHeng-Tse Chou
requires_python
licenseMIT
keywords rclone cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # folder-sync-cli

Use simple push/pull commands to perform rclone syncing commands.

## Install

It is recommended in [PEP 618](https://peps.python.org/pep-0668/) to use `pipx` for installing python CLI tool.

```
pipx install folder-sync-cli
```

## Usage

```
Usage: folder-sync [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  info    Show info for a pair or all pairs
  new     Create a new local/remote pair.
  pull    Pull from remote folder.
  push    Push local to remote.
  remove  Remove a pair or all pairs.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hank-chouu/folder-sync-cli",
    "name": "folder-sync-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "rclone CLI",
    "author": "Heng-Tse Chou",
    "author_email": "hengtse.me@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# folder-sync-cli\n\nUse simple push/pull commands to perform rclone syncing commands.\n\n## Install\n\nIt is recommended in [PEP 618](https://peps.python.org/pep-0668/) to use `pipx` for installing python CLI tool.\n\n```\npipx install folder-sync-cli\n```\n\n## Usage\n\n```\nUsage: folder-sync [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  --help  Show this message and exit.\n\nCommands:\n  info    Show info for a pair or all pairs\n  new     Create a new local/remote pair.\n  pull    Pull from remote folder.\n  push    Push local to remote.\n  remove  Remove a pair or all pairs.\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A CLI tool to simplify rclone sync.",
    "version": "1.1.9",
    "project_urls": {
        "Homepage": "https://github.com/hank-chouu/folder-sync-cli"
    },
    "split_keywords": [
        "rclone",
        "cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cee0a69058e3e498494809d62779877f844518a0ae0fa369728fbca8b9007e8d",
                "md5": "99f01545e6eb3c0e7ac97f737809a0dd",
                "sha256": "2d9e207b35c419eff8ecf6a959ac741f8beac9d037be851a3fee3ecb3ded107e"
            },
            "downloads": -1,
            "filename": "folder_sync_cli-1.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "99f01545e6eb3c0e7ac97f737809a0dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6487,
            "upload_time": "2023-12-11T09:17:34",
            "upload_time_iso_8601": "2023-12-11T09:17:34.812850Z",
            "url": "https://files.pythonhosted.org/packages/ce/e0/a69058e3e498494809d62779877f844518a0ae0fa369728fbca8b9007e8d/folder_sync_cli-1.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-11 09:17:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hank-chouu",
    "github_project": "folder-sync-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "folder-sync-cli"
}
        
Elapsed time: 3.11922s