Open ghost opened 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.
The View menu in Terminal.app has a Customize Touch Bar... item which reveals this:
Bookmarks and Open man page for Selection seem like great affordances. Would it be non-trivial to add some of those features via config?