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:
parent
8f287cd9a6
commit
e0c5792ea0
@ -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' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user