From 7baf947c701eb1fb415d57dca91c30e52327cac2 Mon Sep 17 00:00:00 2001 From: Simon Roberts Date: Fri, 12 Nov 2021 18:42:20 +1100 Subject: [PATCH 1/2] Combine some Features in README. Add Price Alerts and 24-bit color. --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aaf98d3..bfcab6f 100644 --- a/README.md +++ b/README.md @@ -56,21 +56,20 @@ Documentation has been moved to [docs.cointop.sh](https://docs.cointop.sh/) ## Features - Quick sort shortcuts -- Custom key bindings configuration -- Vim inspired shortcut keys +- Vim inspired shortcut keys, Custom key bindings configuration +- Mouse support - Fast pagination - Charts for coins and global market graphs - Quick chart date range change - Fuzzy searching for finding coins - Currency conversion - Save and view favorite coins -- Portfolio tracking of holdings -- 256-color support -- Custom colorschemes +- Portfolio tracking of holdings, PNL +- Price Alerts with Desktop Notifications +- Custom colorschemes, 256-color and 24-bit support - Help menu -- Offline cache +- Auto-refresh, Offline cache - Supports multiple coin stat APIs -- Auto-refresh - Works on macOS, Linux, and Windows - It's very lightweight; can be left running indefinitely From 2e0a797efb6020cf68561bdca15adcff4ae91bc7 Mon Sep 17 00:00:00 2001 From: Simon Roberts Date: Sat, 13 Nov 2021 11:39:52 +1100 Subject: [PATCH 2/2] Clarified "ssh cointop.sh" demo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bfcab6f..5d22906 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ The interface is inspired by [`htop`](https://en.wikipedia.org/wiki/Htop) and sh ## Demo +This connects to an instance of Cointop using SSH: + ```bash ssh cointop.sh ```