sdether / josh.js

Toolkit for building a bash-like shell in the browser, including full readline support
http://sdether.github.com/josh.js/
Apache License 2.0
390 stars 76 forks source link

Support !{num} to execute history entries #5

Open sdether opened 11 years ago

sdether commented 11 years ago

In bash you can do !{num} with the line number of a command in the history to re-run it.