meowgorithm / goignore

A .gitignore wizard in your command line written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoIgnore

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.
  • Interactive user interface with bubbletea: Pagination, Filtering, Help...
  • Supports all Github-supported .gitignore files.

2. Install

  • This tool is tested in Linux environment (Ubuntu 20.04). The only requirement is git.
  • 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, goignore will 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.

About

A .gitignore wizard in your command line written in Golang

License:Apache License 2.0


Languages

Language:Go 100.0%