Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Ctrl-q do NOT quit the App #140

Closed
MrMic opened this issue Sep 2, 2023 · 7 comments
Closed

[BUG] Ctrl-q do NOT quit the App #140

MrMic opened this issue Sep 2, 2023 · 7 comments
Labels
bug Something isn't working

Comments

@MrMic
Copy link

MrMic commented Sep 2, 2023

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
@MrMic MrMic added the bug Something isn't working label Sep 2, 2023
@kraanzu
Copy link
Owner

kraanzu commented Sep 2, 2023

Oops! My bad. Gimme a few minutes!

@MrMic
Copy link
Author

MrMic commented Sep 2, 2023

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 ...

kraanzu added a commit that referenced this issue Sep 2, 2023
kraanzu added a commit that referenced this issue Sep 2, 2023
This will allow user to switch from dd-mm and mm-dd
formats.
By default, its set to `True` which means
day will be used first i.e. dd-mm
kraanzu added a commit that referenced this issue Sep 2, 2023
kraanzu added a commit that referenced this issue Sep 2, 2023
This will allow user to switch from dd-mm and mm-dd
formats.
By default, its set to `True` which means
day will be used first i.e. dd-mm
@kraanzu
Copy link
Owner

kraanzu commented Sep 2, 2023

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

@kraanzu
Copy link
Owner

kraanzu commented Sep 14, 2023

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

@kraanzu kraanzu closed this as completed Sep 14, 2023
@github-actions
Copy link

Did we solve your problem?
Glad we could help!

Consider sponsoring my work through github sponsors 😄
@kraanzu

@MrMic
Copy link
Author

MrMic commented Sep 14, 2023

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

@kraanzu
Copy link
Owner

kraanzu commented Sep 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants