Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bafe7ac

Browse filesBrowse files
author
Arne Claassen
committed
Update README.md
1 parent 275e63d commit bafe7ac
Copy full SHA for bafe7ac

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ http://sdether.github.com/josh.js/
1111
* `history.js` - localStorage backed command history
1212
* `killring.js` - killring for kill & yank handling in readline
1313

14+
## Tutorials
15+
* <a href="helloworld.html">Hello world</a> - put a console on a web page and add a new custom command with completion
16+
* <a href="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+
* <a href="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+
* <a href="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.
22+
1423
## License
1524
josh.js is licensed under the Apache 2.0 License
1625

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.