A terminal-based user interface for hosting files on S3 with seamless file synchronization capabilities.
Supports bi-directional sync without versioning.
cync
is available on crates.io and on homebrew.
To install from crates.io:
cargo install cync
To install from homebrew
brew tap juicedrinker/cync
brew install cync
- Run
cync init
to run the setup wizard the first time - Run
cync
to run TUI
- Be able to pull nested folders from remote directory
- Add extra CLI commands to print local and remote directory paths
- Terminal restoration on panics
- Improve Setup wizard
- Improve error reporting
- Add loader for long-running tasks