Make helm-source-async
split the output by \0
instead of \n
#2450
Answered
by
thierryvolpiatto
NightMachinery
asked this question in
Q&A
Replies: 2 comments 1 reply
-
NightMachinary ***@***.***> writes:
I have a process that outputs multiline candidates separated by null characters \0. How do I make an helm-source-async that splits on \0?
In `helm-output-filter--process-source` helm split output with "\n", try
to modify it to your needs, if it works as expected I could make a new
var to handle this so that you can let-bound it.
…--
Thierry
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thierryvolpiatto
-
Now implemented, the var name is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a process that outputs multiline candidates separated by null characters
\0
. How do I make anhelm-source-async
that splits on\0
?Beta Was this translation helpful? Give feedback.
All reactions