VibeHunt
Back to browse

ll

`ls` with git status.

Source

The tool extends the standard directory‑listing command by annotating each entry with its Git status, allowing users to see at a glance which files are staged, modified, untracked or ignored. It parses the repository’s index and working tree, then prefixes or colors the usual `ls` output to reflect those states, preserving the familiar formatting and options of the underlying command‑line utility.

It is aimed at developers and system administrators who work frequently in Git‑tracked directories and prefer a single, fast view of both filesystem contents and version‑control information. By running as a drop‑in replacement for `ls`, it requires no additional workflow changes and can be used in scripts or interactive shells alike.

The program is distributed as a stable, core CLI utility, available for installation on platforms that support the standard Unix‑like command line. It does not depend on external graphical components and integrates directly with the Git metadata of the current repository.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps