Results 18 comments of Kevin Schoon

I've thought of this before as well, and in the abandoned [develop](https://github.com/kevinschoon/pomo/tree/develop) branch of pomo I wrote the functionality for it with the `pomo edit` command. See the description below:...

Hi @CyrilAntoni thanks for the suggestion! I am currently doing a major re-write of pomo on the [develop](https://github.com/kevinschoon/pomo/tree/develop) which contains this exact feature. The new version allows you to filter...

Thanks for the suggestion @binshengliu, I've added it to my growing list of features for v1!

@gokaygurcan Thank you for the feedback, I will look into creating a Homebrew formula for OSX soon.

@gokaygurcan After reading the [criteria](https://docs.brew.sh/Acceptable-Formulae.html) for submitting Homebrew fomula, I'm not sure this project is quite large enough to justify submitting it yet. If a substantial amount of people find...

Thanks @pvinis! I did not realize this was possible with brew, maybe we could maintain that config in this repo.

Thanks @amiel, I plan to implement this once I can allocate more time to this project. Most new features are available in the partial rewrite I have in [develop](https://github.com/kevinschoon/pomo/tree/develop).

Thanks for the suggestion @mrbig033, could you elaborate a little bit?

Thank you @strogiyotec, happy to accept your PR, the first one is just about ready.

The tests for this library aren't really very robust so yeah I can see the challenge. Ideally we could create a mock driver but that might be too involved for...