allyignore

command module
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2022 License: MIT Imports: 1 Imported by: 0

README

Allyignore

A tool that finds and removes unnecessary lines from .gitignore files.

Information

Allyignore is not fully complete yet, and has a lot of room for improvement. If there is a feature you would like to see added, or if you encounter a bug, feel free to open a new issue on GitHub.

Features

  • Finding and cleaning up .gitignore file(s) in the same directory.
  • Finding and cleaning up .gitignore files in subdirectories.
  • Add classic command line options such as --help and --version.
  • Add command line options to specify the directory to search in.
  • Add command line options to choose if the subdirectories should be cleaned up or not.
  • Keep empty lines and comments in .gitignore files.

Installation

> go get github.com/Allyedge/allyignore

Usage

# Run Allyignore.
> allyignore

# Run Allyignore but don't keep comments and empty lines.
> allyignore --nokeep

# Get help with the commands and options.
> allyignore --help

# Get the version number of Allyignore.
> allyignore --version

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