HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

cointop — Track and monitor cryptocurrencies in the terminal. More information: <https://github.com/cointop-sh

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandmonitorandcointopclicryptocurrenciestrack
linux

Problem

How to use the cointop command: Track and monitor cryptocurrencies in the terminal. More information: <https://github.com/cointop-sh/cointop>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/cointop

Revisions (0)

No revisions yet.