Skip to content

Bowery/terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8b0077b · Jun 3, 2015

History

14 Commits
Jun 3, 2015
Jun 2, 2015
Jun 2, 2015
Jun 3, 2015
Jun 3, 2015
Jun 2, 2015
Jun 2, 2015

Repository files navigation

terminal

an atom-like terminal. easily extensible and customizable.

Setup

terminal is built on top of Atom's electron framework. To install:

$ make deps

To run the terminal:

$ make

Plugins

For now, all plugins are located in app/plugins. This is temporary and solely for the purposes of defining and testing the plugin api.

package.json

Every package has a corresponding json file describing it and it's behavior. For example:

{
  "name": "link",
  "main": "./lib/link.js",
  "description": "Turn urls into clickable links.",
  "license": "MIT",
  "actions": {
    "stdout": [],
    "stderr": [],
    "stdin": [],
    "display": []
  }
  "dependencies": {}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published