Commit Graph

41 Commits (master)

Author SHA1 Message Date
Vuong a52646f479
use gob encoder to get struct hash 2 years ago
Simon Roberts 62ce8e1adb
Update all modules/deps (#288) 2 years ago
Vuong 2a08ef0a52 Update go mod 2 years ago
Simon Roberts 8b8db3bd13
Minor code style/comment cleanups; remove redundant code (#257)
* Fix comments
* Fix bug with localization param
* Remove unused modules, fix a few minor code style issues
3 years ago
Miguel Mota 55ab27095d
go mod tidy 3 years ago
Simon Roberts 9a906c3a68
Migrate from termbox-go to tcell (#232)
Lots of new functionality including:
- mouse support: click select, scroll, menus, table-sorting, etc
- 24-bit color support in themes

Co-authored-by: Simon Roberts <simon.roberts@anz.com>
Co-authored-by: ѵµσɳɠ <3168632+vuon9@users.noreply.github.com>
3 years ago
Simon Roberts 1cf12fd173
Add github.com/jeandeaual/go-locale for locale-detection across platform 3 years ago
Simon Roberts 24f1286067
Add github.com/goodsign/monday for locale-specific date formatting 3 years ago
Miguel Mota f375eec1eb
Rename org miguelmota → cointop-sh 3 years ago
Simon Roberts a73b9ede17 Convert ct.debuglog() to logrus.Debug() 3 years ago
Miguel Mota 1a789cb587
go mod vendor 3 years ago
Simon Roberts 09b66439fc Switch to github.com/antonmedv/expr for expression evaluation 3 years ago
Miguel Mota 08e81cabb8
Add subpackage for expression string eval 3 years ago
Simon Roberts b23e65cf28 Use govaluate to evaluate expressions in portfolio entry 3 years ago
Miguel Mota 92e939902e
Add stripansi dependency 3 years ago
Miguel Mota 295f163ae2 Update CoinMarketCap graph data endpoint 3 years ago
Miguel Mota c6744f173d Undo notification sound 3 years ago
Miguel Mota 060286af9c Set up notification package 3 years ago
Miguel Mota 8d3d026b50 go mod vendor 4 years ago
Miguel Mota a7f1e12c60 go mod vendor 4 years ago
Miguel Mota 97facbe48d Add command to print holdings 4 years ago
Miguel Mota bea2b1257c Show currency symbols in convert menu 4 years ago
Miguel Mota 1ee3814f73 Add cache directory option 4 years ago
Miguel Mota 6ba8477a94 Add SSH server 4 years ago
Miguel Mota 38187de57c Fix chart update loader race condition. Closes #44 4 years ago
Miguel Mota eaf66f6519 Use forked version of termbox-go to fix keybindings on freebsd. Closes #43 4 years ago
Miguel Mota c9a404bc87 Update go.mod 5 years ago
Miguel Mota f1e3f81ec0
Update isatty package to resolve #39 5 years ago
Miguel Mota e39aa24601
Fix nil check 5 years ago
Miguel Mota 3be23ec912
convert symbol to name for price api 5 years ago
Miguel Mota f64aa460b3
Use cobra for cli flags. Added price command 5 years ago
Miguel Mota 0abaeb9e56
Remove exponential notation formatting from termui. Fixes #35 5 years ago
Miguel Mota a255d67e03
go mod vendor 5 years ago
Miguel Mota a7b5713587
colorscheme parse hex 5 years ago
Miguel Mota 6361b22399 Add CoinGecko API support 5 years ago
Miguel Mota be84b5e5bd Prompt for CoinMarketCap Pro API Key 5 years ago
Miguel Mota 1a2c05bd16 go mod vendor 5 years ago
Miguel Mota 0eb3daed6f closes #26 5 years ago
Miguel Mota e457a89755 use coinmarketcap pro api v1 5 years ago
Miguel Mota 6eb6236104 closes #24 5 years ago
Stephen Gregoratto 3ec497b96f
Transfer from dep to go modules.
Also update vendored packages while we're at it.
5 years ago