mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-06 22:26: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
|
||||
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' \
|
||||
|
Reference in New Issue
Block a user