dropbox / dbxcli

A command line client for Dropbox built using the Go SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to Edit text files ?

jczaja opened this issue · comments

I just bumped into this wonderful project. It would be amazing for me if I can edit remote text files:
dbxcli edit --editor=

The way I see it:

  1. Execute request to edt file
  2. file is downloaded into temporay local space
  3. Eding a file
  4. saving changes and closing editor -> automatically update is sent to dropbox space

currently I use get/edit locally/put cycle. But it would be optimization of my workflow.