Using gum spin #477
-
I've read about Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
Hey @lbdyck,
gum spin -- sleep 5 More useful is probably the ability to run bash scripts #!/bin/bash
# do whatever you want
sleep 5 chmod +x ./script.sh
gum spin -- ./script.sh |
Beta Was this translation helpful? Give feedback.
-
Nice - thank you very much - I need to review the doc more closely |
Beta Was this translation helpful? Give feedback.
-
I'm trying this with no joy:
neither work telling me that the -k is invalid for |
Beta Was this translation helpful? Give feedback.
-
But |
Beta Was this translation helpful? Give feedback.
You can do something like this:
I tested this and it works for me. Note the
--show-output
to pipe intogum pager