Live data from Hacker News

Viewing profile — qw3rtman

qw3rtman

HN member
Joined
Mon, Jan 05, 2015, 2:10 AM UTC
HN karma
54
Public activity
26 items

About qw3rtman

see: @nimitkalra

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. comment
    Comment #9498967

    Commented above as a reply to @calpaterson; I'll paste the same comment below. > I wrote about this in the FAQ ( https://github.com/qw3rtman/p#faqs ), but I'll reiterate the main u…

  7. comment
    Comment #9498956

    I wrote about this in the FAQ ( https://github.com/qw3rtman/p#faqs ), but I'll reiterate the main use case below. p is for the average Python developer who just needs to work with …

  8. comment
    Comment #9498922

    At this point, p makes no attempt to manage pip versions. I have added this feature to the TODO and it will be implemented sometime in the future. Thanks for the suggestion! :)

  9. story
  10. story
  11. comment
    Comment #9444156

    I was so caught up in training Ralph, I forgot to add a license! I've settled on GNU GPL v3. Thanks for the catch. :)

  12. story
  13. story
  14. comment
    Comment #9400266

    I'm a 15-year-old who wrote a fairly successful (800+ stars on GitHub!) wrapper for Git.

  15. comment
    Comment #9338433

    What if someone adds in a .gitignore file that ignores everything except for itself? Evil? >:D

  16. story
  17. story
  18. story
  19. comment
    Comment #9166418

    I am currently working on support for branches, which I hope to release in the near future. Thanks for the feedback! :)

  20. comment
    Comment #9166400

    The only output I didn't fully design on my own was the log command (`gg l`). I used information found on this Gist ( https://gist.github.com/textarcana/1306223 ) to retrieve the l…

  21. comment
    Comment #9166388

    I replied to bcl here about that here: https://news.ycombinator.com/item?id=9166363 .

  22. comment
    Comment #9166384

    I replied to bcl here about that here: https://news.ycombinator.com/item?id=9166363 .

  23. comment
    Comment #9166379

    Branches are a planned feature, check the TODO. If you would like to contribute to the addition of branches, that would be great. :)

  24. comment
    Comment #9166363

    There's more to the package than just aliases. For example, the gg s command presents you with an easy to look at a quick glance status of your repository. In addition, there are a…

  25. comment
    Comment #9166315

    Firstly, thanks for the feedback. That sounds like a great idea, although it may be painful to implement. I'll definitely add this to the TODO. :)