cohml
cohml
Following up: I managed to get it working with both global history (`$HISTFILE`) and also per-directory history by manually overriding `HISTFILE` when executing `hist`, e.g. ``` # delete from global...
Coming to this thread from the distant future... I see almost universal enthusiasm for this proposal in the thread, plus at least one comment volunteering to work on it. Yet...
# TL;DR Nice work, but I've think I've identified a few issues with this PR. Hopefully they can be resolved because I too would kill for the target behavior to...
@jochenwierum And thank *you* for the prompt attention! I've just tested the changes you forced pushed (using commit [`4b37ea7`](https://github.com/Aloxaf/fzf-tab/pull/384/commits/4b37ea7bae8714c718dc4502f880191f3777199c)), and both problems reported seem to have been resolved. Great work!...
@jochenwierum Following up - Your most recent patch resolves all issues for me in my own testing (except I guess the nested dir thing you mentioned - I didn't even...
I have the same question. Automatically completing to the longest unambiguous common prefix would be a nice behavior.
+1 to this feature. Where is it? The use case is so blindingly clear and `direnv` already has the capacity to unload variables from the environment. Why not just expose...
So whatever became of this? I see that three years later this issue is still not closed. So if I define a function in my shell's rc file, ... function...
Brilliant! Thank you for clarifying so quickly. I had missed `from_shell` in the documentation. That's exactly what I needed and it opens up a universe of possibilities. This project is...
Thanks for investigating. I agree that both display modes could be useful in certain scenarios. +1 for making it configurable.