dagargo / task-stack-indicator

Ubuntu task indicator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

task-stack-indicator

task-stack-indicator is an application indicator that allows you to control your task stack.

It allows to manage locally stored tasks.

Also, it offers integration with Atlassian JIRA and provides

  • the issues assigned to you in progress,
  • the issues assigned to you with a due date in x days,
  • the issues assigned to you but not planned (either due date or fix version is empty) and
  • the watched issues updated in the last y days.

It is possible to connect to JIRA from behind a proxy by setting the environment variables http_proxy and https_proxy.

Installation

The package dependencies for Debian based distributions are:

  • make
  • python3
  • python3-setuptools
  • libappindicator3-1
  • gir1.2-appindicator3-0.1
  • gettext

You can easily install them by running sudo apt-get install make python3 python3-setuptools libappindicator3-1 gir1.2-appindicator3-0.1 gettext.

Also, you will need the KStatusNotifierItem/AppIndicator Support GNOME 3 extension.

To install task-stack-indicator simply run make && sudo make install.

About

Ubuntu task indicator

License:GNU General Public License v3.0


Languages

Language:Python 96.5%Language:Makefile 3.5%