dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.05k stars 101 forks source link

Is it possible to Edit text files ? #138

Open jczaja opened 4 years ago

jczaja commented 4 years ago

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.