rclone/cmd
Nick Craig-Wood 9012d7c6c1 cmd: fix --progress crash under Windows Jenkins - fixes #2846 2018-12-22 18:05:13 +00:00
..
about
all rcd: implement new command just to serve the remote control API 2018-11-03 11:32:00 +00:00
authorize
cachestats
cat
check
cleanup
cmount cmount: fix on Linux - only apply volname for Windows and macOS 2018-11-22 20:41:05 +00:00
config config: add rc operations for config 2018-11-05 15:44:40 +00:00
copy copy,move: restore --no-traverse flag 2018-12-02 20:28:13 +00:00
copyto Added docs to use the `-P`/`--progress` flag for real time statistics 2018-10-23 12:14:52 +01:00
copyurl copyurl: factor code into operations and write test 2018-11-04 20:42:57 +00:00
cryptcheck
cryptdecode
dbhashsum
dedupe
delete delete: clarify that it only deletes files not directories 2018-11-02 17:07:45 +00:00
deletefile build: fixup code formatting after goimports change 2018-10-13 22:47:12 +01:00
genautocomplete
gendocs
hashsum
info info: fix control character map output 2018-11-20 14:04:27 +00:00
link jottacloud: add link sharing support 2018-09-08 09:38:57 +01:00
listremotes
ls
lsd
lsf build: fixup code formatting after goimports change 2018-10-13 22:47:12 +01:00
lsjson lsjson: factor internals of lsjson command into operations 2018-11-04 20:42:57 +00:00
lsl
md5sum
memtest
mkdir
mount mount,cmount: clip the number of blocks to 2^32-1 on macOS 2018-08-26 17:32:59 +01:00
mountlib Update after goimports change 2018-12-04 10:11:57 +00:00
move copy,move: restore --no-traverse flag 2018-12-02 20:28:13 +00:00
moveto Added docs to use the `-P`/`--progress` flag for real time statistics 2018-10-23 12:14:52 +01:00
ncdu ncdu: fix deleting files 2018-11-22 21:41:17 +00:00
obscure
purge
rc cmd/rc: add --user and --pass flags and interpret --rc-user, --rc-pass, --rc-addr 2018-11-04 20:42:57 +00:00
rcat
rcd rc: ensure rclone fails to start up if the --rc port is in use already 2018-11-04 15:11:51 +00:00
reveal Add reveal command 2018-08-07 20:51:50 +01:00
rmdir
rmdirs
serve httplib: make http serving with auth generate INFO messages on auth fail 2018-12-14 13:38:49 +00:00
settier cmd and fs: Added new command settier which performs storage tier changes on 2018-09-12 21:09:08 +01:00
sha1sum
size
sync Added docs to use the `-P`/`--progress` flag for real time statistics 2018-10-23 12:14:52 +01:00
touch build: fixup code formatting after goimports change 2018-10-13 22:47:12 +01:00
tree build: fixup code formatting after goimports change 2018-10-13 22:47:12 +01:00
version cmd/version: factor version number parsing routines into fs/version 2018-11-05 15:44:40 +00:00
cmd.go rc: ensure rclone fails to start up if the --rc port is in use already 2018-11-04 15:11:51 +00:00
help.go cmd: Implement specialised help for flags and backends - fixes #2541 2018-10-06 11:47:45 +01:00
progress.go cmd: fix --progress crash under Windows Jenkins - fixes #2846 2018-12-22 18:05:13 +00:00
progress_other.go cmd: fix --progress crash under Windows Jenkins - fixes #2846 2018-12-22 18:05:13 +00:00
progress_windows.go cmd: fix --progress crash under Windows Jenkins - fixes #2846 2018-12-22 18:05:13 +00:00
siginfo_darwin.go
siginfo_others.go