Home - UshakovVasilii/gnome-shell-extension-redmine-issues GitHub Wiki
redmine-issues
redmine-issues is a GNOME Shell extension for monitoring Redmine issues by REST API.
This extension supports GNOME Shell 3.10, 3.12 (For check other versions modify "shell-version" in "metadata.json")
Buttons:
- Add issue
- Mark all read
- Refresh
Alt buttons:
- Preferences
- Remove all
- Clean ignore list
Bookmarks
Bookmark issues can be removed manually only. Not bookmark issues can be removed automatically if them do not match with filter.
If you'll remove not bookmark issue then issue will be add to ignore list. Filters will not add issues from ignore list. For revert issue from ignore list you can add issue manually or clean ignore list.
Application data
Issues is stored in:
~/.local/share/redmine-issues/issues.json
List of ignored issues is stored in:
~/.local/share/redmine-issues/issues-ignore.json
Installation
Installation from git
git clone https://github.com/UshakovVasilii/gnome-shell-extension-redmine-issues.git
cd gnome-shell-extension-redmine-issues
cp -r redmineIssues@UshakovVasilii_Github.yahoo.com ~/.local/share/gnome-shell/extensions/.
restart GNOME Shell (Alt+F2
, r
, Enter
) and enable the extension through gnome-tweak-tool.