Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tommoral/todolist
gnome-shell extension for todolist with subsections.
https://github.com/tommoral/todolist
gnome-shell-extension todolist
Last synced: 7 days ago
JSON representation
gnome-shell extension for todolist with subsections.
- Host: GitHub
- URL: https://github.com/tommoral/todolist
- Owner: tomMoral
- License: gpl-3.0
- Created: 2015-11-02T14:20:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T22:48:32.000Z (over 1 year ago)
- Last Synced: 2024-11-02T09:51:36.856Z (14 days ago)
- Topics: gnome-shell-extension, todolist
- Language: JavaScript
- Homepage: https://extensions.gnome.org/extension/1104/section-todo-list/
- Size: 431 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## todolist-gnome-shell-extension
This extension is built on the gnome shell extension [A simple TODO list](https://github.com/bsaleil/todolist-gnome-shell-extension) and add some features:
* Section
* Better erase handling
* Click to rename a Section/Task![Screenshot](images/screenshot.png)
## Installation
Link the git folder in your gnome sheel extension repository (mine is ~/.local/share/gnome-shell/extensions/) as [email protected]
Starting from the git repo:```bash
$ ./install.sh
```then restart you session ```Atl-F2``` and ```r```.
## License
Licensed under the GNU General Public License. See `COPYING` for details.