LinuxCommandLibrary

vignore

Visualize files matched by ignore rules

TLDR

Visualize ignored files in a project
$ vignore -d [/path/to/project]
copy

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.

SEE ALSO

fd(1), tree(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard