You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`history.js` - localStorage backed command history
12
12
*`killring.js` - killring for kill & yank handling in readline
13
13
14
+
## Tutorials
15
+
* <ahref="helloworld.html">Hello world</a> - put a console on a web page and add a new custom command with completion
16
+
* <ahref="quakeconsole.html">Quake Console</a> - Create a <em>quake</em>-style console with <code>ls</code>,
17
+
<code>cd</code>, <code>pwd</code> and bash filename tab-completion
18
+
* <ahref="githubconsole.html">GitHub Console</a> - Extend the Quake Console to talk to GitHub's REST API to navigate repositories, their branches and file system
19
+
20
+
## Articles
21
+
* <ahref="http://www.claassen.net/geek/blog/2013/03/cli-all-the-things-introducing-josh-js.html">CLI all the things: Introducing Josh.js</a> Article about the origins of Josh.js with an example console for wordpress sites.
0 commit comments