DEV Community

Discussion on: Ceelei - A CLI tool for the CLI

Collapse
 
kishanbsh profile image
Kishan B • Edited

For the same problem, i use the all powerful fzf

github.com/junegunn/fzf

This is a fuzzy finder

Basically i remember bits and portions of the command i used before eventhough not the full one, so $ history | fzf gives me what i need. There is also an out of the box shortcut for the same ctrl + r.

This is a far more powerful cli tool. in my opinion it is definitey a must havein your cli tool belt. :-)

Collapse
 
kishanbsh profile image
Kishan B

I definitely love your cli as well :-)

Collapse
 
danytulumidis profile image
Dany Tulumidis

thanks for the info, will check this out! :)