albertony

Results 89 comments of albertony

I pushed a branch [pasnox-symlink](https://github.com/rclone/rclone/tree/pasnox-symlink) to upstream. It is identical to your master, except I rebased it on upstream/master to include the two commits you are currently behind. Binaries should...

Pushed it. Fresh binaries should be ready in some minutes.

Yeah, I just rebased it on master. I think there was a merge conflict. Don't know what to do with it... Reason I did this change was probably that, because...

I think the result object from the Update backend function is returned here: https://github.com/rclone/rclone/blob/0361acbde40815534ab11b4027f8083151ff8640/fs/operations/operations.go#L507 And then here, where it is just ignored: https://github.com/rclone/rclone/blob/0361acbde40815534ab11b4027f8083151ff8640/fs/operations/operations.go#L1934 But does this mean it is safe...

@ncw I've revived this PR now, and decided to remove the `name`, `public-link` and `public-link-web` entries to reduce number of decision points (which was partly why the PR stalled back...

> squash the jotta commits and leave the docs one for two commits? I have done this now. Will merge as soon as the checks are all green.

Sure. There have been some related discussion in issues/PRs since this (spell checkers, CodeQL etc), so would be good to get a new "base". Don't think https://github.com/rclone/rclone/pull/6387 is too far...

> However, this only seems to be working with shortcuts/links, not with `exe` files in the given folder. Is there any way to enable `exe` files as well for such...

Right. Sounds like we should just delete the docs/content/commands/rclone_genautocomplete*.md then. Regarding redirect/alias, is the reason simply to avoid dangling links somewhere? I was thinking that a possible advantage of a...