pt icon indicating copy to clipboard operation
pt copied to clipboard

Minimal client to use Pivotal Tracker from the console.

Results 12 pt issues
Sort by recently updated
recently updated
newest added

fixes #73 `@params` was used in many places but it was not initialized so, I checked the previous [tag](https://github.com/raul/pt/blob/v1.0.2/lib/ptt/ui.rb#L20) and added this line here.

fixes #80 According to ruby 2.7 [release documentation](https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/) `Module#name`, `true.to_s`, `false.to_s`, and `nil.to_s` now always return a frozen String. The returned String is always the same for a given object....

I'm getting following exception from ruby `2.7.2` ``` Please select the project for the current directory (1-1, 'q' to exit) 1 Thanks! I'm saving this project's info in /Users/dhurba/code/random/pt/.pt: remember...

Finishing a story removes all associated labels.

/usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/pt-0.10.0/lib/pt/action.rb:70:in `label_story': undefined method `[]' for nil:NilClass (NoMethodError) from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/pt-0.10.0/lib/pt/cli.rb:55:in `block (2 levels) in ' from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/thor-0.19.4/lib/thor/command.rb:27:in `run' from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/thor-0.19.4/lib/thor/invocation.rb:126:in `invoke_command' from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/thor-0.19.4/lib/thor.rb:369:in `dispatch' from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/thor-0.19.4/lib/thor/base.rb:444:in `start' from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/pt-0.10.0/bin/pt:10:in `'...

/usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/pt-0.10.0/lib/pt/cli.rb:55:in `block (2 levels) in ': undefined method `comments_story' for # (NoMethodError) from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/thor-0.19.4/lib/thor/command.rb:27:in `run' from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/thor-0.19.4/lib/thor/invocation.rb:126:in `invoke_command' from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/thor-0.19.4/lib/thor.rb:369:in `dispatch' from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/thor-0.19.4/lib/thor/base.rb:444:in `start' from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/pt-0.10.0/bin/pt:10:in `' from /usr/local/var/rbenv/versions/2.2.0/bin/pt:23:in `load'...

If the prompt is interrupted with `CTRL-C` for example, it is not handled gracefully throwing an exception.

Can look at both the foldername and the git address if it exists

feature request

It's just getting out of hand now. =)

refactoring

If someone edits their user name in their Tracker Profile (which I did as a work-around for Issue #16), and doesn't manually change their project .pt file to match, their...

bug