Home

Awesome

What is this?

Archconsole

This is very limited web based unix/win/mac terminal. It is the simplest implementation ever still enough to handle:

Why?

Archconsole is inspired heavily from TermKit (https://github.com/unconed/TermKit), but its aim is to enrich nodejs daily development by giving easier dev. env. modifications in self-hosted mode. In addition it is organic inside, which will bring tighter integration with organic based projects.

How?

How to use in browser

  1. $ node archconsole.js
  2. open http://localhost:3333/
  3. input terminal command

how to use in nodewebkit

  1. $ node archoconsole.js
  2. $ nodewebkit ./

Features

shortcut combos

git

ungit

node

terminal

cwd-status

thanks to gift

nvm

Requirements

quick-cd

remembers visited paths when you cd into them.

edit

nodewebkit related

How to install

$ git clone repo `target`
$ cd `target`
$ npm install

Note for windows

Make sure you have node-gyp requirements installed

use angel to manage

$ npm install organic-angel -g

starting

$ cd `target`
$ angel app start archconsole-staging.js

stoping

$ cd `target`
$ angel app stop archconsole-staging.js

restarting

$ cd `target`
$ angel app restart archconsole-staging.js

Attention

This is pre-alpha version, I'm on it daily and actually used v0.0.1 to build next versions. So it is these days usable at some extend.

how to contribute

  1. fork
  2. create a pull request

or

  1. file any issues/ideas/comments

License

MIT