Replies: 6 comments 1 reply
-
dont see why this needs to be an API. Simply needs a configuration
directive like map, except that the actions are mapped to menu bar
entries. However, given this is macOS specific, I am not inclined to
spend time on it as I prefer to focus on cross platform features.
Patches welcome.
|
Beta Was this translation helpful? Give feedback.
-
No, it would need Objective-C and python both.
|
Beta Was this translation helpful? Give feedback.
-
Implemented in f73d32e |
Beta Was this translation helpful? Give feedback.
-
thanks! will try it in from source code |
Beta Was this translation helpful? Give feedback.
-
wonderful! very nice, it works as expected. thank you so much. |
Beta Was this translation helpful? Give feedback.
-
this is really cool! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'love the idea behind Kitty and I plan on using on my sysadmin work (not my main job, but it happens several times a day).
I am using a MacBookPro with MacOS 13.
I've written some shell scripts that instruct (via kitty @ commands) kitty to split a window in 4, then do ssh to a different server in each one, and then launch a
tail
command on a specific log file.Or another one where I instruct kitty to connect to several severs, cd to a specific dir, and launche the python virtualenv.
I'd like this script to be available (and launchable) from the Kitty menubar on macOS, let's say under the "shell" top menu (or another, custom menu) so I can launch them with my mouse, instead of having to launch the script from command line or using a shortcut (which I am sure to forget). This would allow me to share the script with the team (along with maybe an install script) and everything would be self contained and easy to use.
Since I haven't found a viable way to do it, I propose that either an API is exposed to kittens, or a command is added to the remote controls of kitty.
Thans
Beta Was this translation helpful? Give feedback.
All reactions