Terminal application for listing the countries you've visited with other interesting statistics thrown in
foo@bar:~$ brew tap Wildhoney/BeenThere https://github.com/Wildhoney/BeenThere
foo@bar:~$ brew install been-therePre-built binaries are available for each release across the following architectures:
| Platform | Architecture | Binary |
|---|---|---|
| macOS | Apple Silicon (arm64) | been-there-aarch64-apple-darwin.tar.gz |
| macOS | Intel (x86_64) | been-there-x86_64-apple-darwin.tar.gz |
| Linux | x86_64 | been-there-x86_64-unknown-linux-gnu.tar.gz |
Download and extract:
foo@bar:~$ curl -L https://github.com/Wildhoney/BeenThere/releases/latest/download/been-there-aarch64-apple-darwin.tar.gz | tar xz
foo@bar:~$ sudo mv been-there /usr/local/bin/foo@bar:~$ cargo install --git https://github.com/Wildhoney/BeenThere.gitYou can use been-there (or bt) to display the help screen, and use the add, remove, list and info commands to manage the countries you've visited. Use make test to run the unit tests.




