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

Emulating Terminal.app Touchbar #23

Open ghost opened 5 years ago

ghost commented 5 years ago

The View menu in Terminal.app has a Customize Touch Bar... item which reveals this:

Screen Shot 2019-10-27 at 23 53 40

Bookmarks and Open man page for Selection seem like great affordances. Would it be non-trivial to add some of those features via config?

swarshah commented 5 years ago

@jhabdas I will look into possibilities of those but if you just want to open man page in a new window like Terminal app does then you can add { label: 'man', command: 'open x-man-page:// ', prompt: true }, in your config file to get similar behavior. It won't be exact same thing as here you'll have to type command after you tap on the button.