Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)