Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maaslalani/cue
Cue cards in your terminal
https://github.com/maaslalani/cue
Last synced: 12 days ago
JSON representation
Cue cards in your terminal
- Host: GitHub
- URL: https://github.com/maaslalani/cue
- Owner: maaslalani
- Created: 2021-11-22T05:01:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T14:55:36.000Z (about 1 year ago)
- Last Synced: 2024-10-16T19:19:32.627Z (23 days ago)
- Language: Go
- Size: 857 KB
- Stars: 28
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cue
Cue cards in your terminal.
### Usage
Make some colon (`:`) separated cue cards in a plain text file.
```
Press Spacebar: You can flip a card by pressing spacebar. Navigate with arrow keys or hl.
Usage: Give `cue` a list of terms and definitions together separated by a colon.
Cue: Study for your next exam on the command-line with **cue < cards.txt**.
Markdown Support: *You* can even write in **markdown**.
```Then use `cue` to interact with your cue cards.
```
cue < cards.txt
```### Installation
```
go install github.com/maaslalani/cue@latest
```### Navigation
Switch cue cards with: Right, Left, h, l.
Use Space to toggle between the term and the definition.