From 987f0e0790fef3479b350a1bd0e18a9b01909c4c Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 9 Jul 2025 01:25:05 +0200 Subject: [PATCH] Config/navi: Add fd cheat to find desktop files --- config/navi/christoph.cheat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/navi/christoph.cheat b/config/navi/christoph.cheat index 6ba326b6..08c89de4 100644 --- a/config/navi/christoph.cheat +++ b/config/navi/christoph.cheat @@ -107,11 +107,15 @@ yes "The quick brown fox jumps over the lazy dog" | head -c > # For-loop in fish shell for o in ; ; end -% shell +% fd # Find files larger or smaller than a specified size in the current directory fd --type file --size -- "" . $ mode: echo -e "+\t\tFind Larger Files\n-\t\tFind Smaller Files" --- --column 1 +% fd +# Find .desktop files of an application +fd ".*\.desktop" / | rg --trim --pretty "" + % gdu # Visualize storage usage on all mounted disks sudo gdu -d