Skip to content

mattruzzi/rclone-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rclone-edit

Edit files in cloud storage with $EDITOR.

rclone-edit rcloneremote:test.txt will open test.txt from rcloneremote in nano (or $EDITOR), and save changes back to rcloneremote on exit.

Basically just rclone cat $1 | vipe | rclone rcat $1, but using bundled vipe if moreutils not installed and defaulting to nano.

Installation

Copy/symlink rclone-edit to a location in $PATH, like /usr/local/bin and make sure that it is executable with chmod +x <path to rclone-edit>

About

Edit files in cloud storage with $EDITOR

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages