Red S

Results 45 comments of Red S

Same here. Unable to use `file-line` because of this. BTW, issusing a `:e` after opening a gpg file opens it correctly.

Ditto, especially because the premise is "beautiful and intuitive".

While argcomplete does indeed run fine on zsh, zsh's auto-complete is far more advanced. argcomplete doesn't take advantage of any of this. Here are two example features that I'd love...

The current bash autocomplete works fine in zsh, since zsh can accept bash autocomplete scripts. However, this doesn't use the much more advanced features for autocomplete that zsh has. Taking...

As I mentioned earlier, the current bash autocomplete that argcomplete does works fine in zsh, since zsh can accept bash autocomplete scripts. The code at https://github.com/aws/aws-cli/blob/develop/bin/aws_zsh_completer.sh seems to help with...

Great, thanks for the pointer! The line you pointed to works fine for options, but not when there are subcommands with aliases. Looks like [Line 217 above](https://github.com/kislyuk/argcomplete/blob/master/argcomplete/__init__.py#L217) is used for...

Of course, those are simple solutions....and also extremely inconvenient to the point of being unusable if done 20 times a day. I already tried :). Automation (the ideas I suggested...

Here is a use case for the ability to edit commands: adding `--update`, (or `--ignore-checksums` or `--ignore-times`) is critical to get `sync` or `copy` to work correctly and efficiently on...

There is now a [winget releaser](https://github.com/marketplace/actions/winget-releaser) in the github Actions marketplace. Wouldn't it be very simple to get ungoogled-chromium-windows to use this? This would fix the fact that the latest...

I see. I can't say I know anything at all about the implications of powershell scripts to understand. I'm sure you thought of it, but couldn't that marketplace action be...