For example, I can use xcolor | xclip -selection clipboard to copy the color to the clipboard. Whenever I do this, it's copied with the trailing newline. So when I paste it into code, it's slightly annoying because I have to manually remove the newline. For example, if I was going to paste a selected color into a Markdown comment (#347d39) I wouldn't want the trailing newline.
For example, I can use
xcolor | xclip -selection clipboardto copy the color to the clipboard. Whenever I do this, it's copied with the trailing newline. So when I paste it into code, it's slightly annoying because I have to manually remove the newline. For example, if I was going to paste a selected color into a Markdown comment (#347d39) I wouldn't want the trailing newline.