https://github.com/wintercore/todo-c
https://github.com/wintercore/todo-c
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wintercore/todo-c
- Owner: WinterCore
- Created: 2023-03-01T16:39:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T15:03:04.000Z (about 3 years ago)
- Last Synced: 2025-02-14T20:31:29.476Z (over 1 year ago)
- Language: C
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo-C
*Simple NCurses TUI multi-pane todo list*

> If you're wondering how I managed to make the terminal look like that, make sure to check out [cool-retro-term](https://github.com/Swordfish90/cool-retro-term)
### TODO
- [ ] Add proper error handling for failure to parse the data file
- [ ] Add the ability to specify the location of the data file
- [ ] Disallow typing special characters in the create todo dialog
- [ ] Implement line wrapping
- [ ] Add scrolling indicators?
- [ ] Handle terminal resize
- [ ] Fix issue with writing which happens randomly where garbage characters get inserted at the end of the file