diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-08 10:52:01 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-08 10:52:01 +0900 |
| commit | 7d18f4cae5364ff0f4b90f88331e6519983ba3f2 (patch) | |
| tree | 4fcf215e705fb03558ba577a809ade586c8c01f5 /fedora/.local/bin/rgafiles | |
| parent | 0e1fcb2c62a20fb826944833db10562741d0042f (diff) | |
updates
Diffstat (limited to 'fedora/.local/bin/rgafiles')
| -rwxr-xr-x | fedora/.local/bin/rgafiles | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fedora/.local/bin/rgafiles b/fedora/.local/bin/rgafiles index e8b5e72..ac4471b 100755 --- a/fedora/.local/bin/rgafiles +++ b/fedora/.local/bin/rgafiles @@ -17,7 +17,7 @@ usage() { echo "Examples:" echo " ${0##*/} -p TODO 'KEYWORD' # Search for 'KEYWORD' in files tagged with 'TODO' in the project directories" echo " ${0##*/} -l -p 'KEYWORD' # List files associated with the default 'PROJECT' tag and 'KEYWORD'" - echo " ${0##*/} 'KEYWORD' # Open files containing 'KEYWORD' in nvim" + echo " ${0##*/} 'KEYWORD' # Open files containing 'KEYWORD' in vim" exit 0 } @@ -86,7 +86,7 @@ list_or_open_project_files() { if [ "$list_mode" -eq 1 ]; then echo "$rga_output" else - # Otherwise, open the files with nvim + # Otherwise, open the files with vim set -- "$(printf "%s\n" "$rga_output")" openfiles "$@" fi |
