Skip to content
Discussion options

You must be logged in to vote

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:

:pipe pastel format hsl | xargs echo -n 

or

:pipe pastel format hsl | tr -d '\n'  <-- this remove ALL newlines though, so this assumes only a single line output

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kirawi
Comment options

kirawi Jul 4, 2023
Collaborator

@lukehsiao
Comment options

Answer selected by michaeljones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants