vignore
Visualize files matched by ignore rules
TLDR
Visualize ignored files in a project
$ vignore -d [/path/to/project]
SYNOPSIS
vignore [-h] -d DIFFPATH
DESCRIPTION
vignore visualizes which files are matched by ignore rules such as .gitignore, .dockerignore, or .fdignore. It provides instant visual feedback to help developers understand their ignore patterns without guesswork. Requires fd to be installed.
PARAMETERS
-d DIFFPATH
Path to the project directory to analyze.
HISTORY
vignore was created by James4Ever0 and is written in Python.

