https://github.com/evasquare/hali
Straightforward todo app with its own data format.
https://github.com/evasquare/hali
dataformat desktop-app todo
Last synced: 10 months ago
JSON representation
Straightforward todo app with its own data format.
- Host: GitHub
- URL: https://github.com/evasquare/hali
- Owner: evasquare
- License: mit
- Created: 2024-07-20T12:30:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T10:02:30.000Z (about 1 year ago)
- Last Synced: 2025-06-06T16:46:12.055Z (11 months ago)
- Topics: dataformat, desktop-app, todo
- Language: Svelte
- Homepage:
- Size: 629 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hali
Hali is a straightforward todo app where the app data is stored in a simple text format. It also lets you set your custom file path.
```hali
- [] Learn about ARM Assembly
- [] Refactor my automation scripts
- [x] Make a Figma draft
```