From 68d26d4f20be5e84b913f3bbf69b603b2c74cdd4 Mon Sep 17 00:00:00 2001 From: Ahmad Asaad Date: Sun, 15 Dec 2024 12:14:50 +0200 Subject: [PATCH] chore(juetfile): add tree recipe --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index 7f9ef31..cf782e5 100644 --- a/justfile +++ b/justfile @@ -67,5 +67,9 @@ man: man-gz: man gzip target/manpages/* -k +# List unignored files using tree +tree: + tree --gitignore + # Clean cache mod clean 'justmodules/clean.just'