mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-06 14:16:33 +02:00
[Fix] I forgot a pipe, now it's really fixed
This commit is contained in:
@@ -118,7 +118,7 @@ NoteSearchRecoll () {
|
|||||||
# Better Theme
|
# Better Theme
|
||||||
RelativePath () {
|
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" {} |\
|
sk -m -i -c 'recoll -b -t -q "ext:md OR ext:org" {} |\
|
||||||
cut -c 8- | sed s/^/realpath\ \"/ |\
|
cut -c 8- | sed s/^/realpath\ \"/ |\
|
||||||
sed s+\$+\"\ --relative-to\ \"./\"+ | bash' \
|
sed s+\$+\"\ --relative-to\ \"./\"+ | bash' \
|
||||||
|
Reference in New Issue
Block a user