mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
first commit
This commit is contained in:
parent
e273cf004e
commit
da9c3f2b2b
2 changed files with 55 additions and 0 deletions
19
plugins/coinmarketcap/README.md
Normal file
19
plugins/coinmarketcap/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Unofficial Cryptocurrency Market Capitalizations coinmarketcap.com
|
||||
|
||||
[coinmarketcap](https://coinmarketcap.com) plugin — Market Capitalization is one way to rank the relative size of a cryptocurrency. It's calculated by multiplying the Price by the Circulating Supply.
|
||||
|
||||
## Usage
|
||||
|
||||
For Bitcoin Gold
|
||||
```
|
||||
coin BTG
|
||||
```
|
||||
|
||||
For all currencies
|
||||
```
|
||||
coin ALL
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
commands like awk, grep and curl need to be in the $PATH
|
||||
Tested in Linux and MacOs
|
||||
Loading…
Add table
Add a link
Reference in a new issue