Fabian Boehm
Fabian Boehm
As we've learned in #18 and in various comments, this script can be fairly confusing, especially for users new to tiling. I propose (and will probably also implement, but anyone...
Hi, I've been working on some more completions, and I noticed that sometimes we can't offer a reasonably complete list of options, so I'd like to be able to offer...
Fish has the [block](https://fishshell.com/docs/current/cmds/block.html) builtin to "temporarily block delivery of events". This sounds like a nice idea. Unfortunately I do not believe I have ever seen it used. It doesn't...
This is something that goes back to my original implementation of the snippets directories. One of my original goals was to have a precedence system, where if more than one...
One of the nice things of fish is that we don't have anything as complicated as the bash man page's "INVOCATION" section in our documentation. "If it's a non-interactive shell,...
## Description This goes through $fish_function_path/$fish_complete_path and checks which files you have that aren't in the stock fish install. So it helps you to figure out which functions and completions...
This allows explicitly turning these settings off by setting the variable to e.g. 0. See #7120 This is technically a change in behavior iff you set these variables to anything...
## Description This makes these tools usable in a pipe. You can run ```fish some-long-command | fish_clipboard_copy ``` to copy some command's output to your clipboard, and ```fish fish_clipboard_paste |...
@ridiculousfish in #8002: > Ah ha, we can cheat by just clearing the line first, before outputting its contents. Easy fix! Yeah, no, that cheat doesn't work. It breaks repainting...
This is very much a nice-to-have, it does not need to be in the initial release with "Mega abbr". One of the examples in #9313: ```fish function git_c string match...