TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Command-line tool for learning by repetition

3 pointsby krychuover 3 years ago

1 comment

krychuover 3 years ago
Hey HN!<p>Part of my learning process is to use repetition techniques: just run through a deck of question &amp; answer pairs. I wanted to have something that would run on a command-line, use a simple text format for deck files, and allow me to either type answers or think of them (just like flashcards). I deliberately didn’t want any multi-session state &#x2F; management, spaced-repetition algorithms etc.<p>Ideally I’d write it in C but I wanted to try `ink`. It’s also my first npm package so I hope I didn’t miss anything. If you happen to try it out and run into any issues please let me know.<p>Thanks and enjoy!