swarshah / hyper-custom-touchbar

Add custom buttons to the Macbook's Touch Bar when using Hyper terminal.
MIT License
35 stars 9 forks source link

Allow mixing command and group buttons #10

Closed matoelorriaga closed 5 years ago

matoelorriaga commented 5 years ago

Hi, really nice plugin, thanks!

It would be nice it we can also put "command" button at the first level, not only groups (similar to clear, but customizable). Otherwise I may need a group only for one button.

Thanks!

swarshah commented 5 years ago

It sounds like a good idea. It shouldn't be hard to add it in with the existing functionality. I will add it in the next couple of days.

swarshah commented 5 years ago

@matoelorriaga I just published the updated plugin and it should automatically update when you restart Hyper. You can now create buttons on the main level without the popover. Check the man example from Readme. You can also add background color and icon in them.

matoelorriaga commented 5 years ago

Thanks!