diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-03 14:31:39 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-03 14:31:39 +0100 |
commit | 0cc26d88032e49e8e95d89d7549ea8857a82e987 (patch) | |
tree | d38661e703bf1fdf0759c231e06d34d2d1a8c9be /lem | |
parent | 5a83e5a7a001cc2e7eb63167d777ea4b8565d8a8 (diff) |
wip: working on new searches for batnote
Diffstat (limited to 'lem')
-rwxr-xr-x | lem | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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" |