All Projects → PierreKieffer → htui

PierreKieffer / htui

Licence: BSD-2-Clause license
Heroku Terminal User Interface

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to htui

ll
ll - a more informative `ls`, based on `k`
Stars: ✭ 24 (-77.98%)
Mutual labels:  terminal-based
create-mern-ts-app
Create a Mongo-Express-React-Node Application written in TypeScript out of the box.
Stars: ✭ 30 (-72.48%)
Mutual labels:  heroku
cryptgo
A terminal application to watch crypto prices!
Stars: ✭ 123 (+12.84%)
Mutual labels:  terminal-based
atpbar
Progress bars for threading and multiprocessing tasks on terminal and Jupyter Notebook
Stars: ✭ 74 (-32.11%)
Mutual labels:  terminal-based
qrrs
CLI QR code generator and reader written in rust
Stars: ✭ 29 (-73.39%)
Mutual labels:  terminal-based
Meteor-Files-Demo
Demo application for ostrio:files package
Stars: ✭ 16 (-85.32%)
Mutual labels:  heroku
TermGL
2D & 3D graphics engine in the terminal [C/C++]
Stars: ✭ 219 (+100.92%)
Mutual labels:  terminal-based
salesforce-iam-flows
Node.js application that implements some of the most common SAML and OAuth flows in Salesforce.
Stars: ✭ 31 (-71.56%)
Mutual labels:  heroku
TextGraphic
TextGraphic is a framework for creating Textual Graphics. It provides layers, styling, rich color, text justification, layouts, tables, view-ports, transparency, etc.
Stars: ✭ 83 (-23.85%)
Mutual labels:  terminal-based
haikunatorphp
Generate Heroku-like random names to use in your php applications.
Stars: ✭ 99 (-9.17%)
Mutual labels:  heroku
cgol
Conway's Game of Life in the Terminal
Stars: ✭ 32 (-70.64%)
Mutual labels:  terminal-based
dynamic-cli
A Modern, user-friendly command-line HTTP client for the API testing, and if you're stuck - Search and browse StackOverflow without leaving the CLI
Stars: ✭ 151 (+38.53%)
Mutual labels:  terminal-based
arugo
Virtual rating system for codeforces using codeforces API.
Stars: ✭ 30 (-72.48%)
Mutual labels:  heroku
outfancy
Python3 library to print tables in Terminal.
Stars: ✭ 47 (-56.88%)
Mutual labels:  terminal-based
nasulog
ポエム投稿サービス
Stars: ✭ 24 (-77.98%)
Mutual labels:  heroku
consoleTimer
Simple timer for your terminal
Stars: ✭ 20 (-81.65%)
Mutual labels:  terminal-based
node-postgres
This application demonstrates database operations using PostgreSQL as a database, Heroku as platform, Node.js as language and Angularjs as javascript based MVC.
Stars: ✭ 18 (-83.49%)
Mutual labels:  heroku
laravel5-heroku
Laravel 5 with best practices for deployment on Heroku - created by
Stars: ✭ 18 (-83.49%)
Mutual labels:  heroku
django-s3file
A lightweight file upload input for Django and Amazon S3
Stars: ✭ 66 (-39.45%)
Mutual labels:  heroku
heroku-integrated-firefox-geckodriver
Buildpack enables your client code to access Firefox along with Geckodriver in a Heroku slug.
Stars: ✭ 40 (-63.3%)
Mutual labels:  heroku
                                          _   _        _ 
                                         | |_| |_ _  _(_)                 
                                         | ' \  _| || | |
                                         |_||_\__|\_,_|_|
                                    

Heroku Terminal User Interface

Manage your apps, scale your dynos, browse logs in real time ...


Install

Note: Prebuilt binaries for 64-bit operating systems, doesn't require Go.

64-bit

Linux

curl -sSL https://raw.githubusercontent.com/PierreKieffer/htui/master/install/install_htui64_linux.sh | bash

Mac OS

curl -sSL https://raw.githubusercontent.com/PierreKieffer/htui/master/install/install_htui64_osx.sh | bash

Run

htui

Move around

     -----------------------------
     -        Move around        -
     -----------------------------
     go up               ▲  or 'k'
     go down             ▼  or 'j'
     go to the top       'gg'
     go to the bottom    'G'
     select item         'enter'
     Quit htui           'q'

Authentication

htui uses API token mechanism for authentication to Heroku, with HEROKU_API_KEY environment variable. If ~/.netrc file exists (UNIX), HEROKU_API_KEY is set automatically. If ~/.netrc doesn't exist, you need to set HEROKU_API_KEY manually :

  • Retrieve the API token :
    • heroku CLI : heroku auth:token
    • heroku account setting web page : API Key
  • export HEROKU_API_KEY="api token"

Build

git clone https://github.com/PierreKieffer/htui
go build

Built With

License

BSD

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].