From e1d6d3e21a1a27bb3ee5d18be34ded412ef644ab Mon Sep 17 00:00:00 2001
From: "T. Hinrichsmeyer" <t.hinrichsmeyer@ndr.de>
Date: Wed, 7 May 2025 22:24:38 +0200
Subject: [PATCH] fix recently_used_files.sh

---
 home/bin/custom/executable_recently_used_files.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/home/bin/custom/executable_recently_used_files.sh b/home/bin/custom/executable_recently_used_files.sh
index 1f3fa73..122ba72 100644
--- a/home/bin/custom/executable_recently_used_files.sh
+++ b/home/bin/custom/executable_recently_used_files.sh
@@ -3,9 +3,14 @@
 # Lists recently used file:/// locations,
 #
 # Prerequisites:
-#   - https://kislyuk.github.io/yq/#xq
+#   - https://kislyuk.github.io/yq/#xq (the Python version of yq)
+#     - pipx install yq
 #   - https://github.com/AquilaIrreale/urlencode
 #     - AUR package: `urlencode`
+#
+# Usage:
+#
+#   recently_used_files.sh | tail -200 | rofi -dmenu | wl-copy
 
 /home/varac/.local/bin/xq \
   -j '.xbel.bookmark[] | ."@modified", ",", ."@href", "\n"' \
-- 
GitLab