mptre / pick

A fuzzy search tool for the command-line
MIT License
814 stars 42 forks source link

Highlight matched portion of items #21

Closed ggilder closed 8 years ago

ggilder commented 9 years ago

Other fuzzy finders like ctrlp and fzf highlight the matched portion of items, i.e. if I have an item README.md in the input list and my search is mm, the substring ME.m will be highlighted in a different color. This can be useful visual feedback when searching large numbers of entries, to see why a particular search is matching something unexpected.

calleluks commented 9 years ago

I would also like this. PR's are welcome.

keith commented 9 years ago

See https://github.com/thoughtbot/pick/pull/24

calleluks commented 8 years ago

This feature was added by @mptre in #97. Thanks!