0.2.0 • Published 10 years ago

tetra v0.2.0

Weekly downloads
3
License
ISC
Repository
-
Last release
10 years ago

Tetra

Build Status

An Amazon S3 client for the terminal.

$ npm install -g tetra

Features 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.

0.2.0

10 years ago

0.1.0

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago