cryptgo alternatives and similar packages
Based on the "Utilities" category.
Alternatively, view cryptgo alternatives based on common mentions on social networks and blogs.
-
项目文档
🚀Vite+Vue3+Gin的开发基础平台,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器【可AI辅助】、表单生成器和可配置的导入导出等开发必备功能。 -
excelize
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets -
Kopia
Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included. -
goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report. -
create-go-app
✨ A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running only one CLI command. -
EaseProbe
A simple, standalone, and lightweight tool that can do health/status checking, written in Go. -
filetype
Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature -
boilr
:zap: boilerplate template manager that generates files or directories from template repositories -
beaver
💨 A real time messaging system to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps. -
go-underscore
Helpfully Functional Go - A useful collection of Go utilities. Designed for programmer happiness.
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of cryptgo or a related project?
Popular Comparisons
README
cryptgo
Latest Stable Version:
Crytpgo is a TUI based application written purely in Go to monitor and observe cryptocurrency prices in real time!
[logo](images/logo.png)
Installation
Using Go
go get -u github.com/Gituser143/cryptgo
Using Docker
Running Image
Replace <version>
with a specific version for stable builds. Omitting <:version>
uses the latest stable version or replacing using main
as version provides the latest (in development) version.
# Pull Image
docker pull bhargavsnv/cryptgo:<version>
# Run image
docker run -u $(id -u):$(id -g) -v "$HOME:/home/appuser/" --rm -it bhargavsnv/cryptgo
Optionally, an alias can be created for ease of use:
alias cryptgo='docker run -u $(id -u):$(id -g) -v "$HOME:/home/appuser/" --rm -it bhargavsnv/cryptgo'
And run using:
cryptgo [flags]
# or
cryptgo [command]
Building Image locally
# Clone the repository
git clone https://github.com/Gituser143/cryptgo
# Navigate into repository
cd cryptgo
# Build image
docker build -t cryptgo .
# Run image
docker run -u $(id -u):$(id -g) -v "$HOME:/home/appuser/" --rm -it bhargavsnv/cryptgo
From source:
Building requires Go to be installed.
# Clone the repository
git clone https://github.com/Gituser143/cryptgo
# Navigate into repository
cd cryptgo
# Build executable
go build cryptgo.go
What does cryptgo
do?
Cryptgo helps you look at cryptocurrency values, details and track your crypto portfolio straight from your terminal!
It makes use of the API provided by CoinCap.io and CoinGecko to provide the required details!
Main Page
[main-page](images/main-page.png)
Here, the top 3 currencies (as ranked by Market Cap) are displayed with their graphs on top.
A table is provided with relevant information about other currencies.
cryptgo
allows you to keep track of your favourite currencies by adding them to the favourites table.A selected coin (from either the coin table or favourites) can be further inspected in detail.
Key-Bindings
Key-bindings can be found by pressing ?
. This displays the help prompt.
- Quit:
q
or<C-c>
- Table Navigation
-
k
and<Up>
: up -
j
and<Down>
: down -
<C-u>
: half page up -
<C-d>
: half page down -
<C-b>
: full page up -
<C-f>
: full page down -
gg
and<Home>
: jump to top -
G
and<End>
: jump to bottom -
f
: focus favourites table -
F
: focus interval table
-
- Searching/Filtering
-
/
: Open search box -
Esc
: Clear filter text
-
- Sorting
- Use column number to sort ascending.
- Use to sort descending.
- Eg: 1 to sort ascending on 1st Col and F1 for descending
- Actions (Interval Table)
-
<c>
: Select Currency (from popular list) -
<C>
: Select Currency (from full list) -
e
: Add/Edit coin to Portfolio -
P
: View portfolio -
<s>
: Star, save to favourites -
<S>
: UnStar,remove from favourites -
<Enter>
: View Coin Information -
%
: Select Duration for Percentage Change
-
Coin Page
[coin-page](images/coin-page.png)
The coin page give more in depth details of a particular coin.
It can be navigated to from either the favourites or coin table.
The price history is displayed on top and can be viewed through different intervals, as provided by the Graph Interval table on the bottom left.
A live price is streamed in the price box and additional details are described in the details table.
Key-Bindings
Key-bindings can be found by pressing ?
. This displays the help prompt.
- Quit:
q
or<C-c>
- Table Navigation
-
k
and<Up>
: up -
j
and<Down>
: down -
<C-u>
: half page up -
<C-d>
: half page down -
<C-b>
: full page up -
<C-f>
: full page down -
gg
and<Home>
: jump to top -
G
and<End>
: jump to bottom -
f
: focus favourites table -
F
: focus interval table
-
- Sorting
- Use column number to sort ascending.
- Use
<F-column number>
to sort descending. - Eg:
1
to sort ascending on 1st Col andF1
for descending
- Actions (Interval Table)
-
<Enter>
: Set Interval -
<c>
: Select Currency (from popular list) -
<C>
: Select Currency (from full list)
-
Portfolio Page
[portfolio-page](images/portfolio-page.png)
Cryptgo allows you to track your crypto portfolio through a separately defined page.
This page can be accessed with the command
cryptgo portfolio
.
Key-Bindings
- Quit:
q
or<C-c>
- Table Navigation
-
k
and<Up>
: up -
j
and<Down>
: down -
<C-u>
: half page up -
<C-d>
: half page down -
<C-b>
: full page up -
<C-f>
: full page down -
gg
and<Home>
: jump to top -
G
and<End>
: jump to bottom
-
Sorting
- Use column number to sort ascending.
- Use
<F-column number>
to sort descending. - Eg:
1
to sort ascending on 1st Col andF1
for descending
Actions
-
c
: Select Currency (from popular list) -
C
: Select Currency (from full list) -
e
: Add/Edit coin to Portfolio -
<Enter>
: View Coin Information
-
Mini Portfolio
[portfolio](images/portfolio.png)
Cryptgo also allows you to view your holdings through a mini portfolio from other pages.
Coins can be added/modified/removed by pressing
e
on a coin in the main page. (Set Holding Amount as 0 to remove)Holdings can be modified either through the main page or through the portfolio itself. The below image shows the edit box when modifying holdings.
[edit-box](images/portfolio-edit.png)
Utilities
Currency
Currency need not be fixed to USD $, other currencies can be selected from either the popular currency table (press c
) or full currency table (press C
).
Popular Currency Table
[currency](images/currency.png)
Full Currency Table
[currency-full](images/currency-full.png)
Search/Filtering
Coins can be filtered/searched based on an input substring. The search/filter box can be brought up on the main page (press /
).
[search](images/search.png)
Change Percentage Interval
The Change Percentage on the main page can be modified too. A list of durations can be viewed and selected by pressing %
, which brings up the below table.
[change-duration](images/change-duration.png)
Change Graph Duration
The duration of the history graph on the coin page is modifiable. To list the possible durations and select one, press d
in the coin page. that will bring up the following table.
[history-duration](images/history-duration.png)
Contributing
Pull Requests and Issues are welcome!
Please check the issues page to see available issues to work on, or to even create some!
Credits
Multiple Design ideas, utilities, functions and practices have been adopted from:
Do check them out!
*Note that all licence references and agreements mentioned in the cryptgo README section above
are relevant to that project's source code only.