Did you do your tasks?
I want this to be a hackable and extensible to-do list app
- Type anything to add it as a task under the currently selected list
- Use this syntax to create a new list: +listname
- To select list at position n type: @n
- To select list by name: @listname
- To mark a task at position n in the current list as 'done' type: .n
- To mark a task at position n in the current list as 'skipped' type: #n
- Clone the repository (or download and extract it)
- Navigate to the project directory using the terminal
- Run the 'main.py' file:
python main.pyorpython3 main.py
- Memory permanence (A database)