This is a Rust rewrite of FilenCloudDienste/filen-cli.
Warning
This project is in active development and still missing most functionality. Don't use it.
Note
Find the source for this project at FilenCloudDienste/filen-rs.
This rewrite aims to improve the Filen CLI in multiple ways:
- Significantly reduced download size from up to 130MB to ~5MB.
- Significantly improved performance, especially startup performance, which is critical for CLI applications (because we're using Rust instead of TypeScript).