home | list info | list archive | date index | thread index

Re: Fuzzy search

On Sat, 1 Mar 2025 19:22:32 -0500
Dmitriy Korovkin via linux <linux [ at ] linux-ottawa [ dot ] org> wrote:

> Hi folks,
> 
> Here is the new toy for you. Called "fzf", it is nothing but a selection with fuzzy search, highly configurable, that reads from stdin and writes selection(s) to stdout.
> 
> https://github.com/junegunn/fzf
> 
> DT has done a good review her: https://www.youtube.com/watch?v=Zq3mFU2T9cw
> 
> Enjoy,

Like this:

eval "$(history | sort -rn | awk '{ $1=""; sub(/^[ ]/, "") }'1 FS=" " | fzf --layout=reverse)"


> -- 
> Dmitriy
> 
> To unsubscribe send a blank message to linux+unsubscribe [ at ] linux-ottawa [ dot ] org
> To get help send a blank message to linux+help [ at ] linux-ottawa [ dot ] org
> To visit the archives: https://lists.linux-ottawa.org
> 

To unsubscribe send a blank message to linux+unsubscribe [ at ] linux-ottawa [ dot ] org
To get help send a blank message to linux+help [ at ] linux-ottawa [ dot ] org
To visit the archives: https://lists.linux-ottawa.org

message navigation