KennethWussmann / zeitraum

Time tracking with tags integrated in your workflow
MIT License
8 stars 0 forks source link

Elgato Stream Deck Plugin #33

Closed KennethWussmann closed 1 year ago

KennethWussmann commented 1 year ago

I'd like to start and stop specific tag combinations via Stream Deck for quick tracking while working. But maybe not be worth it because the CLI or HTTP API should be sufficient. Could still offer a better UX.

KennethWussmann commented 1 year ago

Okay works great without own plugin. I used the Run OSA script plugin instead and invoke the cli from there.

Example:

# Stop previous time span (if running) and start new one
on run
    set command to "zeitraum stop; zeitraum track work development"
    do shell script command
end run