[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Es and autocompleting
> I have discovered es recently. My desire is using it like login shell
> and for all in general. But I find a little incomodity in interactive
> use. It has autocompleting for files, but not for commands. I have
> encountered this feature in other shells and it seems to me very
> pleasant for large command names.
I thought it had command completion, if you linked it with readline. At
one point, we did a little extra work to ensure that readline saw the
right PATH variable, just so that worked.
I don't know whether editline does completing for commands.
--p