mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
add some scripts
This commit is contained in:
parent
72cc1a3b2d
commit
4f8c4ae739
5 changed files with 32 additions and 3 deletions
4
bin/today
Executable file
4
bin/today
Executable 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue