Bug 432817 - Autocompletion for brace expansion
Summary: Autocompletion for brace expansion
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: keyboard (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-11 20:53 UTC by dev.lh
Modified: 2021-02-11 21:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dev.lh 2021-02-11 20:53:19 UTC
As far as I know, there is currently (I can only test on konsole 17.12.3) no auto completion when typing a file in brace expansion mode.
It would be nice if this got fixed as it limits the use of brace expansion to easily typeable filenames.


How to reproduce:
1. mkdir -p test/{aa,bb,cc}
Test command: rm -r test/{aa,b


Observed result:
pressing tab does nothing


Expected result:
pressing tab should insert the missing b or display a list of possible filename options if more than one file matches the given filename (standard auto completion behavior)


Version info:
Linux: Ubuntu 18.04
KDE Plasma Version: 5.12.9
KDE Frameworks Version: 5.44.0
Qt Version: 5.9.5
Comment 1 Ahmad Samir 2021-02-11 21:13:46 UTC
Konsole has nothing to do with shell completion, you should look at the shell (bash, zhs...etc) you're using for that feature.
Comment 2 dev.lh 2021-02-11 21:23:53 UTC
Ah sorry,
I did not know that autocompletion is a level deeper than konsole…
Comment 3 Ahmad Samir 2021-02-11 21:27:09 UTC
No worries (we have all been beginners at some point :)).