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
Is your feature request related to a problem? Please describe.
No. Have checked past issues/PRs and seems there's no relevant feature request.
Describe the solution you'd like
Description: Adding multi-file selection (similar with gum choose) in the commnad gum file.
Use cases: I would like to select multiple files as input for a command using gum file. The file paths are provided by users' inputs so I cannot use gum choose to define it.
Implementation ideas: The logic of selection can be implemented the same as gum choose (
Is your feature request related to a problem? Please describe.
No. Have checked past issues/PRs and seems there's no relevant feature request.
Describe the solution you'd like
gum choose
) in the commnadgum file
.gum file
. The file paths are provided by users' inputs so I cannot usegum choose
to define it.gum choose
(gum/choose/command.go
Line 80 in 0f8f67f
Describe alternatives you've considered
If files (that aims to be selected) are all under the same directory,
gum choose
solves the issues.But it does not work when it comes to cross-directory (yes we can use
-r
to print the directory recusrively, but I think it's a mess :/)Additional context
I am not a golang expert but I am willing to contribute :)
The text was updated successfully, but these errors were encountered: