aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2024-12-04 18:50:37 -0500
committertdback <tyler@tdback.net>2024-12-04 18:50:37 -0500
commit58347fdfe21315ad3ccc0bd7c4703a8ec7aae797 (patch)
tree393fe8d69962e070c522e889b672ee9e97a88207 /docs
initial commit to new repo
Diffstat (limited to 'docs')
-rwxr-xr-xdocs6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs b/docs
new file mode 100755
index 0000000..8ca9087
--- /dev/null
+++ b/docs
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# docs: Browse and create documentation with vim.
+
+DOCS=~/documentation
+[ -d $DOCS ] && ${EDITOR:-nvim} "$DOCS"