From b9fcfd4f971667fc879bddbe29fbaa12f5d4c028 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Thu, 5 Apr 2018 10:50:54 -0700 Subject: [PATCH] update table text Former-commit-id: 1e37e32be60b8c1120d6969b9625d5c12b99e691 [formerly 1e37e32be60b8c1120d6969b9625d5c12b99e691 [formerly 88bb2bba427e24482515d3f2b87bde76d263cf48 [formerly 99af01a028e99e38340bff2e297d5bbc31eda35f]]] Former-commit-id: dceac611ba2050c642b6652c5c3777416620ebd7 Former-commit-id: 8ae2592f764f381c5c175b1d0e78e42ef969327d [formerly 8c4455fb5fa48c39160a01c6d088061d87d05b8b] Former-commit-id: ba4ae74d92605fbd941b438e5cabd907fa36ec59 --- README.md | 75 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 38 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index b2fcc45..b97a5e4 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ - Currency conversion (i.e. Euro, Yen) - Markets/Exchanges - CryptoCompare API +- Custom shortcuts ## Install @@ -46,53 +47,53 @@ sudo curl -s "https://raw.githubusercontent.com/miguelmota/cointop/master/instal $ cointop ``` -### Table commands +### Cointop commands -List of shortcuts: +List of default shortcuts: Key|Action ----|------| -|navigate up -|navigate down -|next page -|previous page -Page Up|page up -Page Down|page down -Home|navigate to first line of page -End|navigate to last line of page +|move up +|move down +|go to next page +|go to previous page +Page Up|jump page up +Page Down|jump page down +Home|go to first line of page +End|go to last line of page Enter|visit highlighted coin on CoinMarketCap Esc|alias to quit Space|alias to enter key Ctrl+c|alias to quit -Ctrl+d|page down (vim style) -Ctrl+n|next page (vim style) -Ctrl+p|previous page (vim style) +Ctrl+d|jump page down (vim style) +Ctrl+n|go to next page (vim style) +Ctrl+p|go to previous page (vim style) Ctrl+r|force refresh -Ctrl+u|page up (vim style) -0|navigate to first page (vim style) -1|sort by *[1] hour change* -2|sort by *[2]4 hour change* -7|sort by *[7] day change* -a|sort by *[a]vailable supply* -g|navigate to first line of page (vim style) -G|navigate to last line of page (vim style) -h|previous page (vim style) -H|navigate to top of table window (vim style) -j|navigate down (vim style) -k|navigate up (vim style) -l|next page (vim style) -L|navigate to last line of table window (vim style) -m|sort by *[m]arket cap* -M|navigate to middle of table window (vim style) -n|sort by *[n]ame* -p|sort by *[p]rice* -r|sort by *[r]ank* -s|sort by *[s]ymbol* -t|sort by *[t]otal supply* -u|sort by *last [u]pdated* -v|sort by *24 hour [v]olume* +Ctrl+u|jump page up (vim style) +0|go to first page (vim style) +1|sort table by *[1] hour change* +2|sort table by *[2]4 hour change* +7|sort table by *[7] day change* +a|sort table by *[a]vailable supply* +g|go to first line of page (vim style) +G|go to last line of page (vim style) +h|go to previous page (vim style) +H|go to top of table window (vim style) +j|move down (vim style) +k|move up (vim style) +l|go to next page (vim style) +L|go to last line of table window (vim style) +m|sort table by *[m]arket cap* +M|go to middle of table window (vim style) +n|sort table by *[n]ame* +p|sort table by *[p]rice* +r|sort table by *[r]ank* +s|sort table by *[s]ymbol* +t|sort table by *[t]otal supply* +u|sort table by *last [u]pdated* +v|sort table by *24 hour [v]olume* q|[q]uit -$|navigate to last page (vim style) +$|go to last page (vim style)