Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 539 Bytes

File metadata and controls

19 lines (12 loc) · 539 Bytes

task manager cli

This is a personal project for a task manager CLI tool. It's mainly designed to help me be more productive at work.

Generating completions

If you need to generate new completions, do the following:

./task completion zsh > zsh_completion.sh

The above command generates the bash script for completions for all commands in this CLI tool, specifically for zsh. It saves it to zsh_completion.sh

you can then source it so that the completions work in the terminal:

source zsh_completion.sh