Last active
April 1, 2025 20:09
-
-
Save LaptopDev/fa094aa5e5076f99b8d8504fb46cd67b to your computer and use it in GitHub Desktop.
current kitty window pane query shell alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias paneid='kitty @ ls | jq -r ".[] | .tabs[] | select(.is_active) | .windows[] | select(.is_focused) | .id"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment