Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 553 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 553 Bytes

task_manager

Task manager with simple cli

Example

A couple of examples of how to use task_manager Image

How to start

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

How to create an alias

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