Skip to content

Commit

Permalink
feat: find->ripgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
ja0nz committed Sep 7, 2022
1 parent f64b533 commit 3e2e748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-fc-awk.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Matches all .org files ignoring ones with names don't start with
a '.' to exclude temporary / backup files.
With the '-L' option, 'find' follows symlinks."
(format
"find -L %s -name \"*.org\" -not -name \".*\" -print0"
"rg ^:REVIEW_DATA: -L %s -g \"*.org\" -l -0"
(mapconcat
(lambda (path) (shell-quote-argument (expand-file-name path)))
paths " ")))
Expand Down

0 comments on commit 3e2e748

Please sign in to comment.