On Wed, Mar 30, 2022 at 10:35 PM Ole Tange <o...@tange.dk> wrote: > On Wed, Mar 30, 2022 at 3:03 PM Wu Zhenyu <wuz...@qq.com> wrote: > > I notice parallel seem to have no shell completions. It is not convenient. > > Instead of having a separate file, I would prefer letting GNU Parallel > generate the completion code. This way the completion code will always > follow the version you are running. > > So I am thinking something like: > > eval `parallel --shellcompletion zsh`
Try git version: git clone https://git.savannah.gnu.org/git/parallel.git Activate with: zsh% eval "`parallel --completion auto`" /Ole