rclone ncdu for exploring a remote with a text based user interface.

This commit is contained in:
Nick Craig-Wood 2017-04-01 20:53:44 +02:00
parent e31fc877e2
commit c34f11a92f
3 changed files with 710 additions and 0 deletions

View file

@ -30,6 +30,7 @@ import (
_ "github.com/ncw/rclone/cmd/mount"
_ "github.com/ncw/rclone/cmd/move"
_ "github.com/ncw/rclone/cmd/moveto"
_ "github.com/ncw/rclone/cmd/ncdu"
_ "github.com/ncw/rclone/cmd/obscure"
_ "github.com/ncw/rclone/cmd/purge"
_ "github.com/ncw/rclone/cmd/rmdir"