Live data from Hacker News

Joe – CLI Python tool for generating .gitignore files

github.com

11–12 of 12 posts

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

#11
post #2

You may want to rename your project. http://joe-editor.sourceforge.net/

They already are https://github.com/karan/joe/issues/30

They were going with gi but that conflicts with gitignore.io

Someone else thought gi-joe and that is an Awesome name!

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

#12
post #5
post #4

Been using https://www.gitignore.io/ with a lot of success

There is a cool oh-my-zsh plugin for this: https://github.com/robbyrussell/oh-my-zsh/blob/master/plugin...

https://www.gitignore.io/docs

gitignore already has this and no need for a plugin.

$ echo "function gi() { curl -L -s https://www.gitignore.io/api/\$@ ;}" >> ~/.zshrc && source ~/.zshrc

Post reply on HN