2019-01-19 23:25:06 +00:00
< h3 align = "center" >
2018-05-02 06:53:15 +00:00
< br / >
2019-01-19 23:25:06 +00:00
< img src = "https://user-images.githubusercontent.com/168240/39561871-51cda852-4e5d-11e8-926b-7692d43143e8.png" alt = "logo" width = "400" / >
2018-05-02 06:53:15 +00:00
< br / >
< br / >
< br / >
2019-01-19 23:25:06 +00:00
< / h3 >
# cointop
2018-03-29 22:02:24 +00:00
> Coin tracking for hackers
2021-09-30 06:17:58 +00:00
[![License ](http://img.shields.io/badge/license-Apache-blue.svg )](https://raw.githubusercontent.com/cointop-sh/cointop/master/LICENSE)
[![Build Status ](https://travis-ci.org/cointop-sh/cointop.svg?branch=master )](https://travis-ci.org/cointop-sh/cointop)
[![Go Report Card ](https://goreportcard.com/badge/github.com/cointop-sh/cointop? )](https://goreportcard.com/report/github.com/cointop-sh/cointop)
[![GoDoc ](https://godoc.org/github.com/cointop-sh/cointop?status.svg )](https://godoc.org/github.com/cointop-sh/cointop)
2019-04-17 04:48:38 +00:00
[![Mentioned in Awesome Terminals ](https://awesome.re/mentioned-badge.svg )](https://github.com/k4m4/terminals-are-sexy)
2019-12-19 01:14:02 +00:00
[![PRs Welcome ](https://img.shields.io/badge/PRs-welcome-brightgreen.svg )](#contributing)
2018-03-30 18:42:09 +00:00
2021-09-30 06:17:58 +00:00
[`cointop` ](https://github.com/cointop-sh/cointop ) is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time.
2018-03-31 08:25:55 +00:00
2018-04-26 17:17:11 +00:00
The interface is inspired by [`htop` ](https://en.wikipedia.org/wiki/Htop ) and shortcut keys are inspired by [`vim` ](https://en.wikipedia.org/wiki/Vim_(text_editor )).
2018-04-26 17:13:04 +00:00
2018-05-03 18:55:30 +00:00
< img src = "https://user-images.githubusercontent.com/168240/39569578-7ce9f3b6-4e7a-11e8-82a9-8a18b91b1bd5.png" alt = "cointop screenshot" width = "880" / >
2018-04-26 17:15:23 +00:00
2020-12-17 06:41:46 +00:00
## Demo
```bash
ssh cointop.sh
```
2018-04-28 20:23:55 +00:00
In action
2018-04-26 17:15:23 +00:00
2018-05-03 18:55:30 +00:00
< img src = "https://user-images.githubusercontent.com/168240/39569570-75b1547c-4e7a-11e8-8eac-552abaa431f0.gif" alt = "screencast" width = "880" / >
2018-04-26 17:14:03 +00:00
2018-04-08 01:01:58 +00:00
## Table of Contents
2021-10-03 05:33:10 +00:00
Documentation has been moved to [docs.cointop.sh ](https://docs.cointop.sh/ )
2018-04-08 01:01:58 +00:00
- [Features ](#features )
2021-10-03 05:33:10 +00:00
- [Documentation ](https://docs.cointop.sh/ )
- [Install ](https://docs.cointop.sh/install )
- [Update ](https://docs.cointop.sh/update )
- [Getting started ](https://docs.cointop.sh/getting-started )
- [Shortcuts ](https://docs.cointop.sh/shortcuts )
- [Colorschemes ](https://docs.cointop.sh/colorschemes )
- [Config ](https://docs.cointop.sh/config )
- [SSH server ](https://docs.cointop.sh/ssh )
- [FAQ ](https://docs.cointop.sh/faq )
2019-12-19 01:14:02 +00:00
- [Contributing ](#contributing )
2020-12-19 14:05:31 +00:00
- [Social ](#social )
2021-02-21 05:11:27 +00:00
- [Mentioned in ](#mentioned-in )
- [Tip Jar ](#tip-jar )
2018-04-08 01:01:58 +00:00
- [License ](#license )
2018-04-02 16:59:49 +00:00
## Features
- Quick sort shortcuts
2019-05-15 17:47:02 +00:00
- Custom key bindings configuration
2018-04-25 21:15:12 +00:00
- Vim inspired shortcut keys
2018-04-18 02:18:44 +00:00
- Fast pagination
2018-04-24 19:45:27 +00:00
- Charts for coins and global market graphs
2018-05-02 22:51:34 +00:00
- Quick chart date range change
2018-04-18 04:25:39 +00:00
- Fuzzy searching for finding coins
2018-05-07 07:51:29 +00:00
- Currency conversion
2018-04-18 02:18:44 +00:00
- Save and view favorite coins
2018-12-24 09:10:36 +00:00
- Portfolio tracking of holdings
2019-05-15 17:47:02 +00:00
- 256-color support
2019-06-09 21:28:26 +00:00
- Custom colorschemes
2018-04-25 20:55:19 +00:00
- Help menu
2018-04-26 22:53:15 +00:00
- Offline cache
2019-05-15 17:47:02 +00:00
- Supports multiple coin stat APIs
2019-07-02 05:47:54 +00:00
- Auto-refresh
2018-04-08 01:05:04 +00:00
- Works on macOS, Linux, and Windows
2018-12-24 09:10:36 +00:00
- It's very lightweight; can be left running indefinitely
2018-04-02 16:59:49 +00:00
2021-02-21 05:11:27 +00:00
## Contributing
2020-07-26 20:40:59 +00:00
2021-02-21 05:21:48 +00:00
See [docs.cointop.sh/contributing ](https://docs.cointop.sh/contributing )
2020-08-10 08:34:50 +00:00
2021-09-30 06:17:58 +00:00
_Many thanks to [Simon Roberts ](https://github.com/lyricnz ), [Alexis Hildebrandt ](https://github.com/afh ), and all the [contributors ](https://github.com/cointop-sh/cointop/graphs/contributors ) that made cointop better._
2021-09-26 07:36:26 +00:00
2021-02-21 05:21:48 +00:00
## Social
2020-08-10 08:34:50 +00:00
2021-02-21 05:11:27 +00:00
- Follow on twitter [@cointop ](https://twitter.com/cointop )
- Discuss on [Discord ](https://discord.gg/pUVGy7ECGg )
2020-08-10 08:34:50 +00:00
2019-02-27 00:34:22 +00:00
## Mentioned in
Cointop has been mentioned in:
2021-02-21 05:21:48 +00:00
- [@Ubuntu Twitter ](https://twitter.com/ubuntu/status/985947962311311360?lang=en )
2019-02-27 00:34:22 +00:00
- [Terminals Are Sexy ](https://github.com/k4m4/terminals-are-sexy#tools-and-plugins )
2019-07-09 00:25:30 +00:00
- [The Changelog News ](https://changelog.com/news/cointop-coin-tracking-for-hackers-rAzZ )
2019-02-27 00:34:22 +00:00
2019-06-02 05:04:42 +00:00
### Tip Jar
[![BTC Tip Jar ](https://img.shields.io/badge/BTC-tip-yellow.svg?logo=bitcoin&style=flat )](https://www.blockchain.com/btc/address/3KdMW53vUMLPEC33xhHAUx4EFtvmXQF8Kf) `3KdMW53vUMLPEC33xhHAUx4EFtvmXQF8Kf`
[![ETH Tip Jar ](https://img.shields.io/badge/ETH-tip-blue.svg?logo=ethereum&style=flat )](https://etherscan.io/address/0x0072cdd7c3d9963ba69506ECf50e16E963B35bb1) `0x0072cdd7c3d9963ba69506ECf50e16E963B35bb1`
Thank you for tips! 🙏
2018-03-29 22:02:24 +00:00
## License
2019-06-09 21:28:26 +00:00
Released under the [Apache 2.0 ](./LICENSE ) license.
2021-09-30 06:17:58 +00:00
© [Miguel Mota ](https://github.com/miguelmota )