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.
11 comments
[ 2.6 ms ] story [ 33.3 ms ] threadhttp://joe-editor.sourceforge.net/
They were going with gi but that conflicts with gitignore.io
Someone else thought gi-joe and that is an Awesome name!
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.
https://github.com/robbyrussell/oh-my-zsh/blob/master/plugin...
gitignore already has this and no need for a plugin.
$ echo "function gi() { curl -L -s https://www.gitignore.io/api/\$@ ;}" >> ~/.zshrc && source ~/.zshrc
http://stackoverflow.com/a/14286317/544059
https://github.com/caarlos0/dotfiles/blob/master/git/aliases...