Skip to content

emacs-pe/pivotal-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

MELPA

Pivotal Tracker mode for Emacs

Pivotal Tracker Mode (pivotal-tracker) provides an Emacs based user interface for Pivotal Tracker. It's designed to give the most relevant functionality to a developer or pair working on stories.

Please note, it's not an attempt to replace all the features of the web interface.

Installation

You can install via MELPA

Initial Setup

Before using the tracker you must store your Pivotal API key somewhere Emacs can find it. Because your API key is sensitive information it must not be stored in clear text. Using the [auth-source] library Emacs can retrieve your API key from ~/.authinfo.gpg. Retrieve your API key from the Profile page and add a new entry in ~/.authinfo.gpg

machine pivotal-tracker.com password <your-api-key>

Once you've done that you'll be able to use pivotal-tracker.

Usage

  • M-x pivotal Start pivotal-tracker and view your current projects list

Key bindings

  • p Move up one line
  • n Move down one line

Projects list view

  • RET or . Load the current iteration for the given project
  • o Open the given project in the default OS browser

Current project view

  • TAB Toggles expanded/collapsed view for a story

  • g Refresh the project view

  • ^ Go back to your projects list

  • N Go to the next iteration

  • P Go to the previous iteration

  • s Story popup menu

    • e Estimate
    • c Comment
    • s Set status
    • o Set owner
    • t Add task
    • v Check task
  • o Link popup menu

    • o Open story in external browser
    • l Copy story URL to kill-ring / clipboard
    • p Open current project in the default OS browser

Issues & Feature Requests

Development is hosted on github

Licensing

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 2, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

For a copy of the GNU General Public License, search the Internet, or write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

About

Emacs client for Pivotal Tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%