goignore
goignore copied to clipboard
A .gitignore wizard in your command line written in Golang
GoIgnore
- GoIgnore
- 1. Features
- 2. Install
- 3. Usage
A .gitignore wizard which gnerates .gitignore files from the command line for you. Inspired by joe
1. Features
- No installation necessary - just use the binary.
- Works on Linux, Windows & MacOS.
- Interactive user interface with bubbletea: Pagination, Filtering, Help...
- Supports all Github-supported .gitignore files.
2. Install
- Download the latest binary from the Release page. It's the easiest way to get started with
goignore. - Make sure to add the location of the binary to your
$PATH.
3. Usage
- Just run.
chmod a+x goignore
goignore
-
At the first time,
goignorewill download the Gitignore templates from Github. It may take a few seconds (depend on your network). -
The list of gitignore templates.

- Show help.

- Filter.


- Result, the current gitignore is updated.
