Skip to content

takacs/donkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

donkey

A flash card memorization app in your terminal.

About

Donkey is a simplified, terminal-based flashcard application designed to offer the core benefits of spaced repetition without the complexity and overhead of a full-featured GUI application like Anki.

Installation

Go

go install github.com/takacs/donkey@latest

Running donkey

Running the donkey command after installation reaches the cli. To start the actual app:

donkey launch

Card Review

Cards to be reviewed are provided by a slightly modified version of the SuperMemo-2 algorithm.

CLI

There's some functionality that can be achieved through the cli.

  • donkey add
    • add card to db
    • flags:
      • -f front
      • -b back
      • -d deck (optional: default)
  • donkey list
    • list all donkey cards
  • donkey delete
    • delete donkey cards based on id
    • args
      • -id id of card to delete
  • donkey where
    • show where the db is located on local machine
  • donkey launch
    • launch the Donkey TUI
  • donkey load

Acknowledgments

Built with bubbletea

About

donkey (d-anki) is a terminal flash card review app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages