hyper-custom-touchbar icon indicating copy to clipboard operation
hyper-custom-touchbar copied to clipboard

Emulating Terminal.app Touchbar

Open ghost opened this issue 5 years ago • 1 comments

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?

ghost avatar Oct 27 '19 15:10 ghost

@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.

swarshah avatar Oct 27 '19 17:10 swarshah