Skip to content

Kjarrigan/GoDo

Repository files navigation

GoDo

A simple Godot ToDo app inspired by quire.io, which is unfortunately not available as self-hosted service. You can nest as deeply as you want, there is no hardcoded limit.

Controls

  1. Enter - Create a new entry on the same level as the selected item (or top level if nothing is selected)
  2. ⇧ Shift + Enter - Create a new entry as child-task of the selected item (or top level if nothing is selected)
  3. LBM Select an item
  4. LBM Deselect the active item
  5. Drag & Drop items to reorder and/or regroup them
  6. F2 Rename the selected task or the workspace if no task is selected

Storage

Data is loaded and saved automatically in user://godo.json, ẁith user:// being depend of the OS. For linux it's ~/.local/share/godot/app_userdata/GoDo/godo_ID.json with the ID starting from 0 to however many workspace you have.

About

A simple Godot ToDo app, inspired by quire.io which is unfortunately not available as self hosted service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published