rclone/cmd
Nick Craig-Wood d0d41fe847 rclone config redacted: implement support mechanism for showing redacted config
This introduces a new fs.Option flag, Sensitive and uses this along
with IsPassword to redact the info in the config file for support
purposes.

It adds this flag into backends where appropriate. It was necessary to
add oauthutil.SharedOptions to some backends as they were missing
them.

Fixes #5209
2023-07-07 16:25:14 +01:00
..
about docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
all bisync: implementation #5164 2021-11-01 21:00:27 +03:00
authorize authorize: add support for custom templates 2023-02-24 15:08:38 +00:00
backend backend: for command not found errors, hint to look in the underlying remote 2023-06-10 14:44:01 +01:00
bisync cat: adds --separator option to cat command 2023-04-24 12:01:53 +01:00
cachestats docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
cat cat: adds --separator option to cat command 2023-04-24 12:01:53 +01:00
check docs: add info about # of parallel checks for rclone check/cryptcheck 2023-03-24 12:43:45 +00:00
checksum docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
cleanup docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
cmount mount: clarify rclone mount error when installed via homebrew 2023-03-29 13:59:27 +01:00
config rclone config redacted: implement support mechanism for showing redacted config 2023-07-07 16:25:14 +01:00
copy docs: remove minimum versions from command pages of pre v1 commands 2022-12-03 18:58:55 +01:00
copyto docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
copyurl docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
cryptcheck cmd: fix typos found by codespell 2023-03-24 11:32:59 +00:00
cryptdecode docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
dedupe docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
delete docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
deletefile deletefile: return error code 4 if file does not exist 2023-03-03 09:51:23 +00:00
genautocomplete genautocomplete: rename to completion with alias to old name 2023-05-25 14:32:40 +01:00
gendocs docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
hashsum docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
link docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
listremotes docs: listremotes also includes remotes from env vars 2023-06-24 15:46:23 +01:00
ls docs: remove minimum versions from command pages of pre v1 commands 2022-12-03 18:58:55 +01:00
lsd docs: remove minimum versions from command pages of pre v1 commands 2022-12-03 18:58:55 +01:00
lsf docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
lsjson docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
lsl docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
md5sum docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
mkdir docs: remove minimum versions from command pages of pre v1 commands 2022-12-03 18:58:55 +01:00
mount mount: removed unnecessary byte slice allocation for reads 2023-04-30 17:54:30 +01:00
mount2 mount2: disable xattrs 2023-04-30 17:56:47 +01:00
mountlib mount: Added _netdev to the example mount so it gets treated as a remote-fs rather than local-fs 2023-06-23 17:37:00 +01:00
move docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
moveto docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
ncdu cmd/ncdu: refactor redraw handling 2023-03-21 16:41:22 +00:00
obscure docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
purge docs: remove minimum versions from command pages of pre v1 commands 2022-12-03 18:58:55 +01:00
rc rc: set url to the first value of rc-addr since it has been converted to an array of strings now -- fixes #6641 2022-12-22 09:02:20 +00:00
rcat docs: note that rcat will retry chunks when multipart uploading 2023-03-17 10:52:21 +00:00
rcd rc: fix missing --rc flags 2023-03-23 12:05:31 +00:00
reveal docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
rmdir docs: remove minimum versions from command pages of pre v1 commands 2022-12-03 18:58:55 +01:00
rmdirs docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
selfupdate selfupdate: obey --no-check-certificate flag 2023-04-24 12:26:01 +01:00
serve serve webdav: implement owncloud checksum and modtime extensions 2023-05-15 15:38:00 +01:00
settier docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
sha1sum docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
size docs: fix size documentation 2023-03-15 16:21:37 +00:00
sync docs: use --interactive instead of -i in examples to avoid confusion 2023-01-24 20:43:51 +01:00
test cmd: fix typos found by codespell 2023-03-24 11:32:59 +00:00
touch cmd: fix typos found by codespell 2023-03-24 11:32:59 +00:00
tree tree: fix display of files with illegal Windows file system names 2023-03-07 15:30:11 +00:00
version selfupdate: obey --no-check-certificate flag 2023-04-24 12:26:01 +01:00
cmd.go lib/terminal: enable windows console virtual terminal sequences processing (ANSI/VT100 colors) 2023-03-03 12:37:01 +01:00
help.go rc: fix missing --rc flags 2023-03-23 12:05:31 +00:00
progress.go fs: Fix interaction between --progress and --interactive 2023-03-22 16:18:41 +00:00
selfupdate_disabled.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
selfupdate_enabled.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
siginfo_bsd.go cmd: Enable SIGINFO (Ctrl-T) handler on FreeBSD, NetBSD, OpenBSD and Dragonfly BSD 2022-11-07 11:45:04 +00:00
siginfo_others.go cmd: Enable SIGINFO (Ctrl-T) handler on FreeBSD, NetBSD, OpenBSD and Dragonfly BSD 2022-11-07 11:45:04 +00:00