rclone/cmd
2016-11-27 18:36:13 +00:00
..
all Make rclone rmdirs command to delete empty directories - fixes #831 2016-11-27 11:49:31 +00:00
authorize Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
cat Implement the rclone cat command 2016-08-18 22:45:32 +01:00
check Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
cleanup Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
config Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
copy Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
dedupe Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
delete Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
genautocomplete Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
gendocs Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
listremotes Add listremotes command - fixes #558 2016-10-08 14:24:37 +01:00
ls Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
lsd Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
lsl Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
md5sum Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
memtest Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
mkdir Add directory parameter to Rmdir and Mkdir #100 #831 2016-11-26 12:02:53 +00:00
mount Add directory parameter to Rmdir and Mkdir #100 #831 2016-11-26 12:02:53 +00:00
move Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
purge Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
rmdir Add directory parameter to Rmdir and Mkdir #100 #831 2016-11-26 12:02:53 +00:00
rmdirs Add missing rmdirs command 2016-11-27 18:36:13 +00:00
sha1sum Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
size Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
sync Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
version Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
cmd.go Make sure high level retries show with -q - fixes #648 2016-09-12 17:50:19 +01:00
rclone_test.go Move internals of rclone command into cmd so it can be imported externally 2016-08-04 22:33:46 +01:00
redirect_stderr_unix.go Revise list of OSes which can redirect stderr - fixes #698 2016-09-19 17:13:41 +01:00
redirect_stderr_windows.go Move internals of rclone command into cmd so it can be imported externally 2016-08-04 22:33:46 +01:00
redirect_stderr.go Move internals of rclone command into cmd so it can be imported externally 2016-08-04 22:33:46 +01:00