Roland Fredenhagen

Results 349 comments of Roland Fredenhagen

I'd consider adding `,` to the characters terminating a path (like `;`).

working on this, will revive the pr in the comming days.

Done: https://github.com/fish-shell/fish-shell/pull/9932

@epage I tried to design an interface that could be shared between fish and bash allowing to move all shell specific logic into the completion script. Do you have input...

> * `paths` optional, completes current token as path if not present we do our own basic path completions e.g. for fish `complete -C "__fish_complete_path "(commandline --current-token)` (ideally this would...

@epage Just remembered that this was still open. Was there any thought put into dynamic completions in the meantime?

Replaced by #5048

> Connectivity checks seem fine under Linux though as I've never experienced the same issue there. Actually I have the issue on Linux :D, not sure if it might be...

Ideally this could be extended to even provide diagnostics. I thought, one could start with typing all builtins and maybe `nixpkgs.lib` and then inferring every time there is a guaranteed...

> A config option to set the search method to either regex or raw text would be nice. Or a separate command for raw text search that can be bound...