Code Monkey home page Code Monkey logo

pt's Introduction

pt

Minimal client to use Pivotal Tracker from the console.

Setup

gem install pt

The first time you run it, pt will ask you some data about your Pivotal Tracker account and your current project.

Usage

Run pt from the root folder of your project.

pt # show all available tasks

pt todo # show all unscheduled tasks

pt started # show all started stories

pt create [title] -m # create a new task (and include description ala git commit)

pt show [id] # shows detailed info about a task

pt tasks [id] # manage tasks of story

pt open [id] # open a task in the browser

pt assign [id] # assign owner

pt comment [id] [comment] # add a comment

pt label [id] [label] # add a label

pt estimate [id] [0-3] # estimate a task in points scale

pt start [id] # mark a task as started

pt finish [id] # indicate you've finished a task

pt deliver [id] # indicate the task is delivered

pt accept [id] # mark a task as accepted

pt reject [id] [reason] # mark a task as rejected, explaining why

pt done [id] <0-3> # lazy mans finish task, opens, assigns to you, estimates, finish & delivers

pt find [query] # looks in your tasks by title and presents it

pt list [owner] # list all tasks for another pt user

pt list all # list all tasks for all users

pt updates [number] # shows number recent activity from your current project

pt recent # shows stories you've recently shown or commented on with pt

All commands can be run entirely without arguments for a wizard based UI. Otherwise [required] . Anything that takes an id will also take the num (index) from the pt command.

Problems?

You can open a new issue. It can be helpful to include a trace of the requests and responses you're getting from Pivotal Tracker: you can get it by adding the --debug parameter while invoking pt (remember to remove all sensible data though).

Contributors

Thanks to...

  • the contributors mentioned above and all the issue reporters
  • the Pivotal Tracker guys for making a planning tool that doesn't suck and has an API
  • Justin Smestad for his nice pivotal-tracker gem
  • Bryan Liles for letting me take over the gem name

License

See the LICENSE file included in the distribution.

Copyright

Copyright (C) 2013 Orta Therox [email protected]. Copyright (C) 2011 Raul Murciano [email protected].

pt's People

Contributors

orta avatar raul avatar matthijsgroen avatar kylewest avatar stephencelis avatar xadn avatar icetan avatar obra avatar anderssonjohan avatar knack avatar terlar avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.