itsvinayak / dooit

A TUI todo manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo Icon

Dooit ✔️

A todo manager that you didn't ask for, but needed !
to make sure that you complete your tasks on time ;)

GitHub issues GitHub stars GitHub license

Installation 🔨

You can install dooit easily using python one-liner

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

Or the long way?

git clone https://github.com/kraanzu/dooit.git
cd dooit
pip install .

And then simply type dooit in your terminal to launch it.. ezy pzy

Features 🌟

Some features that dooit comes with:

  • An interactive & beautiful UI
  • Configurable icons and themes
  • Both Mouse and Keyboard support (Vim like keybindings)
  • Topicwise seperated Todo Lists (With branching)
  • Editable Todo's about, date and urgency
  • Nested todos!
  • Sort options with menu (Name, Date, Urgency, Status)
  • Search & jump-to-todo mode on the fly!

See Demo Video below in order to get a visual :)

Demo 🎥

demo.mp4

Contribution 🤝

  • Want to contribute? Feel free to open a PR! 😸
  • Got some ideas for improvements? I'm all ears! 👂


Other TUI projects 🤓 :

If you liked dooit then you might wanna try out some of my other TUI projects as well

  • termtyper - A typing-test app for terminal
  • gupshup - A localhost TUI chat client

About

A TUI todo manager

License:MIT License


Languages

Language:Python 100.0%