Koichi Murase

Results 585 comments of Koichi Murase

Yes, actually this is one of the recent big problems. Currently I don't have any idea how to reduce the memory use. What I obtained in my previous investigation is...

> -> when stabilized, could ble.sh be one day rewritten in C, Of course, if you are willing to work on that, I won't stop you, but at least I...

Let me keep this open for a while. Maybe later I'll investigate why the memory use is increasing in more recent versions of Bash.

I know that. It's just because the feature set of 0.4 is significantly larger than 0.3.

These are the replies made at https://github.com/rsteube/carapace-bin/issues/1219: ---- _Originally posted by @akinomyoga in https://github.com/rsteube/carapace-bin/issues/1219#issuecomment-1175079942_ ## Re: Filename completions for `ls` > Hi, How can I turn off argument completion? I...

@geekscrapy How's the situation? You can just give answers to Q1-3 and two more questions about ALT-DELETE in https://github.com/akinomyoga/ble.sh/issues/204#issuecomment-1178042642. In short, you can give us the result of the following...

Thank you for the information! > ```shell > GNU bash, version 5.1.16(1)-release (x86_64-apple-darwin21.1.0) > ble.sh, version 0.4.0-devel3+14f3c81 (noarch) > locale: LANG=(unset) LC_COLLATE=C LC_CTYPE=UTF-8 LC_TERMINAL=iTerm2 LC_TERMINAL_VERSION=3.4.16 > terminal: TERM=xterm-256color wcwidth=12.1-west/14.0-2+ri, xterm:95...

If you want to test the theory, you can press Tab twice to enter `menu-completion` and press PageDns to go to next pages and see if the filenames are present...

I have changed the ordering of the generation of options and filenames in commit 6954b13. Could you update `ble.sh` by running `ble-update` and see the behavior? Thank you.