Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-26 00:17:04 +00:00
parent cd219fe1e7
commit 0d0adb3030
2 changed files with 30 additions and 1 deletions

View File

@@ -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: <https://learn.microsoft.com/cli/azure>.
> More information: <https://learn.microsoft.com/cli/azure/reference-index>.
- Log in to Azure:

29
tldr/linux/cointop Normal file
View File

@@ -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: <https://github.com/cointop-sh/cointop>.
- 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`