Display Ethereum gas price.
➜ ~ gas
15 Seconds: 30.2
1 Minute: 22.7
3 Minutes: 22.6
>10 Minutes: 22.6
ETH/USD: 2833.52
To install latest release for Linux:
wget -O /tmp/gas https://github.com/t0mk/gas/releases/latest/download/gas-linux-amd64 && chmod +x /tmp/gas && sudo cp /tmp/gas /usr/local/bin/
.. for MacOS:
wget -O /tmp/gas https://github.com/t0mk/gas/releases/latest/download/gas-darwin-amd64 && chmod +x /tmp/gas && sudo cp /tmp/gas /usr/local/bin/
git clone https://github.com/t0mk/gas
cd gas
go build