Viewing profile — qw3rtman
qw3rtman
HN member- Joined
- Mon, Jan 05, 2015, 2:10 AM UTC
- HN karma
- 54
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About qw3rtman
Recent public activity
- story
- story
- story
- story
- story
-
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…
-
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 …
-
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! :)
- story
- story
-
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. :)
- story
- story
-
comment
Comment #9400266
I'm a 15-year-old who wrote a fairly successful (800+ stars on GitHub!) wrapper for Git.
-
comment
Comment #9338433
What if someone adds in a .gitignore file that ignores everything except for itself? Evil? >:D
- story
- story
- story
-
comment
Comment #9166418
I am currently working on support for branches, which I hope to release in the near future. Thanks for the feedback! :)
-
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…
-
comment
Comment #9166388
I replied to bcl here about that here: https://news.ycombinator.com/item?id=9166363 .
-
comment
Comment #9166384
I replied to bcl here about that here: https://news.ycombinator.com/item?id=9166363 .
-
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. :)
-
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…
-
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. :)