Releases: haroldadmin/getignore
Releases · haroldadmin/getignore
0.2.1
Version 0.2.0
--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
Version 0.1.0
- Separate functionality into two commands: search and get
search
runs an interactive search whereasget
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
Now available on Homebrew!
brew tap haroldadmin/getignore
brew install getignore
Version 0.0.1
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!