talonhub / community

Voice command set for Talon, community-supported.
MIT License
623 stars 779 forks source link

Support for GitHub and Jujitsu CLIs #1551

Open qubitz opened 1 month ago

qubitz commented 1 month ago

Found myself using these quite often and decided to finally get around to contributing them. I'm sure there's a few standard practices that I'm missing. I primarily replicated the setup from git cli resulting in duplicate code with the csv handling. Not sure how to handle that.

I'm very ill practiced with talon. All suggestions welcome!

PS: I'd understand if jujitsu was too niche of an application to include by default with community 👌.

qubitz commented 1 month ago

I think we want to move away from CSVs for these sorts of lists, and use .talon-list instead

I agree, it is a much better system, it's just that I'm a little hesitant as there's not as many examples. I'll make some attempts this weekend or next.