albertony
|
5d6b8141ec
|
Replace deprecated ioutil
As of Go 1.16, the same functionality is now provided by package io or
package os, and those implementations should be preferred in new code.
|
2022-11-07 11:41:47 +00:00 |
|
albertony
|
555def2da7
|
build: add package comments to silence revive linter
|
2022-08-28 13:43:51 +02:00 |
|
albertony
|
53f831f40a
|
docs: add missing code section formatting to commands and flags
|
2022-06-21 23:43:00 +02:00 |
|
Josh Soref
|
e4a87f772f
|
docs: spelling: e.g.
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-10-28 18:16:23 +00:00 |
|
Ingo
|
5164c3d2d0
|
genautocomplete: add support to output to stdout
|
2020-10-22 17:28:33 +01:00 |
|
Matan Rosenberg
|
22f06590f7
|
genautocomplete: add support for fish shell
|
2020-04-29 16:19:35 +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 |
|
bpicode
|
f1f7e0e6f9
|
support for zsh auto-completion - #983
|
2017-08-31 16:21:28 +01:00 |
|
Nick Craig-Wood
|
5e35aeca9e
|
Regularize the command definition names
|
2016-12-03 09:08:40 +00:00 |
|
Nick Craig-Wood
|
e27b91ffb8
|
Factor each commmand into its own package
|
2016-08-05 17:13:54 +01:00 |
|