dooit icon indicating copy to clipboard operation
dooit copied to clipboard

πŸ’‘ [FEAT] Add a ---v or --verbose cmd to control writing the detail infos to file.log

Open Abeautifulsnow opened this issue 3 years ago β€’ 4 comments

Is your feature request related to a problem? 😒 Please describe.

Sometimes I'm frustrated when I click the z key to expand the parent item while it can't be expanded as expect although I try to re-click z many times. I don't know if this is a problem caused by terminal or os system and or app's itself.

Describe the solution you'd like πŸ€”

Perhaps we could add a directive to control whether to enable the background log output or to write these infos to a local file.

Now only think of so muchπŸ˜ͺ

Abeautifulsnow avatar Aug 22 '22 10:08 Abeautifulsnow

I click the z key to expand the parent item while it can't be expanded as expected

Does the click have no effect?

Perhaps we could add a directive to control whether to enable the background log output or to write these infos to a local file.

Like all the actions? including expands, adding a todo, increasing urgency, changing dates, etc.

kraanzu avatar Aug 23 '22 02:08 kraanzu

I click the z key to expand the parent item while it can't be expanded as expected

Does the click have no effect?

Perhaps we could add a directive to control whether to enable the background log output or to write these infos to a local file.

Like all the actions? including expands, adding a todo, increasing urgency, changing dates, etc.

Emmm, let me describe my operation procedure.

  • I launch dooit on my terminal.

  • Enter the application, I select one of items in the left-panel by keyup/keydown event(not click event), and then the corresponding task details appear in the right-panel. And I double-click on the right panel, the mode of app is changed to INSERT now. See screenshot below: image

  • I thought the mouse-click event had helped me to change the current window to right panel, but it did not. The event focus is still on the left panel. And the INSERT mode can't be exit by escape key until I click on the left panel(the enter key does not work here), the event focus switched to the right-panel, and escape key can work, and everything is ok.

image

image


So It looks like it's my bad. I didn't know enough when I used it. It's a nice app and thank you for your reply.

Abeautifulsnow avatar Aug 24 '22 03:08 Abeautifulsnow

Ah, I see. Thanks for the detailed explanation. Will push a fix right away :)

It's a nice app and thank you for your reply.

Thanks bud ;)

kraanzu avatar Aug 24 '22 07:08 kraanzu

Although I can fix this easily for now... I'm afraid that the usage of mouse will break the app in some way or another. So maybe I should consider stripping away the mouse support for good? What are your thoughts on this?

kraanzu avatar Aug 24 '22 07:08 kraanzu

Totally stripped out mouse support to avoid these kinds of error :) Should be fixed in the latest release

kraanzu avatar Mar 02 '23 11:03 kraanzu