ajaxray / geek-life

The Todo List / Task Manager for Geeks in command line
MIT License
501 stars 26 forks source link

close task detail on press 'p' || 't' || 'esc' #37

Closed saaremaa closed 2 years ago

saaremaa commented 2 years ago

When working with tasks, it happens that the name of the task is long enough and overlaps with the detailed information about the task.

https://user-images.githubusercontent.com/2886680/145378030-6282d44c-c775-4dab-858f-397955b04043.mp4

Implemented that when switching on the 'p' key || 't' || 'esc' closes the detailed information of the task and it seems to be more convenient.

https://user-images.githubusercontent.com/2886680/145378213-e78f27dd-577a-44c7-8141-79f0d657aca5.mp4