Skip to content

webbben/task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published