aboutsummaryrefslogtreecommitdiff
path: root/shell-integration/cbt-completions.zsh
blob: d11307d7a6fcc92ad4ba13a64243344b93f1d4c6 (plain) (blame)
1
2
3
4
5
6
7
#! /usr/bin/env zsh

_cbt() {
  reply=( "${(ps:\n:)$(cbt taskNames)}" )
}

compctl -K _cbt cbt