johannesjo / super-productivity

Super Productivity is an advanced todo list app with integrated Timeboxing and time tracking capabilities. It also comes with integrations for Jira, Gitlab, GitHub and Open Project.
http://super-productivity.com
MIT License
12.03k stars 932 forks source link

API to enable quick automations like entries via Apple Shortcuts #3515

Open petruut opened 2 months ago

petruut commented 2 months ago

This is something that would really elevate the quick/ deliberate entry set (at the very least for the Apple folks, but I think it'll be wider than that).

Instead of having native apps everywhere, it'd be great to have a docker/ self hosted instance that can be pinged via an API to automate interacting with tasks. I can think of many use cases for this, e.g.

(this is obviously quite the EPIC, but feels to me like a worthwhile thing to explore)

github-actions[bot] commented 2 months ago

Thank you very much for opening up this issue! I am currently a bit overwhelmed by the many requests that arrive each week, so please forgive me, if I fail to respond personally. I am still very likely to at least skim read your request and I'll probably try to fix all (real) bugs if possible and I will likely review every single PR being made (please, give me a heads up if you intent to do so) and I will try to work on popular requests (please upvote via thumbs up on the original issue) whenever possible, but trying to respond to every single issue over the last years has been kind of draining and I need to adjust my approach for this project to remain fun for me and to make any progress with actually coding new stuff. Thanks for your understanding!

Ce1este commented 3 weeks ago

I have the same need, so I'll post it together in this issue

I think developers could consider using URL Scheme to implement specific directives through specific links, for example

super-productivity://command?parameter1=value1&parameter2=value2&…

I mainly use Android devices, and in the Android platform, if you can realize the function of quickly triggering the software through the URL Scheme, you can combine with other automation software (such as Tasker) to realize the function of triggering the software at a specific time, a specific location, an NFC tag and so on.

This seems to work on both Android and iOS, but there seems to be a difference between the iOS and Android URL Schemes (I'm not sure about that)