Show HN: Create flashcards with Space CLI
getspace.app
Show HN: Create flashcards with Space CLI
1–10 of 12 posts
Re: Show HN: Create flashcards with Space CLI
#2Re: Show HN: Create flashcards with Space CLI
#3Re: Show HN: Create flashcards with Space CLI
#4Re: Show HN: Create flashcards with Space CLI
#5Is there anything in particular that stands out about Space vs 1-shotting a flash card implementation?
Re: Show HN: Create flashcards with Space CLI
#6Interesting. I needed to study for job interviews recently and I had Claude Code 1-shot a flashcard CLI and then iterated on the flash card design in markdown. Is there anything in particular that stands out about Space vs 1-shotting a flash card implementation?
- modern UI & UX
- offline-first mode, syncs between your devices
- your data belongs to you. You can either use the export function or use the CLI to export in every format you want
- subdecks (only nested to one depth, so that the UI is not confusing)
- images, videos and latex support
- work on decks with friends or share them with the world
- runs on iOS, Android, Windows, macOS and Linux
- latest algorithm FSRS6
- everything is free, except optional AI.
Re: Show HN: Create flashcards with Space CLI
#7Interesting. I needed to study for job interviews recently and I had Claude Code 1-shot a flashcard CLI and then iterated on the flash card design in markdown. Is there anything in particular that stands out about Space vs 1-shotting a flash card implementation?
Yes, there are many differences to a 1-shotted flashcard implementation: - modern UI & UX - offline-first mode, syncs between your devices - your data belongs to you. You can either use the export function or use the CLI to export in every format you want - subdecks (only nested to one depth, so that the UI is not confusing) - images, videos and latex support - work on decks with friends or share them with the world…
I really just wanted text markdown flash cards though. Pretty simple requirements on my end.
Re: Show HN: Create flashcards with Space CLI
#8Re: Show HN: Create flashcards with Space CLI
#9Re: Show HN: Create flashcards with Space CLI
#10does the cli detect duplicates against cards I already have?
I will probably add any easy way to detect them in the app. Is there any advantage to do it in the cli?