We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gum file
esc
Describe the bug
The key bindings shown in the help message of the gum file command suggest that the esc key will close the command:
$ gum file > drwxr-xr-x choose drwxr-xr-x completion drwxr-xr-x confirm drwxr-xr-x cursor drwxr-xr-x examples drwxr-xr-x file drwxr-xr-x filter drwxr-xr-x format drwxr-xr-x input drwxr-xr-x internal ↑ up • ↓ down • esc close • enter submit
However, pressing esc results in the file listing being redrawn with a single entry for the current working directory:
$ gum file /src enter submit
To Reproduce
Steps to reproduce the behavior:
gum file <path>
Expected behavior
Pressing the esc key should result in the gum file command returning the user to the shell.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
file
fix(filepicker): not closing on close
6f06473
refs charmbracelet/gum#626
charmbracelet/huh#323 this should fix it
Sorry, something went wrong.
fix(filepicker): not closing on close (#323)
cb34624
caarlos0
Successfully merging a pull request may close this issue.
Describe the bug
The key bindings shown in the help message of the
gum file
command suggest that theesc
key will close the command:$ gum file > drwxr-xr-x choose drwxr-xr-x completion drwxr-xr-x confirm drwxr-xr-x cursor drwxr-xr-x examples drwxr-xr-x file drwxr-xr-x filter drwxr-xr-x format drwxr-xr-x input drwxr-xr-x internal ↑ up • ↓ down • esc close • enter submit
However, pressing
esc
results in the file listing being redrawn with a single entry for the current working directory:To Reproduce
Steps to reproduce the behavior:
gum file <path>
esc
Expected behavior
Pressing the
esc
key should result in thegum file
command returning the user to the shell.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: