Live data from Hacker News

Joe – CLI Python tool for generating .gitignore files

github.com

1–10 of 12 posts

Re: Joe – CLI Python tool for generating .gitignore files

#3
positive feedback: pretty well-presented, with a nice readme

negative feedback: the time required to run joe (including remember that it exists, possibly installing it, how to invoke it correctly) is going to be similar to the time required to just manually write a ignore file / copy and edit one from a previous project in the same language.

Re: Joe – CLI Python tool for generating .gitignore files

#9
post #7

What advantage does this have over just grabbing the file from https://github.com/github/gitignore directly?

Saves time, I guess. The same reason you'd wanna use something like `howdoi` to get StackOverflow answers directly inside the terminal.

http://stackoverflow.com/a/14286317/544059

Post reply on HN