A terminal user interface (TUI) application written in Go for real-time cryptocurrency price monitoring and portfolio tracking.
Cryptgo is a terminal user interface (TUI) application written in Go that allows users to monitor real-time cryptocurrency prices and track their portfolios directly from the command line. It aggregates data from CoinCap.io and CoinGecko APIs to provide live market information, detailed coin analytics, and interactive portfolio management in a text-based interface.
Developers, crypto enthusiasts, and terminal users who prefer managing and monitoring cryptocurrency investments without leaving their command-line environment.
Cryptgo offers a lightweight, keyboard-driven alternative to web-based crypto trackers, providing real-time data, portfolio tracking, and an intuitive TUI experience with no GUI overhead, making it ideal for developers who live in the terminal.
A terminal application to watch crypto prices!
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Offers a fully-featured TUI with interactive tables, search/filtering, sorting, and detailed coin pages, all navigable via extensive key-bindings as documented in the help prompts.
Includes a dedicated portfolio page and mini-portfolio summary, allowing users to add, edit, and track holdings directly from the terminal with an edit interface for modifications.
Fetches real-time data from both CoinCap.io and CoinGecko APIs, providing broad market coverage and up-to-date information on prices, caps, and changes.
Supports viewing prices in various fiat currencies, selectable from popular or full currency lists, enhancing usability for global users.
Relies entirely on third-party APIs (CoinCap and CoinGecko), which introduces potential issues with rate limits, downtime, or data accuracy beyond the developer's control.
Lacks built-in caching or offline functionality; all data fetching requires an active internet connection, limiting use in disconnected environments.
With numerous keyboard shortcuts (e.g., gg, G, F1 for sorting) and modal navigation, it has a steeper learning curve that may overwhelm casual users unfamiliar with TUI conventions.