[EDIT] add line to readme
This commit is contained in:
@@ -21,6 +21,7 @@ It gives a neat presentation of all your projects, which you can assign tasks to
|
|||||||
|
|
||||||
### requirements:
|
### requirements:
|
||||||
- python 3.x
|
- python 3.x
|
||||||
|
- curses (install with `pip install windows-curses`)
|
||||||
|
|
||||||
Download the file from the [releases page](https://github.com/SemvdH/terminal-project-management/releases) and run `python tpm.py`
|
Download the file from the [releases page](https://github.com/SemvdH/terminal-project-management/releases) and run `python tpm.py`
|
||||||
|
|
||||||
|
|||||||
2
tpm.py
2
tpm.py
@@ -281,6 +281,8 @@ def create_task(projects: list,project_index: int, stdscr):
|
|||||||
|
|
||||||
window.refresh()
|
window.refresh()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
textpad = Textbox(scr2, insert_mode=True)
|
textpad = Textbox(scr2, insert_mode=True)
|
||||||
task_name = textpad.edit()
|
task_name = textpad.edit()
|
||||||
task_name = task_name[:-1]
|
task_name = task_name[:-1]
|
||||||
|
|||||||
Reference in New Issue
Block a user