add some scripts

This commit is contained in:
Smirnov Oleksandr 2024-11-02 15:12:25 +02:00
parent 72cc1a3b2d
commit 4f8c4ae739
No known key found for this signature in database
5 changed files with 32 additions and 3 deletions

4
bin/today Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
p=$HOME/Documents/Syncthing/logseq/journals
d=$(date +%Y-%m-%d)
[ -d "$p" ] && exec nvim "$p/$d.md"