You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is really a brilliant piece of software, and when you need something like this a google search reveals very few options, gnuplot with set terminal dumb is the main reasonable choice.
This would be accessible to a much wider audience if it could be installed via homebrew, the package manger for macOS / OSX. Basically its a sane way to manage executables.
A perfect example is hugo, the static website generator written in golang, with a simple install via brew install hugo.
I don't program in go, but termeter is perfect for me therefore I went to the trouble of installing go, dealing with path updates to my .zshrc, etc. And then go build termeter.
This is too much work when all I need is the executable.
The text was updated successfully, but these errors were encountered:
This is really a brilliant piece of software, and when you need something like this a google search reveals very few options, gnuplot with
set terminal dumb
is the main reasonable choice.This would be accessible to a much wider audience if it could be installed via homebrew, the package manger for macOS / OSX. Basically its a sane way to manage executables.
A perfect example is hugo, the static website generator written in golang, with a simple install via
brew install hugo
.I don't program in
go
, buttermeter
is perfect for me therefore I went to the trouble of installinggo
, dealing with path updates to my .zshrc, etc. And thengo build termeter
.This is too much work when all I need is the executable.
The text was updated successfully, but these errors were encountered: