← 返回命令列表

Linux command

cointop 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Open

cointop

Start in portfolio

cointop --portfolio

Show only the top N

cointop --top [50]

Clear

cointop clean

Display current holdings

cointop holdings --human

Check price

cointop price --coins [bitcoin,ethereum]

Reset configuration

cointop reset --config

说明

cointop is a fast, lightweight terminal-based cryptocurrency tracking and portfolio management tool. It displays real-time prices, market capitalizations, trading volumes, and price changes for thousands of cryptocurrencies in an interactive text user interface. The interface provides keyboard-driven navigation with vim-style bindings (inspired by htop), allowing rapid browsing through coin lists, detailed charts, and portfolio views. Users can mark favorites, sort by various metrics, and track personal holdings with cost basis and profit/loss calculations. Data is sourced from cryptocurrency APIs (CoinGecko by default) and cached locally for performance. The tool supports multiple currencies for price display and provides historical price charts rendered in ASCII. Configuration is stored in ~/.config/cointop/config.toml.

参数

clean
Clear the cache.
holdings
Display portfolio holdings.
price
Check price of specific coins.
reset
Reset configuration or cache.
version
Display version information.
--portfolio
Start in portfolio view.
--top _N_
Display only the top N cryptocurrencies.
--no-color
Disable color output.
--refresh-rate _seconds_
Data refresh rate in seconds.
--human
Display values in human-readable format (with holdings).
--coins _coins_
Comma-separated list of coin names (with price).

FAQ

What is the cointop command used for?

cointop is a fast, lightweight terminal-based cryptocurrency tracking and portfolio management tool. It displays real-time prices, market capitalizations, trading volumes, and price changes for thousands of cryptocurrencies in an interactive text user interface. The interface provides keyboard-driven navigation with vim-style bindings (inspired by htop), allowing rapid browsing through coin lists, detailed charts, and portfolio views. Users can mark favorites, sort by various metrics, and track personal holdings with cost basis and profit/loss calculations. Data is sourced from cryptocurrency APIs (CoinGecko by default) and cached locally for performance. The tool supports multiple currencies for price display and provides historical price charts rendered in ASCII. Configuration is stored in ~/.config/cointop/config.toml.

How do I run a basic cointop example?

Run `cointop` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does clean do in cointop?

Clear the cache.