You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
My initial thought is that this menubar :: Terminal -> IO (Maybe MenuBar) function could just be an additional hook, like in #215. Is there something that you think makes this is different than a hook? If not, maybe we could close this issue and move your comment to #215.
Either way, I agree that this menubar :: Terminal -> IO (Maybe MenuBar) and defaultMenuBar function should exist.
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:
expect
scripts and then replaying those that have been recorded with the same application.The text was updated successfully, but these errors were encountered: