I'd like to add some of the ConEmu-specific escape codes via a PR if it's okay with you.
documentation:
https://conemu.github.io/en/AnsiEscapeCodes.html#ConEmu_specific_OSC
For example, the equivalent to this iTerm 2 sequence:
Line 129 in 5f93eca
Would be this for ConEmu:
x.ConEmu.setCwd = (cwd = process.cwd()) => `${OSC}9;9;${cwd}${BEL}`;
per the documentation:
Sequence Description ESC ] 9 ; 9 ; “cwd” ST
Inform ConEmu about shell current working directory.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too