Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pluveto/opentodo-spec
OpenTodo is one of the opensource todo plain text file specifications
https://github.com/pluveto/opentodo-spec
Last synced: 4 days ago
JSON representation
OpenTodo is one of the opensource todo plain text file specifications
- Host: GitHub
- URL: https://github.com/pluveto/opentodo-spec
- Owner: pluveto
- Created: 2022-08-16T03:52:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T04:08:55.000Z (about 2 years ago)
- Last Synced: 2024-10-07T05:21:09.070Z (about 1 month ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opentodo
Make todo management simple!
![image](https://user-images.githubusercontent.com/50045289/184794505-040841b8-8ccc-4944-a670-2dadc30e6e7c.png)
Syntax:
```otd
Due date | Task title
| - [x] (optional) done sub task
| - [ ] (optional) doing sub task
| #Tag1 #Tag2 !FunctionalInstruction
| @PersonToAssign
```