We're excited to announce this release of GoCard, a terminal-based flashcard application designed for developers and learners who prefer to stay in the command line.
- Study flashcards directly in your terminal with a clean, intuitive interface
- Navigate using keyboard shortcuts (with vim-like navigation options)
- View beautiful markdown rendering with syntax highlighting for code examples
- Built on the SM-2 algorithm to optimize your learning and retention
- Rate cards from 1-5 based on difficulty to customize your review schedule
- Track progress with comprehensive statistics
- Store flashcards as plain markdown files for easy version control
- Import and export decks as markdown for sharing and backup
- Support for code snippets with syntax highlighting
- View your learning progress with visual statistics
- Track retention rates and study patterns
- Forecast upcoming reviews
Download the appropriate binary for your platform from the releases page:
- Linux:
gocard-linux-amd64 - macOS:
gocard-macos-amd64 - Windows:
gocard-windows-amd64.exe
Make the file executable
- for Linux:
chmod +x gocard-linux-amd64- for macOS:
chmod +x gocard-macos-amd64- for Windows:
# No need to change permissions, just run the .exe file