aboutsummaryrefslogtreecommitdiffstats
path: root/lem
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-03 14:31:39 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-03 14:31:39 +0100
commit0cc26d88032e49e8e95d89d7549ea8857a82e987 (patch)
treed38661e703bf1fdf0759c231e06d34d2d1a8c9be /lem
parent5a83e5a7a001cc2e7eb63167d777ea4b8565d8a8 (diff)
wip: working on new searches for batnote
Diffstat (limited to 'lem')
-rwxr-xr-xlem11
1 files changed, 11 insertions, 0 deletions
diff --git a/lem b/lem
new file mode 100755
index 0000000..1fb332b
--- /dev/null
+++ b/lem
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+NOTES=/home/$USER/Notes
+MOD_NOTES=$NOTES/mod
+VIM=/usr/bin/vim
+
+STAMP="$(date +%G%m%d%H%M%S)"
+F_PATH="$MOD_NOTES/$STAMP - $@.md"
+echo $F_PATH
+
+$VIM "$F_PATH"