New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tetra

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tetra

[![Build Status](https://travis-ci.org/bjorne/tetra.svg?branch=master)](https://travis-ci.org/bjorne/tetra)

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 15 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts