cohml
cohml
One significant use case for this feature that hasn't been discussed yet is when `filter_mode` is set to "directory" (#1769). With this configuration, there's a mismatch between what `atuin` shows...
That setting only applies when the up arrow opens the `atuin` TUI. > `filter_mode_shell_up_key_binding` > > The default filter to use when searching and being invoked from a shell up-key...
Hey that's pretty slick, thanks @tmccombs! Not as simple or elegant IMHO as supporting this feature natively from within `fd` as I initially described. But in the meantime, your proposal...
Incidentally, and on a completely different train of thought, I stumbled upon that issue yesterday. It sounds very exciting and may indeed resolve this. But I was dismayed by how...
So #1043 has finally been merged, and while it does seem incredibly useful as is, it actually doesn't seem to allow for `$HOME` -> `~` substitution requested in this issue....
@tavianator That looks perfect! But how are you getting those colors? For me, `--format` seems to disable colorization entirely, even with `--color="always"`:
By the way, I just noticed you also have a [forum](https://forum.atuin.sh/). Should I be posting bugs/feature requests there, or here? My preference is GitHub, but I'd like to follow "the...
But to be clear, this ```bash bat src/printer.rs --pager='less "+/&mut OutputHandle"' ``` is not the same as this ```bash BAT_PAGER="${BAT_PAGER} +/&mut OutputHandle" bat src/printer.rs ``` The former *overwrites* whatever you've...
**TL;DR:** They're `less` options, but I would wholeheartedly support that PR at any point in time because I think it would be of wider utility. I'd open one myself if...
I am having the same problem as @SamuelLarkin - `less` as my pager, `-S` not working. Admittedly I've implemented much greater `bat` configuration than @SamuelLarkin, so maybe I borked something....