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

Add warning about additional % character in zsh and fish #230

Merged
merged 2 commits into from
Sep 16, 2022

Conversation

ghostbuster91
Copy link
Contributor

This closes #226

Wile trying to find a solution to that I figured out that zsh will only add that character when displaying something which doesn't end with a new line (obvious, I know 🤦). Processing something which doesn't end with a new line won't add %. That means instructions are totally correct as piping base64 output to either xclip or xsel won't cause the % to appear.

Because of that there is nothing much to add to the instructions apart from maybe a small warning.

readme.md Outdated Show resolved Hide resolved
readme.md Outdated Show resolved Hide resolved
@SethTisue SethTisue merged commit 995eb9a into sbt:main Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

malformed base64 input after following instructions
2 participants