From 0d0adb3030a8b8bd243851ea3379f5bcabb365cb Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 26 Oct 2024 00:17:04 +0000 Subject: [PATCH] Update cheatsheets --- tldr/az | 2 +- tldr/linux/cointop | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 tldr/linux/cointop diff --git a/tldr/az b/tldr/az index cd4d4574..f5fdb1a8 100644 --- a/tldr/az +++ b/tldr/az @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > The official CLI tool for Microsoft Azure. > Some subcommands such as `login` have their own usage documentation. -> More information: . +> More information: . - Log in to Azure: diff --git a/tldr/linux/cointop b/tldr/linux/cointop new file mode 100644 index 00000000..4cd72b4b --- /dev/null +++ b/tldr/linux/cointop @@ -0,0 +1,29 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# 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`