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
Miguel Mota cbe3557015
Add option for coingecko demo api key
3 weeks 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 Fix panic due to using wrong value for key (#285) 2 years ago
coins_table.go Use new FormatTime for X-axis labels and last_updated 3 years ago
cointop.go Add option for coingecko demo api key 3 weeks ago
cointop_test.go Update method descriptions 5 years ago
colorscheme.go Minor code style/comment cleanups; remove redundant code (#257) 2 years ago
config.go Add option for coingecko demo api key 3 weeks ago
constants.go Add price alerts table 3 years ago
conversion.go Fix conversion key triggered in any menu (#289) 2 years ago
debug.go Log debug output file if DEBUG set 2 years ago
default_colors.go Update method descriptions 5 years ago
default_shortcuts.go Implement alt-link and bind it to ^o 2 years ago
dominance.go Add coingecko api key option 1 month 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 Update alt coin link to use braces for template tags 2 years ago
layout.go Migrate from termbox-go to tcell (#232) 3 years ago
list.go Merge branch 'feature/update-cache-if-coin-struct-changed' of https://github.com/vuon9/cointop into vuon9-feature/update-cache-if-coin-struct-changed 2 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 Ability to have sort col by view 2 years ago
price.go Add option for coingecko demo api key 3 weeks 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 Fix issues of sort by view 2 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 Update alt coin link to use braces for template tags 2 years ago
table_header.go Fix issues of sort by view 2 years ago
update.go Migrate from termbox-go to tcell (#232) 3 years ago
util.go Update alt coin link to use braces for template tags 2 years ago
util_test.go use gob encoder to get struct hash 2 years ago
version.go Prefix version with label 4 years ago