1602 / compound

MVC framework. Built on Node.JS. Works on server and browser.
http://compoundjs.com
1.6k stars 183 forks source link

Implemented unix-style reverse history search #611

Closed randunel closed 10 years ago

randunel commented 10 years ago

Added cli history search, similar to linux. Usage:

ctrl+r part-of-command

enter to run, leftarrow or rightarrow to edit the command. Unlike the standard linux reverse-i-search, this one does not show the last matching command if the pattern is not found.