monmop is inspired by mop, which is a command line utility for tracking the stock market.
This fork aims to add vim-like navigation and editing and being able to open up a particular stock on yahoo finance for more details.
requires go v1.13+
# Make sure your $GOPATH is set and $GOPATH/bin is in your $PATH
$ go get github.com/montagao/monmop
$ monmop
Keyboard Shortcuts:
o/Enter - open detailed page about selected ticker in browser
j/k - navigate up or down
a - add a list of comma separated tickers
d - delete currently selected ticker
/ - search for a ticker
q - quit monmop
s - sort stock by label
By default the list of tickers is saved/read from ~/.config/monmop/monmoprc