https://github.com/botto/tarmang
A simple webapp to generate a tar command
https://github.com/botto/tarmang
Last synced: 12 months ago
JSON representation
A simple webapp to generate a tar command
- Host: GitHub
- URL: https://github.com/botto/tarmang
- Owner: botto
- Created: 2015-03-13T13:07:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T13:14:40.000Z (over 11 years ago)
- Last Synced: 2025-01-15T07:18:46.400Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple little webapp to generate a tar command
No decent archive manager that is open source exists for OSX
This is not really a manager, at least not yet.
Just a dirty app I threw together in an hour or so.
At some point I will make the code cleaner.
Tested on iojs-1.5.3
```
$ cd http
$ bower install
$ cd ..
$ npm install
$ cd http
$ python -m SimpleHTTPServer
Open new terminal
$ node app.js
Open localhost:8000
```