kai2nenobu - gibo 2.2.7
gibo (short for .gitignore boilerplates) is a shell script 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
.
Notes
This package installs both shell script gibo (gibo
) and batch script gibo (gibo.bat
).
They are placed on %ChocolateyInstall%\bin
and are included in your PATH
environment variable.
If you have a bash shell (like Git Bash
, MSYS2
), you can execute gibo
shell script.
A version of gibo.bat
may differ a version of gibo
because its functionality is a bit different from gibo
.
PM> Install-Package gibo -Version 2.2.7 -Source https://www.myget.org/F/kai2nenobu/api/v3/index.json
> nuget.exe install gibo -Version 2.2.7 -Source https://www.myget.org/F/kai2nenobu/api/v3/index.json
> dotnet add package gibo --version 2.2.7 --source https://www.myget.org/F/kai2nenobu/api/v3/index.json
> choco install gibo --version 2.2.7 --source https://www.myget.org/F/kai2nenobu/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "kai2nenobu" -SourceLocation "https://www.myget.org/F/kai2nenobu/api/v2"
Install-Module -Name "gibo" -RequiredVersion "2.2.7" -Repository "kai2nenobu"
Copy to clipboard
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)
OwnersTsunenobu Kai |
AuthorsSimon Whitaker |
Project URLhttps://github.com/simonwhitaker/gibo |
LicenseMIT |
Tagsgit gitignore |
Info12 total downloads |
2 downloads for version 2.2.7 |
Download (65.93 KB) |
Found on the current feed only |
Package history
Version | Size | Last updated | Downloads | Mirrored? | |||
---|---|---|---|---|---|---|---|
2.2.8 | 65.93 KB | Fri, 09 Sep 2022 00:30:54 GMT | 2 | ||||
2.2.7 | 65.93 KB | Thu, 24 Mar 2022 00:20:38 GMT | 2 | ||||
2.2.6 | 65.92 KB | Thu, 03 Feb 2022 00:16:24 GMT | 1 | ||||
2.2.5 | 65.88 KB | Tue, 07 Dec 2021 16:12:07 GMT | 1 | ||||
2.2.4 | 65.31 KB | Wed, 04 Mar 2020 16:06:27 GMT | 2 | ||||
2.2.3 | 15.35 KB | Sat, 21 Sep 2019 10:09:58 GMT | 3 | ||||
2.2.1 | 15.35 KB | Sat, 21 Sep 2019 10:02:49 GMT | 1 |