Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hengtsechou/folder-sync-cli
simple tool for my lab folder operation
https://github.com/hengtsechou/folder-sync-cli
cli python
Last synced: about 2 months ago
JSON representation
simple tool for my lab folder operation
- Host: GitHub
- URL: https://github.com/hengtsechou/folder-sync-cli
- Owner: hengtseChou
- License: mit
- Created: 2023-10-13T16:19:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T09:14:04.000Z (about 1 year ago)
- Last Synced: 2024-09-18T12:48:03.368Z (4 months ago)
- Topics: cli, python
- Language: Python
- Homepage: https://pypi.org/project/folder-sync-cli/
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```