karan / joe

:running: A .gitignore magician in your command line
http://karan.github.io/joe/
MIT License
2.88k stars 210 forks source link

gitignore.io #53

Closed andreis closed 8 years ago

andreis commented 8 years ago

Just thought I'd mention gitignore.io in case you don't know about it. You can for example compare how the gitignore snippets compare with yours.

I'm a long-time user of it; I love the fact that I can curl and pipe that stuff easily. It's also neat to have the command with the full path a simple Ctrl+R away in zsh.

Kudos for your work, and for making joe installable via brew.

sheharyarn commented 8 years ago

:+1:

pgrosslicht commented 8 years ago

The .gitignores generated with joe and with https://gitignore.io should be the same, they both use the .gitignores from https://github.com/github/gitignore

Only thing is that joe's status of that repository is already 9 months old, while gitignore.io's is one month old.

hairesis commented 8 years ago

There is also a plugin for oh my zsh which uses gitignore.io

karan commented 8 years ago

:)