Metadata-Version: 2.1
Name: folder-sync-cli
Version: 1.1.0
Summary: A CLI tool to simplify rclone sync.
Home-page: https://github.com/hank-chouu/folder-sync-cli
Author: Heng-Tse Chou
Author-email: hengtse.me@gmail.com
License: MIT
Keywords: rclone CLI
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click

# 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.
```
