0.2.0 • Published 11 years ago
tetra v0.2.0
Tetra
An Amazon S3 client for the terminal.
$ npm install -g tetraFeatures include:
- Curses-like UI with vim bindings for browsing S3 (using blessed)
Usage
$ tetra <bucket>Tetra uses environment variables AWS_ACCESS_KEY_ID and
AWS_SECRET_ACCESS_KEY for enabling access to S3, so ensure these are
set to browse private buckets. Tetra also selects region via
AWS_DEFAULT_REGION if set.
Development
The project is written in CoffeeScript, which resides in src/. Files
are compiled to lib/. Use gulp watch to watch for changes, compile
and run the tests.