vonshednob / pter

Manage your todo.txt in a commandline user interface (TUI)
https://vonshednob.cc/pter/
MIT License
102 stars 6 forks source link

Brewing #28

Closed BuonOmo closed 11 months ago

BuonOmo commented 11 months ago

FYI: https://github.com/Homebrew/homebrew-core/pull/146124

vonshednob commented 11 months ago

Wow, thanks!

Edit: Is there anything I can help you with to make it easier? Provide some notifications when new versions are out or something?

vonshednob commented 11 months ago

Oh, please note that there’s an issue with pter on Mac atm that’s being investigated, but unsolved -> issue on codeberg

BuonOmo commented 11 months ago

It's all good. If you want to brew bump it yourself when a new version is coming for sure do it. But we'll when it happens and when someone will need it they'll do it !

And about the bug, maybe it could be mentioned in caveats when installing if you think the bug itself won't be solved soon.

BuonOmo commented 11 months ago

Oh one thing though, I only shipped the TUI version. One might want to ship the qt version as well. I chose not to to avoid loading too much stuff, might be good as a separate formula (or even a cask as it is a GUI).

vonshednob commented 11 months ago

Oh one thing though, I only shipped the TUI version. […] I chose not to to avoid loading too much stuff, might be good as a separate formula (or even a cask as it is a GUI).

Excellent choice! I regret the decision back when to package pter and qpter in the same deliverable.

Regarding the bug, it appears to depend on additional prerequisites than only "using Mac". I intend to fix it one way or another.

BuonOmo commented 11 months ago

By looking again at the shipped package, it detected qpter and installed it. I don't think this only is worth a PR though