A simple GNOME Shell extension for managing a minimal todo list directly from the top bar.
- Add tasks quickly.
- View your todo items in a small popup.
- Minimal and lightweight design.
- Easy to use from GNOME Shell.
- GNOME Shell
- GNOME Extensions support enabled
git clone https://github.com/ShahrukhUXfantasy/Minimal-Todo-List-Gnome-Shell-Extension.git
cd Minimal-Todo-List-Gnome-Shell-ExtensionThen install or copy the extension files into your GNOME extensions folder.
- Open the extension from the GNOME top bar.
- Add your tasks.
- Mark items done when finished.
To push changes:
git add .
git commit -m "update extension"
git push origin main