all repos

dotfiles @ 6d656795f3d4d118cc8bf4dff36d47e3ec4f0fc8

i use rach linux btw

dotfiles/bin/today (view raw)

Smirnov Oleksandr Smirnov Oleksandr
ss2316544@gmail.com
bin: add refile and today scripts, 1 year ago
1
#!/usr/bin/env bash
2
p="$HOME/org/roam/daily"
3
d=$(date +%Y-%m-%d)
4
[ -d "$p" ] && exec $EDITOR "$p/$d.org"