mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 15:42:31 +00:00
30 lines
465 B
Plaintext
30 lines
465 B
Plaintext
---
|
|
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`
|