Retour au classement
simonwhitaker/gibo
GoEasy access to gitignore boilerplates
gitignoregitignore-filesgitignore-generatorgitignore-templatesgitshellshell-script
Indicateurs clés
Croissance des étoiles
Étoiles
2.1k
Forks
70
Croissance hebdomadaire
—
Issues
1
1k2k
sept. 2012déc. 2014avr. 2017août 2019déc. 2021mars 2024juil. 2026
ArtefactsGo Modules
go get github.com/simonwhitaker/giboREADME
gibo: fast access to .gitignore boilerplates
gibo (short for .gitignore boilerplates) is a command-line tool to help you easily access .gitignore boilerplates from github.com/github/gitignore.
Typical usage
gibo dump Swift Xcode >> .gitignore
For additional usage instructions, run gibo help.
Installation
Using Homebrew
brew install gibo
Or use the tap, which may be slightly more up-to-date:
brew install simonwhitaker/tap/gibo
Using Scoop
On Windows, you can install gibo using Scoop:
scoop bucket add main
scoop install main/gibo
Using Chocolatey
choco install gibo
Using the Go toolchain
go install github.com/simonwhitaker/gibo@latest
Building from source
Clone the repo, then:
cd gibo
go install .
Downloading a binary
Download the latest release for your platform, then put gibo (or gibo.exe) somewhere on your path.
Installation on Docker
docker run --rm simonwhitaker/gibo
Tab completion in bash, zsh, fish and Powershell
See the instructions at:
gibo completion
Use gibo to generate .hgignore files
The glob .hgignore syntax for Mercurial is compatible with .gitignore syntax. This means that you can use gibo to generate .hgignore files, as long as the .hgignore files use the glob syntax:
echo 'syntax: glob' > .hgignore
gibo dump Python >> .hgignore
Credits
gibo was written by Simon Whitaker (@s1mn)
Dépôts similaires