kevinschoon / pomo

Pomodoro CLI

Home Page:https://kevinschoon.github.io/pomo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] pomo status --json

amiel opened this issue · comments

First off, I am finding pomo super useful. I especially like how scriptable it is, which allows me to set up a pomodoro and have its status show up in my tmux status line or in my prompt.

On that note, It would be super nice to get the pomo status in json format, just like pomo list --json. This would make the scripting even more flexible.

Thanks for the suggestion @amiel! This feature will actually be available in the 0.8.x branch along with several other major improvements that allow for a lot of extensibility.

Unfortunately I don't have an ETA yet on when I will release this but I will notify you once it's ready for testing. In the mean time feel free to clone that branch and try it yourself, but be aware it is not yet backwards compatible with the existing SQLite schema.

Oh, awesome!

I'm happy to blow away my SQLite database in favor of trying out the new branch.