Patrick Jackson
Patrick Jackson
Resh has this issue as well and also hasn't resolved it: https://github.com/curusarn/resh/issues/157
I am fairly sure that you can now add this to the scripts using the `--offset` flag added in #825.
I whipped up a version of this for fish, since I've wanted this myself and that's the shell I use: https://github.com/atuinsh/atuin/compare/main...arcuru:atuin:replace-bind-up. Here's a link to the full file, that you...
> Does your replacement take into account what's currently in the buffer as a search? No, but that is a short change (add `$ATUIN_CURRENT_CMD` as the query to `atuin search`...
> That leaves Nu. I'm not familiar with it so am unlikely to write the integration, but I don't think missing Nu should be a blocker to getting this out....
This issue is sort of fixed but there's a related problem. There were 2 issues here: 1. Atuin _was_ blocking on that network request (fixed by @conradludgate ) 2. The...
I don't think we can yet. We're still waiting on Nushell to implement https://github.com/nushell/nushell/issues/6264, @stevenxxiu is currently working on a precursor PR. But maybe @ellie got a different answer from...
Oh! I thought https://github.com/nushell/nushell/pull/8207 was just some early work, but it looks farther along. Awesome :) Probably not worth it to implement my proposed hacky workaround unless something else needs...
1. You didn't say, but I assume you downloaded `.bash-preexec.sh`, so you also have the file `~/.bash-preexec.sh` in your home folder. 2. Assuming that's an exit code, then that most...
Coloring the interactive search TUI was requested in #503 as well. I think that is definitely a worthwhile change. On the `--fzf-mode` change, it should probably be split into a...