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
Describe the bug
After pressing d on a selected folder, after the confirmation dialog is presented with the prompt Are you sure you want to delete <folder name>? pressing the Escape key acts as Yes and proceeds to delete the selected folder.
To Reproduce
Steps to reproduce the behavior:
Select a folder
Press d — the confirmation dialog is presented
Press the Escape key.
Folder is deleted
Expected behavior Escape must not trigger the delete action
Screenshots
System (please complete the following information):
OS: macos 13.7 (22H123)
Terminal: reproducible with all of mac ootb Terminal.app, iterm2, Ghostty
Version: gdu -v: Version: development installed with go install github.com/dundee/gdu@latest
Additional context
the version displayed with gdu -v is a bit zen, so to be 💯 sure reinstalled latest master with the commit hash at the moment of installation a0fd828
The text was updated successfully, but these errors were encountered:
Describe the bug
After pressing
d
on a selected folder, after the confirmation dialog is presented with the promptAre you sure you want to delete <folder name>?
pressing the Escape key acts asYes
and proceeds to delete the selected folder.To Reproduce
Steps to reproduce the behavior:
d
— the confirmation dialog is presentedEscape
key.Expected behavior
Escape
must not trigger the delete actionScreenshots
System (please complete the following information):
Version: development
installed withgo install github.com/dundee/gdu@latest
Additional context
gdu -v
is a bit zen, so to be 💯 sure reinstalled latest master with the commit hash at the moment of installation a0fd828The text was updated successfully, but these errors were encountered: