From 16844d70e6d2255fd0fb4419c2fc34f03244cb5c Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 17 Sep 2022 10:59:16 -0400 Subject: [PATCH] acme: Update Note to dump into directory I found that populating a ton of files named ~/notes/scratch-DATE made the ~/notes directory hard to traverse. --- bin/acme-scripts/Note | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/acme-scripts/Note b/bin/acme-scripts/Note index 1381123..90a3996 100755 --- a/bin/acme-scripts/Note +++ b/bin/acme-scripts/Note @@ -1,5 +1,5 @@ #!/bin/sh -name=${1:-scratch-$(/usr/bin/date +%F).txt} +name=${1:-scratch/$(/usr/bin/date +%F).txt} file=$HOME/notes/$name -- libgit2 1.1.1