Manuel-Kehl / Go-For-It

A stylish to-do list with built-in productivity timer. NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It
http://manuel-kehl.de/projects/go-for-it/
GNU General Public License v3.0
516 stars 51 forks source link

Go-for-it in Dash menu #146

Closed davidRFB closed 4 years ago

davidRFB commented 4 years ago

Hi ! Thanks for the app. I was wondering if it is possible to have go-for-it in the menu of dash to panel as a quick app or maybe to include it in the notification area of ubuntu. imagen imagen

Thank you for your time and consideration

JMoerman commented 4 years ago

This is issue is already tracked in https://github.com/JMoerman/Go-For-It/issues/105 and https://github.com/JMoerman/Go-For-It/issues/104

The next version should include an option to use an AppIndicator. When using gnome https://github.com/ubuntu/gnome-shell-extension-appindicator needs to be installed, but I believe that that extension comes preinstalled on Ubuntu.

I have an extremely basic version already up and running:

extremely basic indicator

Displaying the remaining time, switching to the next task, starting/stopping the timer, etc... from the dock should also be possible in the next version. I have yet to start working on that, though.

JMoerman commented 4 years ago

f300ebd3af41815b07799c90640f98c5240cc05f introduces a plugin to show the remaining time in docks supporting the libunity LauncherEntry API (this seems to include dash-to-dock). dock-indicator

dde6bc49574f2b5895f659a74ca9487f3f488d71 introduced an Ayatana panel indicator plugin which currently shows the remaining time and with which you can also start/stop the timer, view the current task and switch to the next or previous task. Plugin support isn't currently enabled in the daily-builds ppa, this will change at a later point (and should be included in the official builds of the next release).