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 |
4 replies
|
Version 1.0.9 of
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've written a
kittyremote control andkittenwrapper 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
kittyconfiguration when I moved from a small screen (laptop) to a large screen (tv). To do this I wrote akittenthat loads a specifiedkittyconfiguration without needing to quitkittyand restart with another config.Then things escalated quickly and I added several other quick and easy ways to manipulate
kittyusing both remote control commands and kittens. I keep adding more stuff. Most of whatkitty-controldoes can be done withkittydirectly if you know the right command. It acts mainly as a convenience but also adds some functionality. In addition to thekittycontrol features,kitty-controldetects if eitherkittyorkitty-controlhave available updates and presents an option to perform the upgrade.Included with the
kitty-controlinstallation arekitty-controlitself, theread_config.pykitten, 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-controlinteractive menu provides dynamically generated menu entries. For example, if eitherkittyorkitty-controlhave anavailable upgrade then menu entries to upgrade will be added.
The
kitty-controlmain menu:Check it out and let me know what you think and how it could be improved.
All reactions