Skip to content

Instantly share code, notes, and snippets.

View protist's full-sized avatar

protist

View GitHub Profile
@protist
protist / vimwiki-tree
Created March 9, 2015 10:47
Create a linkified vimwiki tree of the specified directory and subdirectories
#!/usr/bin/env bash
# Create a linkified vimwiki tree of the specified directory and subdirectories.
# It takes one argument: the base directory of the vimwiki.
# For the links to make sense, place the output of this script into a file located in this base directory.
# Print header
echo '= Wiki contents ='
echo
cd "$1"