From 9d1f41397de1f58f158f9af0b73ed9d30e5027a5 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:10:33 +0900 Subject: modified lf/scope, modified bin/dmenusmbadd, modified bin/rgafiles, modified bin/ylog --- ar/.local/bin/rgafiles | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'ar/.local/bin/rgafiles') diff --git a/ar/.local/bin/rgafiles b/ar/.local/bin/rgafiles index 1a396df..fe61604 100755 --- a/ar/.local/bin/rgafiles +++ b/ar/.local/bin/rgafiles @@ -37,16 +37,17 @@ search_term() { # Construct the preview command preview_cmd=$(printf "rga %s --pretty --context 10 '%s' {}" "$case_flag" "$*") rga_output=$(rga --follow --no-ignore --hidden --text --max-count=1 ${case_flag:+$case_flag} --files-with-matches --no-messages \ + --glob '!**/.cache/*' \ --glob '!**/.git/*' \ - --glob '!**/node_modules/*' \ + --glob '!**/.github/*' \ --glob '!**/.next/*' \ - --glob '!**/dist/*' \ + --glob '!**/.venv/*' \ --glob '!**/build/*' \ - --glob '!**/.cache/*' \ --glob '!**/coverage/*' \ + --glob '!**/dist/*' \ + --glob '!**/node_modules/*' \ --glob '!**/target/*' \ --glob '!**/vendor/*' \ - --glob '!**/.venv/*' \ --glob '!**/venv/*' \ "$*") @@ -83,6 +84,7 @@ list_or_open_project_files() { rga_result=$(rga --follow --no-ignore --hidden --text --max-count=1 --files-with-matches --no-messages \ --glob '!**/.cache/*' \ --glob '!**/.git/*' \ + --glob '!**/.github/*' \ --glob '!**/.next/*' \ --glob '!**/.venv/*' \ --glob '!**/build/*' \ -- cgit v1.2.3