Neptunsk1y Ignore Versions Save

the fastest cli generator for .ignore files

v1.6.0

5 months ago

To install:

go install github.com/neptunsk1y/ignore@latest

What's Changed

  • Add detailed descriptions of the commands
  • Colorized tui

Full Changelog: v1.5.0...v1.6.0

v1.5.0

5 months ago

To install:

go install github.com/neptunsk1y/ignore@latest

What's Changed

  • Add template registry for handling template files
  • Formatting the code, transferring templates

Full Changelog: v1.4.0...v1.5.0

v1.4.0

5 months ago

To install:

go install github.com/neptunsk1y/ignore@latest

What's Changed

  • Added the version check command
  • Version verification is automated
  • The work of the add command has been optimized

Full Changelog: v1.3.2...v1.4.0

v1.3.2

5 months ago

To install:

go install github.com/neptunsk1y/ignore@latest

What's Changed

  • fixed bug with adding a template to the .ignore file

Full Changelog: v1.3.1...v1.3.2

v1.3.1

6 months ago

To install:

go install github.com/neptunsk1y/ignore@latest

What's Changed

  • Refactor code (formatting)

Full Changelog: v1.3.0...v1.3.1

v1.3.0

6 months ago

To install:

go install github.com/neptunsk1y/ignore@latest

What's Changed

  • New list templates command

Full Changelog: v1.2.0...v1.3.0

v1.2.0

6 months ago

To install:

go install github.com/neptunsk1y/ignore@latest

What's Changed

  • Add 600+ templates for *.ignore files
  • Fix some bugs

Full Changelog: v1.1.0...v1.2.0

v1.1.0

6 months ago

To install:

go install github.com/neptunsk1y/ignore@latest

What's Changed

  • Add crash and panic handling

Full Changelog: v1.0.1...v1.1.0

v1.0.1

6 months ago

Go Reference Go Report Card Tweet

ignore

the best cli generator for .ignore

Features

  • Fast
  • Cross-Platform - Linux, macOS, Windows
  • A large number of templates

Installation

Golang (Windows, Linux, MacOS)

Install using Golang Packages

go install github.com/neptunsk1y/ignore@latest

This script will automatically detect OS & Distro and use the best option available.

From source

Clone the repo

git clone https://github.com/neptunsk1y/ignore.git
cd goradio

GNU Make (Recommended)

make setup # if you want to compile and install goradio to path
If you don't have GNU Make use this
# To build
go build

# To install
go install

Built With

  • Cobra - The modern CLI framework used

Authors

  • Mikhail Chikankov - Creator project - neptunsk1y

License

Sample and its code provided under MIT license, please see LICENSE. All third-party source code provided under their own respective and MIT-compatible Open Source licenses.

Copyright (C) 2023, Mikhail Chikankov

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

Stargazers repo roster for @neptunsk1y/ignore

Forkers repo roster for @neptunsk1y/ignore