Skip to content
kyeboard edited this page May 23, 2023 · 9 revisions

Welcome to the dooit wiki!

Note: ChatGPT played a huge role in generating this xD

What is dooit?

Dooit is a powerful TUI-based to-do manager that aims to provide a web-like experience within your terminal. With Dooit, you can quickly and easily manage your to-do list, including adding, removing, and editing tasks. The interface is designed to be user-friendly, with a modern and intuitive design that lets you organize your tasks into different categories, assign due dates and priorities, and set reminders to keep you on track. Dooit is built with efficiency in mind, so you can access and manage your to-do list with minimal effort, all within the convenience of your terminal. Whether you're a developer, a student, or anyone looking to stay organized, Dooit is the perfect tool for managing your tasks and increasing your productivity.

Dooit stores the todo data at $LOCAL_DIR/dooit. You can also use this quick python snippet to get the path of the file:

python -c "import appdirs; print(appdirs.user_data_dir('dooit'))"

Why dooit instead of other applications out there?

If you're someone who spends a lot of time in the terminal or simply prefers a more streamlined approach to task management, Dooit could be the perfect tool for you.

Why not use ORG mode?

Org mode in Emacs is a very powerful and flexible tool that allows you to do much more than just manage your to-do list. It can be used for outlining, note-taking, and project planning, among other things. Org mode also has a steep learning curve and requires some familiarity with Emacs and its commands.

Dooit, on the other hand, is a more lightweight and focused tool that is specifically designed for managing to-do lists within the terminal environment. It has a simpler interface than org mode and is easier to learn and use. While Dooit may not have the same level of flexibility and power as org mode, it is a great option for those who want a more streamlined and user-friendly approach to task management in the terminal.

Ultimately, the choice between Dooit and org mode in Emacs will depend on your specific needs and preferences. If you're already comfortable with Emacs and want a more versatile tool that can do much more than just manage to-do lists, org mode may be the better option. However, if you're looking for a lightweight and easy-to-use tool specifically for managing your to-do list in the terminal, Dooit may be the better choice.

Clone this wiki locally