- Add/remove/copy tasks
- Toggle tasks progress
- Toggle with a shortcut (Alt+Shift+Space)
- Focus on a specific task (moves the task to the top and highlight it with a bg color)
Todoit is built with the latest gnome API, which uses ESM to import the needed libraries. So as long as you have gnome version >= 45, todoit will work
Todoit is available on gnome extensions, you can download it here
All you need to use todoit is the zip file
But before that, make sure you have gnome extensions prefs installed, search for extensions in your search bar, if it's not found install it with the command below.
sudo apt install gnome-shell-extension-prefsUnzip the extension inside ~/.local/share/gnome-shell/extensions folder
Make sure to create the
extensionsfolder if it doesn't exist
Now open the extensions manager and enable the Todo List extension.
You can run
gnome-shell-extension-prefsto open it, or directly from the apps list (Extensions).
The extracted zip file structure should look like this
[email protected]/
├── extension.js
├── LICENCE
├── manager.js
├── metadata.json
├── schemas
│ ├── gschemas.compiled
│ └── org.gnome.shell.extensions.todoit.gschema.xml
├── stylesheet.css
└── utils.jsthe very first icon is from flaticon

