- run it, select date with datepicker, write something in your
$EDITOR, exit - if you add time (ex:
01:15 text) at start of string, get notification
git clone git@github.com:maraloon/tty-diary.git
cd tty-diary
go install ./...-
diaryfor calling TUI -
add
* * * * * diary-notifycron job to get notifications
$HOME/ttydiary.yaml$HOME/.config/ttydiary.yaml
file-color: "#b1a286"
file-format: "md"
diary-dir: "~/Documents/diary"
monday: truefile-color: if file {diary-dir}/yyyy/mm/dd.{file-format} is existed and not emtpy (= you have some notes on this date), highlight this date on calendar with this color
monday: true for monday as week start or sunday: true for sunday
It depends on datepicker bubble, which you can use in your go apps too Also see pickdate as cli-wrapper of datepicker
