Categorygithub.com/webbben/task
modulepackage
0.0.0-20241130060802-e791ab3e378a
Repository: https://github.com/webbben/task.git
Documentation: pkg.go.dev

# README

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

# Packages

Copyright © 2024 NAME HERE <EMAIL ADDRESS> */.