partev
0bfd6f793b
docs: replace OSX with macOS
2021-07-05 14:51:00 +01:00
Ivan Andreev
29f967dba3
make commanddocs for v1.56 ( #5383 )
2021-06-08 18:57:04 +03:00
Ivan Andreev
5b6f637461
fs/hash: align hashsum names and update documentation ( #5339 )
...
- Unify all hash names as lowercase alphanumerics without punctuation.
- Legacy names continue to work but disappear from docs, they can be depreciated or dropped later.
- Make rclone hashsum print supported hash list in case of wrong spelling.
- Update documentation.
Fixes #5071
Fixes #4841
2021-05-21 17:32:33 +03:00
albertony
2925e1384c
Use binary prefixes for size and rate units
...
Includes adding support for additional size input suffix Mi and MiB, treated equivalent to M.
Extends binary suffix output with letter i, e.g. Ki and Mi.
Centralizes creation of bit/byte unit strings.
2021-04-27 02:25:52 +03:00
Nick Craig-Wood
6e2e2d9eb2
Version v1.55.0
2021-03-31 19:12:08 +01:00
Miron Veryanskiy
fd94b3a473
docs: replace #file-caching with #vfs-file-caching
...
The documentation had dead links pointing to #file-caching. They've been
moved to point to #vfs-file-caching.
2021-02-13 12:56:25 +00:00
Nick Craig-Wood
7f5ee5d81f
Version v1.54.0
2021-02-02 14:17:09 +00:00
Antoine GIRARD
4323ff8a63
docs: fix broken link in serve sftp/ftp #4968
2021-01-27 13:41:32 +03:00
lostheli
c8cfa43ccc
Add a download flag to hashsum and related commands to force rclone to download and hash files locally
...
This commit modifies the operations.hashSum function by adding an alternate code path. This code path is triggered by passing downloadFlag = True. When activated, rclone will download files from the remote and hash them locally. downloadFlag = False preserves the existing behavior of using the remote to retrieve the hash.
This commit modifies HashLister to support the new hashSum method as well as consolidating the roles of HashLister, HashListerBase64, Md5sum, and Sha1sum. The printing of hashes from the function defined in HashLister has been revised to work with --progress. There are light changes to operations.syncFprintf and cmd.startProgress for this.
The unit test operations_test.TestHashSums is modified to support this change and test the download functionality.
The command functions hashsum, md5sum, sha1sum, and dbhashsum are modified to support this change. A download flag has been added and an output-file flag has been added. The output-file flag writes hashes to a file instead of stdout to avoid the need to redirect stdout.
2020-12-27 15:40:44 +00:00
Marcin Zelent
2896f51a22
docs: Fixed links to VFS FIle Caching section
2020-11-23 16:30:58 +00:00
edwardxml
3f3afe489f
docs: mount: minor changes to wording
2020-10-28 15:43:49 +00:00
edwardxml
70b21d9c87
docs: Update mount docs
...
Eliminate repeat word mode
2020-10-28 15:42:33 +00:00
Ingo
5164c3d2d0
genautocomplete: add support to output to stdout
2020-10-22 17:28:33 +01:00
Nick Craig-Wood
510ac341e1
Version v1.53.0
2020-09-02 17:00:18 +01:00
Nick Craig-Wood
e62c032184
docs: remove manually set dates and use git dates instead
2020-06-01 13:07:46 +01:00
Nick Craig-Wood
6882aeff97
Version v1.52.0
2020-05-27 17:31:10 +01:00
Nick Craig-Wood
4d6af44045
docs: update all auto generated docs
2020-05-27 17:31:09 +01:00
Nick Craig-Wood
74b8cbfb84
docs: set unsafe HTML parsing to false and fix raw HTML insertion
...
This means that markdown files can't contain <thing> any more.
2020-05-27 17:31:09 +01:00
Nick Craig-Wood
050879f0ca
docs: make command docs titles be one higher
2020-05-27 17:31:09 +01:00
Nick Craig-Wood
6d19bbba73
docs: add description to commands and index page
2020-05-27 17:31:08 +01:00
Denis
31a1cc46b7
copyurl: add no-clobber flag - fixes #3950
2020-04-19 12:40:17 +01:00
Nick Craig-Wood
a54210a2e4
docs: restore missing mount --daemon docs
...
This was done as part of ebfeec9fb4
which unfortunately patched
the auto generated files.
2020-02-10 15:29:39 +00:00
Nick Craig-Wood
8b664c3ec5
docs: restore lost spelling fixes
...
These came from 3d424c6e08
which unfortunately got added the
docs to the auto generated files.
2020-02-10 15:29:39 +00:00
Nick Craig-Wood
102a38bb95
docs: restore lost VFS poll interval docs
...
These came from 3d475dc0ee
which unfortunately got added the
docs to the auto generated files.
2020-02-10 15:29:39 +00:00
Nick Craig-Wood
7a54e13110
docs: restore lost VFS case insensitive docs
...
These came from 1c4e33d4ad
which unfortunately
added the docs to the auto generated files.
2020-02-10 15:29:39 +00:00
Nick Craig-Wood
feee92c790
docs: restore lost mount share docs
...
These came from 162fdfe455
which unfortunately added the docs to
the auto generated files.
2020-02-10 15:29:39 +00:00
Nick Craig-Wood
de93852512
docs: restore lost auth proxy logs
...
These came from f2a789ea98
which unfortunately added the docs to
the auto generated files.
2020-02-10 15:29:39 +00:00
Nick Craig-Wood
dfb710eab7
gendocs: add autogenerated header to all docs
2020-02-10 15:29:39 +00:00
Nick Craig-Wood
43daecd89b
Version v1.51.0
2020-02-01 10:40:01 +00:00
Paul Tinsley
f2a789ea98
serve sftp: Add support for public key with auth proxy - fixes #3572
2020-01-15 16:23:57 +00:00
Fernando
162fdfe455
mount: document remotes as network shares on Windows
...
Provided instructions for mounting remotes as network shares/network drives in a Windows environment
2019-11-27 11:40:24 +00:00
Xiaoxing Ye
520ddbcceb
config: do not open browser on headless if google fs
...
On google fs (drive, google photos, and google cloud storage), if
headless is selected, do not open browser.
This also supplies a new option "auth-no-open-browser" for authorize
if the user does not want it.
This should fix #3323 .
2019-10-30 14:12:42 +00:00
Nick Craig-Wood
6fabf476cf
Version v1.50.0
2019-10-26 11:04:54 +01:00
Ivan Andreev
1c4e33d4ad
vfs: add flag --vfs-case-insensitive for windows/macOS mounts
...
rclone mount when run on Windows & macOS will now default to `--vfs-case-insensitive`.
This means that
2019-09-04 21:30:48 +01:00
Denis
b71ac141cc
copyurl: add --auto-filename flag for using file name from url in destination path ( #3451 )
2019-09-03 17:25:19 +01:00
Nick Craig-Wood
a6387e1f81
Version v1.49.0
2019-08-26 15:25:20 +01:00
Nick Craig-Wood
57d5de6fba
build: fix up package paths after repo move
...
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
2019-07-28 18:47:38 +01:00
Nick Craig-Wood
4ee6de5c3e
docs: add a new page with global flags and link to it from the command docs
...
In f544234
we removed the global flags from each command as it was
making each page very big and causing 1000s of lines of duplication in
the man page.
This change adds a new flags page with all the global flags on and
links each command page to it.
Fixes #3273
2019-06-20 16:45:44 +01:00
Nick Craig-Wood
245fed513a
Version v1.48.0
2019-06-15 13:55:41 +01:00
Nick Craig-Wood
f544234e26
gendocs: remove global flags from command help pages
2019-05-11 23:39:50 +01:00
Animosity022
3d475dc0ee
mount: Fix poll interval documentation
2019-04-24 18:21:04 +01:00
Nick Craig-Wood
a0d4fdb2fa
Version v1.47.0
2019-04-13 11:01:58 +01:00
Ben Boeckel
3d424c6e08
docs: fix various typos
2019-03-28 15:12:51 +00:00
Nick Craig-Wood
eb85ecc9c4
Version v1.46
2019-02-09 10:42:57 +00:00
Nick Craig-Wood
d35bd15762
Version v1.45
2018-11-24 13:44:25 +00:00
Peter Kaminski
64fce8438b
docs: Fix a couple of minor typos in rclone_mount.md
...
* "transferring" instead of "transfering"
* "connection" instead of "connnection"
* "mount" instead of "mount mount"
2018-11-14 22:48:58 +00:00
Nick Craig-Wood
f96ce5674b
Version v1.44
2018-10-15 11:03:08 +01:00
Jon Craton
19cf3bb9e7
Fixed typo (duplicate word) ( #2563 )
2018-09-10 19:09:48 -07:00
Nick Craig-Wood
20c55a6829
Version v1.43
2018-09-01 12:58:00 +01:00
Nick Craig-Wood
a9adb43896
Version v1.42
2018-06-16 18:21:09 +01:00
Nick Craig-Wood
e4c380b2a8
Version v1.41
2018-04-28 11:46:27 +01:00
Keith Goldfarb
6c10312c75
ncdu: added a "refresh" key - for #2174
...
Added Control+L key to refresh screen. Not sure if this is the
best choice, but it appears to be somewhat common.
2018-03-26 21:02:39 +01:00
Nick Craig-Wood
26f1c55987
Version v1.40
2018-03-19 10:06:13 +00:00
ishuah
ebfeec9fb4
mount: run rclone mount in the background - fixes #723
2018-03-04 14:06:07 +03:00
Nick Craig-Wood
f34a9116d4
Version v1.39
2017-12-23 13:07:45 +00:00
ishuah
aab8051f50
move: add --delete-empty-src-dirs flag - fixes #1854
2017-11-28 11:38:19 +03:00
jersou
f64ee433b7
docs: missing "sync" command name fix
2017-10-10 19:44:19 +01:00
Nick Craig-Wood
911d121bb9
docs: Fix version number
2017-09-30 15:22:00 +01:00
Nick Craig-Wood
d96e45ba5b
Version v1.38
2017-09-30 14:20:43 +01:00
bpicode
f1f7e0e6f9
support for zsh auto-completion - #983
2017-08-31 16:21:28 +01:00
Nick Craig-Wood
a73ecec11f
Version v1.37
2017-07-22 20:04:29 +01:00
Yaroslav Halchenko
3ddcbce989
DOC: any empty directoryies -> empty directories ( fixes #1546 )
2017-07-22 10:24:41 +02:00
Nick Craig-Wood
bbbc202ee6
Add ftp.md to docs builder and update docs
2017-06-15 20:12:26 +01:00
Ihor Dvoretskyi
a54692d165
OneDrive vs One Drive
...
It's better to call this service as it's officially named.
2017-03-29 18:11:33 +01:00
Nick Craig-Wood
f798552cf1
Update urls to https after site move
2017-03-29 10:06:22 +01:00
Nick Craig-Wood
503cd84919
Start v1.36-DEV development
2017-03-18 11:30:59 +00:00
Nick Craig-Wood
118e26f8e2
Version v1.36
2017-03-18 11:16:43 +00:00
Nick Craig-Wood
e88623e3c8
Add cryptcheck and obscure to docs
2017-03-05 10:19:22 +00:00
Lukas Loesche
5894c02a34
Typo: the the -> the in docs and comments
2017-01-03 20:48:26 +00:00
Nick Craig-Wood
5b8b379feb
Version v1.35
2017-01-02 15:33:06 +00:00
Nick Craig-Wood
23b8f008e0
Add missing docs changes
2016-11-06 10:40:11 +00:00
Nick Craig-Wood
d95288175f
Version v1.34
2016-11-06 10:18:30 +00:00
Nick Craig-Wood
ca19204cf4
Add missing doc pages
2016-10-04 11:30:48 +01:00
Nick Craig-Wood
31fe800d6a
Add crypt to the docs index plus a few docs tweaks
2016-08-24 23:48:37 +01:00
Nick Craig-Wood
3996bbb8cb
Version v1.33
2016-08-24 23:02:05 +01:00
Nick Craig-Wood
549cac90af
Use cobra autogenerated docs
...
* put the most up to date docs into the code
* generate command docs using rclone gendocs
* put command docs into own directory
* remake them into MANUAL.md
2016-08-04 21:47:14 +01:00