Task manager with simple cli
A couple of examples of how to use task_manager
Before you start, specify the path to the folder where your notes will be located.
This can be done in config.py by changing the TASK_MANAGER_PATH variable
Use the alias command:
$alias name="/path/to/executable/file"
Example:
alias tasks="/home/user/task_manager/task_manager/tasks.py"
this command will allow you to run the script with one word: tasks