From 02795424a3d00cf8216bda70822330307b4f6692 Mon Sep 17 00:00:00 2001 From: rexept <103546774+rexept@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:50:39 -0600 Subject: [PATCH] cointop: add page (#14375) * english-cointop * fixed period * fixed space issue Co-authored-by: Fazle Arefin * fixed typo Co-authored-by: Juri Dispan --------- Co-authored-by: Fazle Arefin Co-authored-by: Juri Dispan --- pages/linux/cointop.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/cointop.md diff --git a/pages/linux/cointop.md b/pages/linux/cointop.md new file mode 100644 index 000000000..112ece8ca --- /dev/null +++ b/pages/linux/cointop.md @@ -0,0 +1,24 @@ +# cointop + +> Track and monitor cryptocurrencies in the terminal. +> More information: . + +- Open TUI: + +`cointop` + +- Clear the cache: + +`cointop clean` + +- Display current holdings legibly: + +`cointop holdings --human` + +- Check price of coin(s): + +`cointop price --coins {{coin_name1,coin_name2,...}}` + +- Display version: + +`cointop version`