kraanzu / dooit

An awesome TUI todo manager

Home Page:https://pypi.org/project/dooit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Ctrl-q do NOT quit the App

MrMic opened this issue · comments

Describe the bug 🐛
Ctrl-q do NOT quit the App

To Reproduce 🐣
Ctrl-q

Expected behavior 🤔
Quit the App

Desktop (please complete the following information): 🤖

  • Linux
  • Version 2.0.0

Oops! My bad. Gimme a few minutes!

No problem. Take your time!
Moreover, the date format must be written like this: MM-dd-YYYY instead
of: mm-DD-YYYY like in the docs ...

Alright, this should be fixed now!

As for the date and time stuff,
You can now set a variable in your config file called USE_DAY_FIRST

Example:

USE_DAY_FIRST = True

By default, it's set to True which means that it'll parse in mm-dd format
So when you type 1-10 this means 1st of October
But if the variable is set to False, it'll mean 10th of January

Closing as fixed
Feel free to re-open if there's any issue

Did we solve your problem?
Glad we could help!

Consider sponsoring my work through github sponsors 😄
@kraanzu

No! Still not working. Can't quit the App 😥

Hey!
It looks like PyPi has some extra authentication stuff that prevented from publishing

You can install the latest version using this command:

pip install git+https://github.com/kraanzu/dooit.git