Conflict when running "read -e"?? #528
-
Hi! I just recently discover this project, so please forgive me if I'm missing something obvious. In a few scripts I use If I run the same command while on a blesh session it doesn't perform tab completion and the variable is not set either. Is there something I can configure on blesh to have it work properly on these cases? Thanks. P.S: Happy to provide more details if needed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
It's just because the completion is disabled in You can configure it in the # blerc
function ble/complete/context:plain-filename/generate-sources { sources=('file 0'); }
ble-bind -m read -f C-i 'complete context=plain-filename' |
Beta Was this translation helpful? Give feedback.
Hmm, the problem doesn't reproduce in my environment (Linux and Cygwin). I need to think about possible conditions later. If you find something until then, please let me know.