DIY shell integration with kitty / WezTerm #4826
Replies: 1 comment
-
Follow-up: I determined that I could fully implement kitty's shell integration needs with the following:
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm a PowerShell fan who has replaced my Windows workstation with a Mac. I started out using iTerm2, but found MenuComplete rendering distractingly slow, so I've been exploring other faster terminals including kitty and WezTerm, and in going over their docs I've noticed that they both offer additional functionality via "shell integration" for Bash, Zsh, and Fish.
I'd love to try to implement the protocol myself if possible to add shell integration for PowerShell, but I'm not sure if I have enough control to fully implement either spec. The kitty docs give a quick overview of what kitty requires, but in short I need to inject ANSI escape codes in the following places:
prompt
function.prompt
function, but I'm not sure exactly how yet. Answers welcome!Format.ps1xml
files and loading them in my profile file. Is this feasible?prompt
function. Which choice would work better?Beta Was this translation helpful? Give feedback.
All reactions