You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cointop/cointop
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
..
actions.go Add support for purchase price/currency to portfolio (#243) 3 years ago
active_view.go Unbind forward slash keybinding when not in table view. #150 #149 3 years ago
cache.go Use common function to generate cache keys, and fix GlobalMarketData vs Conversion caching bug 3 years ago
chart.go When hidePortfolioBalances scale the chart to the maximum price; avoids issue with resampling and using the last value 3 years ago
coin.go Add support for purchase price/currency to portfolio (#243) 3 years ago
coins_table.go Use new FormatTime for X-axis labels and last_updated 3 years ago
cointop.go Migrate from termbox-go to tcell (#232) 3 years ago
cointop_test.go Update method descriptions 5 years ago
colorscheme.go Migrate from termbox-go to tcell (#232) 3 years ago
config.go portfolio: clean up fixes #243 3 years ago
constants.go Add price alerts table 3 years ago
conversion.go Migrate from termbox-go to tcell (#232) 3 years ago
debug.go If $DEBUG_FILE is set, use that rather than /tmp/cointop.log (#236) 3 years ago
default_colors.go Update method descriptions 5 years ago
default_shortcuts.go Add support for purchase price/currency to portfolio (#243) 3 years ago
dominance.go Rename org miguelmota → cointop-sh 3 years ago
error.go Support multiple coins for price command 3 years ago
events.go Convert ct.debuglog() to logrus.Debug() 3 years ago
favorites.go Use stable sort for sorting coins (#235) 3 years ago
help.go Rename org miguelmota → cointop-sh 3 years ago
keybindings.go Migrate from termbox-go to tcell (#232) 3 years ago
layout.go Migrate from termbox-go to tcell (#232) 3 years ago
list.go Immediately after changing currency refresh the current coins #178 (#256) 3 years ago
marketbar.go Migrate from termbox-go to tcell (#232) 3 years ago
menu.go More minor cleanups (no functional change) (#198) 3 years ago
navigation.go Migrate from termbox-go to tcell (#232) 3 years ago
portfolio.go Fill in cost_price, cost, pnl, pnl_percent in "cointop holdings" output 3 years ago
price.go Rename org miguelmota → cointop-sh 3 years ago
price_alerts.go Feature/code cleanups (#191) 3 years ago
quit.go Migrate from termbox-go to tcell (#232) 3 years ago
refresh.go Convert ct.debuglog() to logrus.Debug() 3 years ago
save.go Convert ct.debuglog() to logrus.Debug() 3 years ago
search.go Remove hasPrefix 3 years ago
selection.go Convert ct.debuglog() to logrus.Debug() 3 years ago
size.go Convert ct.debuglog() to logrus.Debug() 3 years ago
sort.go Migrate from termbox-go to tcell (#232) 3 years ago
statusbar.go Migrate from termbox-go to tcell (#232) 3 years ago
stdin.go Convert ct.debuglog() to logrus.Debug() 3 years ago
table.go More minor cleanups (no functional change) (#198) 3 years ago
table_header.go Migrate from termbox-go to tcell (#232) 3 years ago
update.go Migrate from termbox-go to tcell (#232) 3 years ago
util.go fix: ClearSyncMap pass by reference (#195) 3 years ago
version.go Prefix version with label 4 years ago