1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-21 10:11:51 +02:00

[Fix] I forgot a pipe, now it's really fixed

This commit is contained in:
Ryan Greenup 2021-04-24 21:55:02 +10:00
parent 8f287cd9a6
commit e0c5792ea0

View File

@ -118,7 +118,7 @@ NoteSearchRecoll () {
# Better Theme
RelativePath () {
find . -type f \( -name "*.org" -o -name "*.md" \)
find . -type f \( -name "*.org" -o -name "*.md" \) |\
sk -m -i -c 'recoll -b -t -q "ext:md OR ext:org" {} |\
cut -c 8- | sed s/^/realpath\ \"/ |\
sed s+\$+\"\ --relative-to\ \"./\"+ | bash' \