At the moment there is only a showMenuBar :: Bool configuration option.
It would be nice to add menubar :: Terminal -> IO (Maybe MenuBar) instead that changes menubar items,
and defaultMenubar for default one.
I am not sure if it is not possible to change menubar at all.
Example applications:
- Add SSH menu for remote shell calls that allows to copy file to remote server or use other out-of-band SSH commands like opening ports.
- Option to show pty, pid, and CPU/mem usage in tabbar for applications taking more than 10% of each.
- Shell integration/completion menubar for shells that are configured to support it.
- Menu for recording
expect scripts and then replaying those that have been recorded with the same application.
At the moment there is only a
showMenuBar :: Boolconfiguration option.It would be nice to add
menubar :: Terminal -> IO (Maybe MenuBar)instead that changes menubar items,and
defaultMenubarfor default one.I am not sure if it is not possible to change menubar at all.
Example applications:
expectscripts and then replaying those that have been recorded with the same application.