ikna
Description: Command line spaced repetition flash cardsWARNING: This program is still under rapid construction. I recommend you wait until it's more stable before building a reliance on it
Having been frustrated one too many times by existing spaced repetition flash card offerings, I decided to make my own solution. Made with simplicity and longevity in mind.
- Programmed in ANSI C
 - Easy build process
 - Uses only the standard library as a dependency
 - Verbose documentation
 - CSV import/export
 - Friendly to version control systems
 - Probably going to be supported by me, personally, until it's literally impossible, since It's what I use myself.
 
News
v0.8.1 2020-10-17
- Fix memory leak with ikna import
 - New cards now count as "reviewed" even when answered incorrect. This makes it much easier to deal with decks that have large amounts of new cards.
 - Spelling and formatting fixes for the man page
 
v0.8.0 2020-10-14
- Initial release of 
ikna. Currently still in beta to catch any latent problems.