1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
rclone/cmd
LaSombra aac2406e19
cmd: add --progress-terminal-title to print ETA to terminal title
Adds a flag, --progress-terminal-title, that when used with --progress,
will print the string `ETA: %s` to the terminal title.

This also adds WriteTerminalTitle to lib/terminal
2020-10-06 16:34:26 +01:00
..
about
all
authorize
backend
cachestats build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
cat
check check: fix docs 2020-09-07 12:10:52 +01:00
cleanup docs: Add full stops for consistency in rclone --help 2020-09-08 16:26:09 +01:00
cmount cmount: add support for reading unknown length files using direct IO 2020-07-28 16:23:11 +01:00
config
copy docs: Add full stops for consistency in rclone --help 2020-09-08 16:26:09 +01:00
copyto docs: Add full stops for consistency in rclone --help 2020-09-08 16:26:09 +01:00
copyurl
cryptcheck check,cryptcheck: add reporting of filenames for same/missing/changed #3264 2020-07-21 22:08:13 +01:00
cryptdecode
dbhashsum
dedupe dedupe: Make it obey the --size-only flag for duplicate detection #4321 2020-07-28 11:40:37 +01:00
delete docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574 2020-06-10 12:33:53 +01:00
deletefile
genautocomplete
gendocs
hashsum
info build: run gofmt -s to simplify the code: suggested by Go Report Card 2020-06-18 18:45:39 +01:00
link link: Add --expire and --unlink flags 2020-06-05 14:51:05 +01:00
listremotes
ls
lsd
lsf docs: Add full stops for consistency in rclone --help 2020-09-08 16:26:09 +01:00
lsjson
lsl
md5sum
memtest
mkdir mkdir: warn when using mkdir on remotes which can't have empty directories 2020-07-08 17:55:58 +01:00
mount mount: warn macOS users that mount implementation is changing #4393 2020-07-24 15:41:31 +01:00
mount2 cmd/mount2: fix the swapped UID / GID values 2020-09-23 23:06:33 +01:00
mountlib enhance systemd integration 2020-10-06 16:21:30 +01:00
move docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574 2020-06-10 12:33:53 +01:00
moveto docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574 2020-06-10 12:33:53 +01:00
ncdu build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
obscure docs: Add full stops for consistency in rclone --help 2020-09-08 16:26:09 +01:00
purge docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574 2020-06-10 12:33:53 +01:00
rc
rcat
rcd
reveal
rmdir
rmdirs
serve build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
settier
sha1sum
size
sync docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574 2020-06-10 12:33:53 +01:00
touch touch: add ability to set nanosecond resolution times 2020-06-12 15:38:35 +01:00
tree tree: remove -i shorthand for --noindent as it conflicts with -i/--interactive 2020-06-10 12:33:53 +01:00
version version: replace internal code with github.com/coreos/go-semver 2020-08-31 13:55:04 +01:00
cmd.go cmd: add --progress-terminal-title to print ETA to terminal title 2020-10-06 16:34:26 +01:00
help.go
progress.go
siginfo_darwin.go
siginfo_others.go