From 1a39764f0f985e9894d442ce642187412da5e90f Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 5 Sep 2024 10:52:55 +0200 Subject: add sockspy --- bin/vimki | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin/vimki') 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 "$@" -- cgit v1.2.3