You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find myself using gum table in a loop in a shell script where I want to process one item at a time from a large list of items. It gets very tedious to repeatedly scroll down through a large list to find the next item I want to process.
A simplified example of this script looks something like:
I find myself using
gum table
in a loop in a shell script where I want to process one item at a time from a large list of items. It gets very tedious to repeatedly scroll down through a large list to find the next item I want to process.A simplified example of this script looks something like:
I'd like to add the command line flags
-i <column-number>
-q <item-text>
to search for the row to select whengum table
displays the UI.The text was updated successfully, but these errors were encountered: