Skip to content

Completion not working for aliases in zsh on MacOS (using GNU sed) #2864

@toby-griffiths

Description

@toby-griffiths

Description

I'm using Taskfile daily, but am having to use tull task names all the time as the aliases don't seem to autocomplete for me.

I found a similar issue relating to completion on fish on Mac, so perhaps it's reated to this?

I'm using GNU sed installed via Homebrew.

Version

3.50.0

Operating system

MacOS 26.3

Experiments Enabled

No response

Example Taskfile

version: '3'

includes:
  symfony:
    taskfile: '~/src/gitlab.com/cubicmushroom/dev-tools/taskfiles/Taskfile.symfony.yaml'
    aliases: [ 'sf' ]

tasks:
  symfony:logs:
    desc: 'View logs from Symfony'
    aliases: [ 'sf:logs' ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: completionsChanges related to shell completions and scripts.

    Type

    No fields configured for bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions