summarylogtreecommitdiffstats
path: root/tofu.fish
blob: 732c06f724ddcc3bd93f6b6273a77d227b40a9d0 (plain)
1
2
3
4
5
6
7
8
9

function __complete_tofu
    set -lx COMP_LINE (commandline -cp)
    test -z (commandline -ct)
    and set COMP_LINE "$COMP_LINE "
    /usr/bin/tofu
end
complete -f -c tofu -a "(__complete_tofu)"