LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

yadm-list

List yadm tracked dotfiles

TLDR

List tracked files
$ yadm list
copy
List with attributes
$ yadm list -a
copy

SYNOPSIS

yadm list [options]

DESCRIPTION

yadm list shows files tracked by yadm. Displays all dotfiles under version control. Useful for auditing managed files.

PARAMETERS

-a

Include attributes.

INSTALL

pacmansudo pacman -S yadm
copy
apksudo apk add yadm
copy
zyppersudo zypper install yadm
copy
brewbrew install yadm
copy
nixnix profile install nixpkgs#yadm
copy

SEE ALSO

yadm(1)

Copied to clipboard
Kai