Gum Spin option to print output while executing command ? #149
Unanswered
aravind-kumar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Started using gum for my shell scripts, it's pretty cool and easy to use. 😄
I was wondering if theres a way to print the output while the command is run as opposed to after completion.
The command takes a few minutes to complete and the user can only see the spinner .
I would like to also show the output of the command while spinner is spinning , to show progress.
Today when i use --show-output option i see can see the whole output after completion of the command.
I looked at the code : link
we seem to print the output after executing the command.
I was wondering if theres a way i could have the spinner be fixed running at the top (Like a header) while the output of command is filled below as the command is run.
I tried to play with the input command :
Beta Was this translation helpful? Give feedback.
All reactions