Johannes Altmanninger

Results 733 comments of Johannes Altmanninger

> Hey guys I am looking to make my first contribution and was wondering if I should take this one. > > If you think there are other issues/areas I...

> I suggest extending `set_color` to support more options, specifically > the following (which are supported by my terminal, [Windows > Terminal](https://learn.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences) > > * `default`: emit `\e[39m` > *...

On Thu, Aug 28, 2025 at 02:21:12AM -0700, Isaac Oscar Gariano wrote: > IsaacOscar left a comment (fish-shell/fish-shell#11755) > > >> `--background=default`: emit `\e[49m` > > --background=normal already does that...

On Sat, Sep 13, 2025 at 09:54:30PM -0700, Ilya Grigoriev wrote: > For reference, it says > > > > One difference is that > > > [not](https://fishshell.com/docs/current/cmds/not.html) > >...

> `{ not true | false } && echo blah` that command is cursed! (I'm wondering if we should ban this)

> ``` > { not not true | not false } && echo blah # prints blah > { not true | not false | not true } && echo...

> The fact that `not a | b` inverts the whole command I could reason about, and document. Sounds good. If we don't change any behavior, we could also mention...

TODO: need to either re-revert b1e8fdfaa2c (Revert "CI: use build_tools/check.sh in Cirrus CI", 2025-10-06), or keep using cmake (I have not had time to figure out what was the problem;...

> You can test it in your own fork and it will write to your own package registry right, that should work (probably some of the ones in https://github.com/krobelus/fish-shell/actions/runs/18277577848 failed...

On Tue, Jun 24, 2025 at 08:00:54AM -0700, danielrainer wrote: > danielrainer left a comment (fish-shell/fish-shell#11610) > > From the looks of it this would add a commit automatically fixing...