rclone/cmd
Nick Craig-Wood c223464cd0 mount: fix panic on renames - fixes #1533
Make sure d.items is not nil and improve locking
2017-07-22 11:00:51 +01:00
..
all Add rclone info internal command for testing out limits of remotes 2017-07-03 15:05:27 +01:00
authorize Regularize the command definition names 2016-12-03 09:08:40 +00:00
cat Remove spurious comment 2017-02-12 10:56:52 +00:00
check check: Add --download flag to check all the data, not just hashes 2017-02-13 10:48:26 +00:00
cleanup Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
cmount mount/cmount: factor duplicated code into mountlib 2017-06-19 14:36:51 +01:00
config Regularize the command definition names 2016-12-03 09:08:40 +00:00
copy Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
copyto Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
cryptcheck crypt: Fix typo in cryptcheck's short description 2017-06-26 12:35:20 +01:00
dbhashsum dropbox: add missing dbhashsum command 2017-05-30 19:26:06 +01:00
dedupe Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
delete Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
genautocomplete Regularize the command definition names 2016-12-03 09:08:40 +00:00
gendocs Regularize the command definition names 2016-12-03 09:08:40 +00:00
info Add rclone info internal command for testing out limits of remotes 2017-07-03 15:05:27 +01:00
listremotes Make all config file variables be settable in the environment 2017-01-03 22:42:47 +00:00
ls Typo: the the -> the in docs and comments 2017-01-03 20:48:26 +00:00
ls2 Create fs.Directory interface and use it everywhere 2017-06-30 14:26:59 +01:00
lsd Typo: the the -> the in docs and comments 2017-01-03 20:48:26 +00:00
lsjson Create fs.Directory interface and use it everywhere 2017-06-30 14:26:59 +01:00
lsl Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
md5sum Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
memtest Rename log functions and factor into own file 2017-02-11 17:54:50 +00:00
mkdir Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
mount Create fs.Directory interface and use it everywhere 2017-06-30 14:26:59 +01:00
mountlib mount: fix panic on renames - fixes #1533 2017-07-22 11:00:51 +01:00
move Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
moveto Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
ncdu Create fs.Directory interface and use it everywhere 2017-06-30 14:26:59 +01:00
obscure Add obscure command for generating encrypted passwords for rclone's config 2017-01-10 13:18:09 +00:00
purge Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
rmdir Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
rmdirs DOC: any empty directoryies -> empty directories (fixes #1546) 2017-07-22 10:24:41 +02:00
sha1sum Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
size Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
sync Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
version Regularize the command definition names 2016-12-03 09:08:40 +00:00
atexit.go Introduce AtExit to fix --cpuprofile and --memprofile to write profiles at end of run 2017-02-20 16:33:45 +00:00
cmd.go Add --stats-log-level so can see --stats without -v - fixes #1180 2017-06-26 22:50:37 +01:00