diff options
Diffstat (limited to 'bin/vimki')
| -rwxr-xr-x | bin/vimki | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 "$@" |
