Skip to content

Releases: haroldadmin/getignore

0.2.1

03 Jan 19:16
Compare
Choose a tag to compare

Changelog

  • e9be31e feat: Integrate goreleaser

Version 0.2.0

12 Sep 17:31
Compare
Choose a tag to compare
  • --append now creates a .gitignore file if it doesn't already exist
  • Fixed a critical issue where the get command would overwrite the contents of the current directory

Version 0.1.0

30 May 16:11
e6741ec
Compare
Choose a tag to compare

Version 0.1.0

  • Separate functionality into two commands: search and get
  • search runs an interactive search whereas get fetches .gitignore files non-interactively
  • Rewrite project internals to expose a public API
  • Better integration with Cobra
  • Support global and community gitignores

Version 0.0.2

16 May 05:26
Compare
Choose a tag to compare

Now available on Homebrew!

brew tap haroldadmin/getignore
brew install getignore

Version 0.0.1

14 Mar 07:46
Compare
Choose a tag to compare

Version 0.0.1
This is the first public release of getignore!

  • Search for gitignore files interactively with fuzzy search
  • There's also non-interactive search. Just pass in a query using the
    --search flag!