Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cantino/chrome_pipe
A Chrome extension experiment with JavaScript UNIXy pipes
https://github.com/cantino/chrome_pipe
Last synced: 16 days ago
JSON representation
A Chrome extension experiment with JavaScript UNIXy pipes
- Host: GitHub
- URL: https://github.com/cantino/chrome_pipe
- Owner: cantino
- License: mit
- Created: 2015-02-01T18:07:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T17:50:08.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T20:34:54.938Z (30 days ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/chromepipe/ikkdlidmhdbibjhhakdjcjeganhgbnmf
- Size: 185 KB
- Stars: 31
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChromePipe Extension
## An experiment in a JavaScript UNIXy terminal
* Free in the [Chrome Store](https://chrome.google.com/webstore/detail/chromepipe/ikkdlidmhdbibjhhakdjcjeganhgbnmf)
* [Exciting video!](https://vimeo.com/118090094)# Technologies
* JavaScript
* CoffeeScript
* jQuery
* SelectorGadget# Local Development
## Compiling
Start by installing development dependencies with
bundle
and then run
bundle exec guard
## Chrome Extension
`guard` will automatically compile the chrome extension in `compiled/chrome-extension` and `compiled/chrome-extension.zip`. You can load this into Chrome by going to Extensions, then clicking "Developer mode", and then "Load unpacked extension..." and selecting the `compiled/chrome-extension` directory.
## Testing
JavaScript and CoffeeScript is tested with [https://jasmine.github.io/](jasmine). With guard running,
open _spec/SpecRunner.html_ in your browser to run the tests. (On a Mac, just do `open spec/SpecRunner.html`.)