Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexito4/stodo
Terminal UI Todo app with ncurses
https://github.com/alexito4/stodo
ncurses swift task-manager todo todoapp tui
Last synced: 1 day ago
JSON representation
Terminal UI Todo app with ncurses
- Host: GitHub
- URL: https://github.com/alexito4/stodo
- Owner: alexito4
- Created: 2022-02-18T20:17:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T19:03:56.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T21:23:50.414Z (about 2 months ago)
- Topics: ncurses, swift, task-manager, todo, todoapp, tui
- Language: Swift
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stodo
Terminal TODO application in Swift with ncurses.
- Development streamed live at https://www.twitch.tv/alejandromp4
- VOD playlist https://www.youtube.com/playlist?list=PL2HXX-dkWqS2GjURM8Bok5W50tW2NbzYa![Screenshot 2022-02-24 at 20 40 27](https://user-images.githubusercontent.com/750912/155595371-6507d09e-c948-42d2-a4cd-561fc147cc58.png)
## File format
**stodo** reads the tasks from a Markdown file. It display tasks based on the markdown task format `- [ ]`.
The file can contain other text that won't be affected by this app.
# Author
Alejandro Martinez | http://alejandromp.com | [@alexito4](https://twitter.com/alexito4)