Skip to content
/ goigor Public

goigor creates .git/.hg-ignore files from your command line

License

Notifications You must be signed in to change notification settings

mlen108/goigor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goigor

goigor generates .gitignore (or .hgignore if you fancy it) files from the command line.

a bit like joe but written in Go (because pip has gone crazy once again..).

features

  • easy to install
  • even easier to use
  • works wherever Go works
  • no stupid third-party dependencies
  • generates files for Git and Mercurial

installation

go get github.com/mlen108/goigor
cd goigor
go build goigor.go

usage

./goigor go   # outputs the Golang file to stdout

multiple languages

./goigor python java fortran

save to file

./goigor go > .gitignore

or

./goigor go > .hgignore

append to file

./goigor go >> .gitignore

license

MIT

About

goigor creates .git/.hg-ignore files from your command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages