summaryrefslogtreecommitdiff
path: root/bin/vimki
diff options
context:
space:
mode:
Diffstat (limited to 'bin/vimki')
-rwxr-xr-xbin/vimki6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/vimki b/bin/vimki
index e3e0f4d..a6051f7 100755
--- a/bin/vimki
+++ b/bin/vimki
@@ -1,8 +1,8 @@
#!/bin/sh
-# Batch operations on vimki
+# Batch operations on vimki.
-# rename changes the link name and propagates the change in the wiki
+# rename changes the link name and propagates the change in the wiki.
rename1() {
[ "$(head -c 8 "$3")" = VimCrypt ] && return
gawk -v old="$1" -v new="$2" -v IGNORECASE=1 '
@@ -52,5 +52,7 @@ fixfiles() {
done
}
+# fixlinks generates explicit markdown targets for vimki links.
+
cd ~/Wiki || exit
"$@"