Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Cue

Cue cards in your terminal.


Cue cards

### 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.