aboutsummaryrefslogtreecommitdiff
path: root/src/deck.rs
AgeCommit message (Collapse)Author
2023-12-02Test deck readingJoris
2022-11-27Speed up deck synchronizationJoris
Apply changes for what has been inserted, updated, removed. Also use transactions to speed up multi-writing.
2022-11-21Show errors in TUI instead of nothingJoris
Once the terminal was setup, errors were not shown in case the application stopped because of an error. So, show errors explicitely in TUI to be able to debug easily the deck for example.
2022-11-02Fix reading the deck when it contains a minusJoris
2022-11-02Allow comments at end of linesJoris
2022-02-26Fix linter warningsJoris
2022-02-13Synchronize deck only if necessaryJoris
Look at the modification time of the deck, and synchronize if it has been modified after the last deck read.
2022-02-12Hide deck extension when showing titleJoris
2022-02-12Say when the next card will be availableJoris
2022-02-06Replace a card whenever the front or the back changedJoris
2022-01-29Read deck path from arguments as wellJoris
2021-11-19Add initial working versionJoris