dooit
dooit copied to clipboard
An awesome TUI todo manager
Option for choosing time along with due date. Like - 13:00 10-10-2022 Would help in managing multiple due tasks on the same day.
**Describe the bug** 🐛 the problem is when you get any exceptions on the parser you make new config which means you overwrite the existing config which means this will...
**Feature request** Currently, the exit keybindings are hard coded to `ctrl+q` it would be kind of nice to be able to change it in the config file. :)
Currently working on a large project, where i wanted to be able to have more nesting within tasks. Just allowing for more nesting of tasks and topics would be nice....
when i try to install it using pip3 install . it says: "ERROR: Package 'dooit-0.2.0' requires a different Python: 3.8.10 not in '>=3.10,
**Describe the bug** 🐛 Append task to topic and type name, then use option+delete to backspace word - dooit freezes. **To Reproduce** 🐣 Steps to reproduce the behavior: 1. Append...
Hi, This happens when I am try to run `dooit.exe` from the command line. Here's what I am getting: ``` C:\Users\gilbe\Envs\utils\Scripts>dooit.exe One instance of dooit is already running! Quiting... ```...
**Is your feature request related to a problem? 😢 Please describe.** I really like the simplicity of dooit and the vim-like keybindings! The problem with todos for me is that...
python3 -m pip install --user git+https://github.com/kraanzu/dooit.git ``` Collecting git+https://github.com/kraanzu/dooit.git Cloning https://github.com/kraanzu/dooit.git to /tmp/pip-req-build-rmod_x6f Running command git clone --filter=blob:none --quiet https://github.com/kraanzu/dooit.git /tmp/pip-req-build-rmod_x6f Resolved https://github.com/kraanzu/dooit.git to commit 0dc8be03e5154f232323dd7a65e26b0d6063ce48 Installing build dependencies ......
Love the work you've done on this! I'd be keen to have an overview menu item to look at all tasks at once, perhaps ordered by due date first. I'm...