Kitty remote control and kitten wrapper #7104
doctorfree
started this conversation in
Show and tell
Replies: 2 comments 4 replies
-
You no longer need the kitten part with: 065b17d |
Beta Was this translation helpful? Give feedback.
4 replies
-
Version 1.0.9 of
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've written a
kitty
remote control andkitten
wrapper that enables quick and easy scripted control of some aspects ofkitty
.See the kitty-control readme for an overview, installation instructions, examples, and usage. At first I just wanted an easy way to switch
kitty
configuration when I moved from a small screen (laptop) to a large screen (tv). To do this I wrote akitten
that loads a specifiedkitty
configuration without needing to quitkitty
and restart with another config.Then things escalated quickly and I added several other quick and easy ways to manipulate
kitty
using both remote control commands and kittens. I keep adding more stuff. Most of whatkitty-control
does can be done withkitty
directly if you know the right command. It acts mainly as a convenience but also adds some functionality. In addition to thekitty
control features,kitty-control
detects if eitherkitty
orkitty-control
have available updates and presents an option to perform the upgrade.Included with the
kitty-control
installation arekitty-control
itself, theread_config.py
kitten, and a UNIX style man page.Typical usage is from the command line but when invoked without arguments an interactive menu is presented. The main
kitty-control
interactive menu provides dynamically generated menu entries. For example, if eitherkitty
orkitty-control
have anavailable upgrade then menu entries to upgrade will be added.
The
kitty-control
main menu:Check it out and let me know what you think and how it could be improved.
Beta Was this translation helpful? Give feedback.
All reactions