_ _ _
| |_| |_ _ _(_)
| ' \ _| || | |
|_||_\__|\_,_|_|
Note: Prebuilt binaries for 64-bit operating systems, doesn't require Go.
curl -sSL https://raw.githubusercontent.com/PierreKieffer/htui/master/install/install_htui64_linux.sh | bash
curl -sSL https://raw.githubusercontent.com/PierreKieffer/htui/master/install/install_htui64_osx.sh | bash
htui
-----------------------------
- 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'
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
- heroku CLI :
export HEROKU_API_KEY="api token"
git clone https://github.com/PierreKieffer/htui
go build
BSD