logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

guilt-status - Print the status of files since the last refresh

Author

       Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>

Description

       Each file is printed with a prefix that describes it’s status.

           A   added
           C   copied
           D   deleted
           M   modified
           R   renamed
           T   type change (e.g., mode)
           U   unmerged
           ?   untracked

Documentation

       Documentation by Brandon Philips <brandon@ifup.org[2]>

Guilt

       Part of the guilt(7) suite (Generated for Guilt v0.36)

Name

       guilt-status - Print the status of files since the last refresh

Notes

Options

       -n
           Hide status prefix in the output

       -a, -A
           Display only added files

       -c, -C
           Display only copied files

       -d, -D
           Display only deleted files

       -m, -M
           Display only modified files

       -r, -R
           Display only renamed files

       -t, -T
           Display only files with a status change (e.g., mode)

       -u, -U
           Display only unmerged files

       -x, -X
           Display only unknown files

Synopsis

guiltstatus [-a|-A] [-c|-C] [-d|-D] [-m|-M] [-r|-R] [-t|-T] [-u|-U] [-x|-X] [-n]

See Also