Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1018 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 1018 Bytes

CI Status

ConvoBot

"Don't be afraid to give up the good to go for the great." — John D. Rockefeller (source)

ConvoBot elevates your task management to the next level.

  • text-based
  • easy to learn
  • FAST SUPER FAST to use

All you need to do is,

  1. download it from here.
  2. run it.
  3. add your tasks.
  4. let it manage your task for you 😉

And it is FREE!

Features:

  • Manage todos
  • Manage deadlines
  • Manage events
  • Manage reminders
  • Graphical UI
  • Cloud storage

It is written in Java. Here's the main method:

    public static void main(String[] args) {
        Application.launch(Main.class, args);
    }

Acknowledgements

me.xdrop:fuzzywuzzy for fuzzy string matching, licensed under the GPL-2.0 license