albertony

Results 27 issues of albertony

The documentation of the [completion](https://rclone.org/commands/rclone_completion/) subcommand lists PowerShell, while the [genautocomplete](https://rclone.org/commands/rclone_genautocomplete/) does not. However `genautocomplete` is [now](https://github.com/rclone/rclone/commit/51a468b2bae4ca8e21760435211623a8199a9167) simply an alias for `complete`, and therefore both supports powershell and lists it...

doc fix

#### What is the purpose of this change? According to rclone [documentation](https://rclone.org/docs/#list-of-exit-codes), exit code 1 is for "syntax or usage" and 2 is for "not otherwise categorised" errors. However, in...

UX

#### What is the purpose of this change? On code inspection I noticed that the reported number of differences and errors after a check operation would always the same. It...

UX

This version removes Go cache management, and therefore also options skip-pkg-cache and skip-build-cache, because the cache related to Go itself is already handled by actions/setup-go. Now it only caches golangci-lint...

github_actions

#### What is the purpose of this change? Add support for BLAKE3 and xxHash (XXH3/XXH3-64 and XXH128/XXH3-128). - Added to the rclone's hash library, with internal names: `blake3`, `xxh3` and...

enhancement
hashing

#### What is the purpose of this change? #### Was the change discussed in an issue or in the forum before? https://github.com/rclone/rclone/pull/7747#discussion_r1558092028 #### Checklist - [X] I have read the...

doc fix

#### What is the purpose of this change? The main purpose is to add support for filtering the output from `listremotes` command, as discussed in the forum. Some additional, somewhat...

UX
configuration