commit 624ad5bbe0c6e78294dd6a30e9f918e3010718ef parent d8cfdaa6ebeacf24c6140c181e959fe9b28c2e7a Author: Anton Konyahin <me@konyahin.xyz> Date: Sun, 25 Feb 2024 22:24:54 +0300 change target directory for web notes Diffstat:
M | stnote | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stnote b/stnote @@ -19,4 +19,4 @@ export URL=$(xclip -o -selection primary) xdotool key --clearmodifiers "Escape" FILE_NAME=$(date '+%Y-%m-%d-%H%M%S') -sttemp webnote >> "/home/anton/data/notes/web/$FILE_NAME.md" +sttemp webnote >> "/home/anton/public_gopher/web/$FILE_NAME.md"