From 831231bd7631ceff519c8738b876679903b70eb1 Mon Sep 17 00:00:00 2001 From: Michel Date: Fri, 5 May 2023 10:51:56 +0200 Subject: [PATCH] doc: list all dotfiles --- .README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.README.md b/.README.md index 51c5a20..1ac8b5c 100644 --- a/.README.md +++ b/.README.md @@ -33,6 +33,11 @@ dotfiles checkout 2>&1 | egrep "\s+" | awk {'print $1'} | dotfiles checkout ``` +## Useful Commands + +- List all tracked files (from CWD): + `dotfiles ls-tree --name-only -rz main | xargs -0 $(whence lsd) -lU` + ## Other Tools ```