Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recognize FinalTerm escape sequences, OSC 133 #46

Open
acarl005 opened this issue Jan 23, 2025 · 1 comment
Open

Recognize FinalTerm escape sequences, OSC 133 #46

acarl005 opened this issue Jan 23, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@acarl005
Copy link

acarl005 commented Jan 23, 2025

Is your feature request related to a problem? Please describe.

There are unofficial standard escape sequences, originally proposed by FinalTerm but used across various terminals like iTerm, Warp, etc. that are unrecognized by sequin. They are often emitted by prompt customization libraries like powerlevel-10k and oh-my-posh.

Image

They start with OSC 133 and are documented nicely here: https://github.com/gnachman/iterm2-website/blob/master/source/_includes/3.4/documentation-escape-codes.md#shell-integrationfinalterm

Describe the solution you'd like

Sequin should recognize this common sequence and describe it.

Describe alternatives you've considered

N/A

Additional context

N/A

@acarl005 acarl005 added the enhancement New feature or request label Jan 23, 2025
@acarl005
Copy link
Author

Also this tool is amazing thank you so much for making this. I work on a terminal emulator and this tool is saving my life.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant