T2Stock is a terminal-based real-time stock price tracker built with Go. The name comes from Time Tracker (2 t's -> T2, other tui I've made) and the Stock part is because I'm a big fan of stocks.
You'll need to install the package manager Homebrew. That's it.
You'll need to install the package manager Scoop.
Then, you go to the Environment Variables and under the System Variables,
go to Path and add your Scoop installation directory, usually C:\Users\YourUser\scoop\shims
brew tap franpfeiffer/t2stock # create the tap
brew install t2stock # installOr brew install franpfeiffer/t2stock/t2stock.
Or, in a brew bundle Brewfile:
tap "franpfeiffer/t2stock"
brew "t2stock"scoop bucket add t2stock https://github.com/franpfeiffer/scoop-t2stock # create the bucket
scoop install t2stock # installwget https://github.com/franpfeiffer/t2stock/releases/latest/download/t2stock_1.0.0_linux_amd64.deb
sudo dpkg -i t2stock_1.0.0_linux_amd64.debsudo rpm -i https://github.com/franpfeiffer/t2stock/releases/latest/download/t2stock_1.0.0_linux_amd64.rpmyay -S t2stock-binDownload the appropriate binary for your platform from the releases page.
Open your terminal and run:
t2stockThe application will launch with a terminal UI showing real-time stock prices and market data.
- Real-time stock price tracking
- Terminal-based user interface
- Cross-platform support (macOS, Windows, Linux, FreeBSD)
- Multiple installation methods
MIT