Gnome v47
- for gnome 46 download it from the Extension Manager.
The GNOME To-Do Extension is a lightweight and user-friendly extension designed to help you manage your tasks efficiently. With a minimalistic interface, it allows you to add, modify, and delete tasks effortlessly. No complicated settings, just pure productivity!
Noticeable Feature: For styling your tasks you can use Pango.
You can install the GNOME To-Do Extension via the Extension Manager at Todo, すること. Or via the command line. Follow these steps:
- Navigate to the GNOME extensions directory:
cd ~/.local/share/gnome-shell/extensions/
- Clone the repository into a new folder named
suru@ryusufe.github.io
:
git clone https://github.com/ryusufe/Todo-In-Gnome.git suru@ryusufe.github.io
- Restart GNOME Shell:
- X11 : press
Alt + F2
, typer
, and hitEnter
. - wayland : log out and log back in.
- Enable the extension:
gnome-extensions enable suru@ryusufe.github.io
The following syntax enables efficient navigation, creation, deletion, and renaming of your to-do lists:
@2
– Navigates to the to-do list identified by its number, here list 2
.
@Groceries
– Accesses the to-do list with the name Groceries
.
+::Work Projects
– Creates a new to-do list with the name Work Projects
.
-::@2
– Deletes the to-do list at index 2
.
-::@Chores
– Removes the to-do list with the name Chores
.
@2::Weekend Plans
– Renames the to-do list at index 2
to Weekend Plans
.
@Vacation::Trip Itinerary
– Changes the name of the list Vacation
to Trip Itinerary
.
!l
– Adds an item with all current lists and they number and state.
This syntax provides a streamlined way to manage your lists intuitively through direct special inputs.