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

sudo pacman -S yadm
copy
sudo apk add yadm
copy
sudo zypper install yadm
copy
brew install yadm
copy
nix profile install nixpkgs#yadm
copy

SEE ALSO

yadm(1)

Copied to clipboard
Kai