On Mon, Nov 11, 2024 at 10:51 PM Grisha Levit <grishale...@gmail.com> wrote:
> > If your goal is to have readline do the quoting for you > Yes this is what I want to do. > , without treating the completions as filenames, the next version of bash > (5.3, see the 'devel' branch in the git repo) will have the '-o fullquote' > option for compgen/compopt. > This is cool. Thanks. For now I'll still use the 2-pass escaping way as in https://lists.gnu.org/archive/html/bug-bash/2018-03/msg00137.html