Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-26 | Upgrade dependencies | Joris | |
- Switch to crossterm - add --hide-progress option | |||
2022-11-27 | Speed up deck synchronization | Joris | |
Apply changes for what has been inserted, updated, removed. Also use transactions to speed up multi-writing. | |||
2022-11-21 | Use f-strings when convenient | Joris | |
2022-11-21 | Show errors in TUI instead of nothing | Joris | |
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-02-26 | Fix linter warnings | Joris | |
2022-02-13 | Synchronize deck only if necessary | Joris | |
Look at the modification time of the deck, and synchronize if it has been modified after the last deck read. | |||
2022-02-12 | Hide deck extension when showing title | Joris | |
2022-02-12 | Say when the next card will be available | Joris | |
2022-02-06 | Ask only for the deck path | Joris | |
Derive the DB path from the deck path. | |||
2022-02-06 | Replace a card whenever the front or the back changed | Joris | |
2022-01-29 | Read deck path from arguments as well | Joris | |
2022-01-26 | Read database path from arguments | Joris | |
2021-11-19 | Add initial working version | Joris | |