mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #534] Behaviour of tab completion in Bash (Debian Trixie) #232
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DrChr on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/534
Hi,
I thought I'd give
dusta try, but was disappointed in the behaviour of the tab completion (in Bash in Debian Trixie), i.e. when I do:the result isn't what I expect. Here's a comparison with
du, where I expect the completion to show me two subdirectories:aandb:Interestingly, I do get the behaviour I desire if there's a comment on the line, i.e. like this:
Version: 1.2.0
@bootandy commented on GitHub (Nov 21, 2025):
Hmm, I can't replicate this I'm afraid. When I tab I see directories & files.
I'm using Ubuntu 24.04
I can't tell you why tab is giving you the flag options instead of the filenames.