Categorygithub.com/AndrewVos/proj
repositorypackage
0.0.0-20220927151058-03224c8f0f2a
Repository: https://github.com/andrewvos/proj.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

proj

A project management tool which is kind of like a note-taking tool except that each project is it's own markdown file.

This means you can store anything you want in there really.

I've found that it's nice to have this bit of separation for each "project" that I take on.

Usage

Usage:
  proj [command]

Available Commands:
  cancel      Mark a project as cancelled
  complete    Mark a project as complete
  completion  Generate the autocompletion script for the specified shell
  create      Create a new project
  edit        Edit a project
  exec        Execute code blocks inside your project files
  help        Help about any command
  list        List projects
  show        Show the project contents

Flags:
  -h, --help   help for proj

Use "proj [command] --help" for more information about a command.

Completion

# fish
proj completion fish | source