Skip to content

Bowery/terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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