Skip to content

JudeLingan/tasktree

Repository files navigation

DESCRIPTION

  • Tasktree is a to-do app that arranges tasks in a tree structure
  • It is currently very WIP, so expect frequent breaking changes.

COMPILING

  • make sure cmake, a c compiler, and vcpkg are installed
  • run 'cmake --preset default'
  • run 'cmake --build build'

BASIC USAGE

  • Tasks are currently passed as a path like so: "task-name1/task-name2/..."
  • Use "new [parent task]" to make a new task. If no parent task is given, it will make a root task.
  • use "complete [task]" to mark it as completed
  • Use "remove [task]" to remove it.
  • Use "list" to list tasks.

GOALS

  • Windows support
  • Store creation time
  • Set deadlines
  • Make a GUI, probably using GTK
  • Color-code tasks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published