Ralf Steube

Results 57 comments of Ralf Steube

AFAIR it wasn't too much of a deal in the end, i just needed to install/build it differently (different folder/command). Not sure if it was a problem in the container...

needs https://github.com/tinygo-org/tinygo/issues/632 needs https://github.com/tinygo-org/tinygo/issues/2950

@BatmanAoD It's just the [generated one](https://github.com/rsteube/carapace-bin/blob/a2cb7b90bb9d4401085ca60c7d0f8f3b2ffacc25/completers/git_completer/cmd/ls_files_generated.go) at the moment, but the subcommand`ls-files` and flags should be completed. Haven't used it before myself but that one looks pretty simple to create...

Agree on that, just didn't get around to parsing the config yet.

related #2018

Flag handling is so weird and complex on this one that it is probably best to disable flag parsing and handle them manually as positional arguments.

FYI: there's also a manpage parser in [murex](https://github.com/lmorg/murex/tree/master/utils/man). See [carapace-spec-man](https://github.com/rsteube/carapace-spec-man). Can't really recommend it though. Manpages are too much of a mess.

fyi: https://github.com/mattn/go-sixel https://github.com/maaslalani/slides/compare/main...rsteube:slides:sixel

Hmmm..it does work for me.

1. That one needs [github cli](https://cli.github.com/) 2. There is no support for backslash paths in carapace at the moment.