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

Allow escape character #200

Open
Hyde46 opened this issue Oct 22, 2022 · 2 comments
Open

Allow escape character #200

Hyde46 opened this issue Oct 22, 2022 · 2 comments
Assignees
Labels
✨ enhancement New feature or request

Comments

@Hyde46
Copy link
Owner

Hyde46 commented Oct 22, 2022

Enable escaping characters in the saved command.
This would let users store commands with commands that carry the same characters as the parameter tokens (like # and ! for denoting the start and end of a named parameter in a default configuration).

@Hyde46 Hyde46 added the ✨ enhancement New feature or request label Oct 22, 2022
@dgudim
Copy link

dgudim commented Mar 19, 2023

Are escape characters still not supported?

I was just using sync and the incoming command would gain extra escape characters every time I synced.

Original. sed -i '1s/^\xEF\xBB\xBF//' #file!
1 sync: sed -i '1s/^\\xEF\\xBB\\xBF//' #file!
2 syncs: sed -i '1s/^\\\\xEF\\\\xBB\\\\xBF//' #file!
3 syncs: sed -i '1s/^\\\\\\\\xEF\\\\\\\\xBB\\\\\\\\xBF//' #file!

@Hyde46 Hyde46 self-assigned this Mar 19, 2023
@Hyde46
Copy link
Owner Author

Hyde46 commented Mar 19, 2023

Thanks for the report!
Ill look into this and try to get a fix out soon

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

2 participants