Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janhancic/ctuterm
https://github.com/janhancic/ctuterm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/janhancic/ctuterm
- Owner: janhancic
- License: other
- Created: 2014-04-12T17:50:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T09:54:34.000Z (almost 11 years ago)
- Last Synced: 2024-10-16T08:47:53.255Z (3 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CTUterm
This will hopefully become my right hand that will help me accomplish common operations I perform on my computer.
Inspired by the software they used in CTU in the [TV show 24](http://en.wikipedia.org/wiki/24_%28TV_series%29).## Status
Non existent at the moment. I'm still thinking about how it should work and look. I'm also learning how to use
[node-webkit](https://github.com/rogerwang/node-webkit) while I'm doing this.## Development
If you want to start hacking on this execute this commands:```
git clone https://github.com/janhancic/ctuterm.git
cd ctuterm
npm install
mv node_modules/nodewebkit/package.json node_modules/nodewebkit/_package.json # this is temporary until a bug is resolved
```To start the app run `npm start`.
## License
Currently MIT (subject to change).