From 95ed2151a8d3e3162fb57f08c788a9cf94af8706 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Tue, 30 May 2023 18:18:16 +0200 Subject: [PATCH] Add readme.md --- readme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..77ee8c8 --- /dev/null +++ b/readme.md @@ -0,0 +1,19 @@ +# drive_syncer + +this is a cli program very early in development, targeting to create an +easy-to-use replacement of the official windows Google Drive client. + +Features: + +| title | status | +|----------------------------------------------------------------------------|---------| +| streaming files | Working | +| local file caching | WIP | +| offline available files | Planned | +| setting local file permissions (like execute, etc) for each file/dir | WIP | +| upload/download filters in form of gitignore like file (maybe gui support) | Planned | +| keeping local & remote in sync (even with offline available files) | WIP | + +## this is still very early in development and definitely **not** ready for normal use yet, it will probably destroy some files irreversibly in its current state. + +#### Suggestions, Tips and PRs are very welcome!