Best way to trim whitespace from :pipe command output? #5530
-
I've just discovered a great pairing between the pastel command and helix where you can select a hex colour code (like #8a6d3b in a css file) and run Unfortunately the
becomes:
What is the best way to address that? My first thought was to have some kind of I'm also curious how best to go about creating keyboard shortcuts for such that it might be possible to have a menu of formats to convert to. But I'm not sure that that is possible and I haven't explored yet. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This isn't a helix-command, but you can just use general pipes to get what you want. Some options that work for your example would be:
or
|
Beta Was this translation helpful? Give feedback.
This isn't a helix-command, but you can just use general pipes to get what you want.
Some options that work for your example would be:
or