Skip to content

Instantly share code, notes, and snippets.

@LaptopDev
Last active April 1, 2025 20:09
Show Gist options
  • Save LaptopDev/fa094aa5e5076f99b8d8504fb46cd67b to your computer and use it in GitHub Desktop.
Save LaptopDev/fa094aa5e5076f99b8d8504fb46cd67b to your computer and use it in GitHub Desktop.
current kitty window pane query shell alias
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