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 e409a0bdde
Improvements to search mechanism (#216)
* Enable repeated search using empty search expression (`/` then `<enter>`)
* Quick note about how to repeat-search in the FAQ
3 years ago
..
actions.go Add support for 1Y columns - see https://github.com/miguelmota/cointop/issues/131 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 More minor cleanups (no functional change) (#198) 3 years ago
coin.go Convert ct.debuglog() to logrus.Debug() 3 years ago
coins_table.go Use new FormatTime for X-axis labels and last_updated 3 years ago
cointop.go Improvements to search mechanism (#216) 3 years ago
cointop_test.go Update method descriptions 5 years ago
colorscheme.go Feature/code cleanups (#191) 3 years ago
config.go Remove fallback to coin.Symbol when loading portfolio. Remove deprecated favoritesBySymbol. (#219) 3 years ago
constants.go Add price alerts table 3 years ago
conversion.go Set currency symbol width to rune string width 3 years ago
debug.go Convert ct.debuglog() to logrus.Debug() 3 years ago
default_colors.go Update method descriptions 5 years ago
default_shortcuts.go Add keybinding to toggle hide portfolio balances 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 Feature/code cleanups (#191) 3 years ago
help.go Rename org miguelmota → cointop-sh 3 years ago
keybindings.go More minor cleanups (no functional change) (#198) 3 years ago
layout.go Use common function to generate cache keys, and fix GlobalMarketData vs Conversion caching bug 3 years ago
list.go Feature/code cleanups (#191) 3 years ago
marketbar.go Fix global chart always showing in USD, and add current currency to chart name (#209) 3 years ago
menu.go More minor cleanups (no functional change) (#198) 3 years ago
navigation.go More minor cleanups (no functional change) (#198) 3 years ago
portfolio.go Remove fallback to coin.Symbol when loading portfolio. Remove deprecated favoritesBySymbol. (#219) 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 Convert ct.debuglog() to logrus.Debug() 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 Improvements to search mechanism (#216) 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 Convert ct.debuglog() to logrus.Debug() 3 years ago
statusbar.go More minor cleanups (no functional change) (#198) 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 Set currency symbol width to rune string width 3 years ago
update.go Convert ct.debuglog() to logrus.Debug() 3 years ago
util.go fix: ClearSyncMap pass by reference (#195) 3 years ago
version.go Prefix version with label 4 years ago