Skip to content

limebrains/pet

Repository files navigation

Pet

Pet (Project Environment Tool) - is the tool to help you manage project and their tasks.

travis coveralls Documentation Status

Documentation

Usage

Usage

| => pet --help
Usage: pet [OPTIONS] COMMAND [ARGS]...

Options:
  -v, --version  show program's version number and exit
  --help         Show this message and exit.

Commands:
  archive   archives project or adds it to templates
  config    configures pet
  deploy    Deploys auto-completion
  edit      edits task if given name else active project
  init      creates new project
  list      lists all projects/ archived projects/ tasks/...
  recreate  Recreates all required folders in PET_FOLDER
  register  registers .pet as project folder
  remove    removes task or locks
  rename    renames task
  restore   restores project from archive
  run       runs projects task
  stop      stops project
  task      creates new task

Installation

pip install pety
bash -c "$(curl -fsSL https://raw.githubusercontent.com/limebrains/pet/master/install.bash)"