I've recently open-sourced v1.0 of my #golang spaced-repetition #flashcard #terminal (TUI) app.

It's called Mentat (and yes, I'm a Dune fan)

What is it? Similar to Anki, but for the terminal, because we all love staying in the command line. It uses plaintext deck files with a simple syntax and text-based FSRS review logs

I've just set up a release builder for macOS and Linux, so you can grab the pre-compiled binary and try it right away.

Check it out here: https://github.com/cprass/mentat

GitHub - cprass/mentat: A spaced repetition learning system implemented in Go using the FSRS (Free Spaced Repetition Scheduler) algorithm.

A spaced repetition learning system implemented in Go using the FSRS (Free Spaced Repetition Scheduler) algorithm. - cprass/mentat

GitHub