https://github.com/tubbo/pivotaltracker.app
A Mac app for using Pivotal Tracker.
https://github.com/tubbo/pivotaltracker.app
Last synced: about 1 month ago
JSON representation
A Mac app for using Pivotal Tracker.
- Host: GitHub
- URL: https://github.com/tubbo/pivotaltracker.app
- Owner: tubbo
- Created: 2013-09-13T18:52:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:27:07.000Z (over 1 year ago)
- Last Synced: 2025-01-25T08:25:10.246Z (3 months ago)
- Language: Ruby
- Homepage: http://www.pivotaltracker.com
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pivotal Tracker Mac App
I've been using this mac app on my own to browse Pivotal. It's
especially useful if you're managing a project, because you can see
everything at a glance.Made with [MacGap][mg].
## Features
- Runs the PT site in a Mac app
## Quick Install
Don't feel like building from source? You don't have to! Run this little
command:```bash
$ mkdir -p ~/Applications && \
curl 'http://f.psychedeli.ca/PivotalTracker.app.tar.gz' -o pt.tar.gz && \
tar -zxvf PivotalTracker.app.tar.gz ~/Applications
```## Setup
Download this repo:
$ git clone https://github.com/tubbo/PivotalTracker.app.git PivotalTracker
Install dependencies:
$ cd PivotalTracker && bundle install
Install the app to ~/Applications:
$ bundle exec rake install
You can `mv` the app to `/Applications` to share it with other users on
your machine, or just leave it where it is. OS X will pick up `.app`s in
**~/Applications** by default.## Contributing
Please submit a Git or Github pull request.
### Roadmap
- Hotkeys for adding a story and tab-switching for projects.
- Minimal menu system
- Notifications for new story assignments[mg]: http://github.com/maccman/macgap