▲ | jvanderbot 3 days ago | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The premise is the same: Dump history into fzf and add a grep/awk. My point was that requiring a new shell (or even history) is a limiting factor here, and either backwards search over commands (as suggested ITT), or just plan fzf directory changes are more functional and already integrated into bash. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | robenkleene 3 days ago | parent [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
`cd foo` is useless in history if you're not already in foo's parent directory. This is the problem Zoxide solves, `z foo` will still do something useful in that case. (Side note about fzf, recursively fuzzy finding subdirectories fine for some use cases, but it doesn't scale as well as Zoxide.) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|