Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 843 Bytes

File metadata and controls

52 lines (37 loc) · 843 Bytes

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