Hali is an easy-to-use todo app where the app data is stored in a simple text format. It also lets you set your custom file path.
You can create an empty txt file and choose the file in the app settings.
Hali uses a syntax that is similiar to checkboxes in Markdown format.
To update todos, you can simply type x in the square brackets.
Before:
- [] Todo A
- [] Todo BAfter:
- [x] Todo A
- [] Todo B
