gibo-go

command module
v0.0.0-...-33783e2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2023 License: Unlicense Imports: 1 Imported by: 0

README

gibo-go: fast access to .gitignore boilerplates

gibo-go (short for .gitignore boilerplates in Go) is a command-line tool to help you easily access .gitignore boilerplates from github.com/github/gitignore.

It is a reimplementation of gibo, in Go.

Typical usage

$ gibo-go dump Swift Xcode >> .gitignore

For additional usage instructions, run gibo-go help.

Installation

Using Homebrew
brew install simonwhitaker/tap/gibo-go
Using Chocolatey
choco install gibo-go
Using the Go toolchain

Or install using go install:

go install github.com/simonwhitaker/gibo-go@latest
Building from source

Clone the repo, then:

cd gibo-go
go install .
Downloading a binary

Download the latest release for your platform, then put gibo-go (or gibo-go.exe) somewhere on your path.

Installation on Docker

Coming soon

Tab completion in bash, zsh, fish and Powershell

See the instructions at:

gibo-go completion

Use gibo-go to generate .hgignore files

The glob .hgignore syntax for Mercurial is compatible with .gitignore syntax. This means that you can use gibo-go to generate .hgignore files, as long as the .hgignore files use the glob syntax:

echo 'syntax: glob' > .hgignore
gibo-go dump Python >> .hgignore

Credits

gibo-go was written by Simon Whitaker (@s1mn)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳