You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cointop/README.md

141 lines
4.5 KiB
Markdown

5 years ago
<h3 align="center">
6 years ago
<br />
5 years ago
<img src="https://user-images.githubusercontent.com/168240/39561871-51cda852-4e5d-11e8-926b-7692d43143e8.png" alt="logo" width="400" />
6 years ago
<br />
<br />
<br />
5 years ago
</h3>
# cointop
6 years ago
> Coin tracking for hackers
[![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)
5 years ago
[![Mentioned in Awesome Terminals](https://awesome.re/mentioned-badge.svg)](https://github.com/k4m4/terminals-are-sexy)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#contributing)
[`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.
6 years ago
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)).
6 years ago
<img src="https://user-images.githubusercontent.com/168240/39569578-7ce9f3b6-4e7a-11e8-82a9-8a18b91b1bd5.png" alt="cointop screenshot" width="880" />
6 years ago
## Demo
```bash
ssh cointop.sh
```
6 years ago
In action
6 years ago
6 years ago
<img src="https://user-images.githubusercontent.com/168240/39569570-75b1547c-4e7a-11e8-8eac-552abaa431f0.gif" alt="screencast" width="880" />
6 years ago
## Table of Contents
- [Features](#features)
3 years ago
- [Documentation](#documentation)
- [Install](#install)
- [Update](#update)
- [Getting started](#getting-started)
- [Shortcuts](#shortcuts)
5 years ago
- [Colorschemes](#colorschemes)
- [Config](#config)
4 years ago
- [SSH server](#ssh-server)
- [FAQ](#faq)
- [Contributing](#contributing)
3 years ago
- [Social](#social)
- [Mentioned in](#mentioned-in)
- [Tip Jar](#tip-jar)
- [License](#license)
## Features
- Quick sort shortcuts
5 years ago
- Custom key bindings configuration
- Vim inspired shortcut keys
- Fast pagination
- Charts for coins and global market graphs
6 years ago
- Quick chart date range change
- Fuzzy searching for finding coins
- Currency conversion
- Save and view favorite coins
- Portfolio tracking of holdings
5 years ago
- 256-color support
- Custom colorschemes
- Help menu
6 years ago
- Offline cache
5 years ago
- Supports multiple coin stat APIs
- Auto-refresh
- Works on macOS, Linux, and Windows
- It's very lightweight; can be left running indefinitely
3 years ago
## Documentation
6 years ago
3 years ago
Documentation has been moved to [docs.cointop.sh](https://docs.cointop.sh/)
6 years ago
3 years ago
Some helpful documentation links are provided below.
3 years ago
## Install
3 years ago
See [docs.cointop.sh/install](https://docs.cointop.sh/install)
3 years ago
## Update
See [docs.cointop.sh/update](https://docs.cointop.sh/update)
## Shortcuts
3 years ago
See [docs.cointop.sh/shortcuts](https://docs.cointop.sh/shortcuts)
5 years ago
## Colorschemes
3 years ago
See [docs.cointop.sh/colorschemes](https://docs.cointop.sh/colorschemes)
## Config
3 years ago
See [docs.cointop.sh/config](https://docs.cointop.sh/config)
4 years ago
## SSH Server
3 years ago
See [docs.cointop.sh/ssh](https://docs.cointop.sh/ssh)
## FAQ
3 years ago
See [docs.cointop.sh/faq](https://docs.cointop.sh/faq)
## Contributing
4 years ago
3 years ago
See [docs.cointop.sh/contributing](https://docs.cointop.sh/contributing)
_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._
3 years ago
## Social
- Follow on twitter [@cointop](https://twitter.com/cointop)
- Discuss on [Discord](https://discord.gg/pUVGy7ECGg)
5 years ago
## Mentioned in
Cointop has been mentioned in:
3 years ago
- [@Ubuntu Twitter](https://twitter.com/ubuntu/status/985947962311311360?lang=en)
5 years ago
- [Terminals Are Sexy](https://github.com/k4m4/terminals-are-sexy#tools-and-plugins)
5 years ago
- [The Changelog News](https://changelog.com/news/cointop-coin-tracking-for-hackers-rAzZ)
5 years ago
5 years ago
### 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! 🙏
6 years ago
## License
Released under the [Apache 2.0](./LICENSE) license.
© [Miguel Mota](https://github.com/miguelmota)