Create todo lists for every day
Go to file
2024-08-01 11:51:11 -06:00
systemd Improved systemd timer timing 2024-08-01 11:49:18 -06:00
.gitignore Initial commit 2024-07-21 18:55:40 -06:00
daily.sample.md Failsafe if something is missing 2024-07-21 19:27:30 -06:00
env.sample Fixed env vars 2024-07-21 19:18:05 -06:00
LICENSE Initial commit 2024-07-21 18:55:40 -06:00
mktodo Fixed check for templates 2024-08-01 11:44:58 -06:00
monthly.sample.md Failsafe if something is missing 2024-07-21 19:27:30 -06:00
README.md Added TODO to README 2024-08-01 11:51:11 -06:00

mktodo

Create todo lists for every day.

Installation

mkdir -p ~/.local/src && cd ~/.local/src
git clone https://gitea.gf4.pw/ki9/mktodo.git
cd mktodo
cp systemd/* ~/.config/systemd/user/
systemctl --user enable --now mktodo.timer mktodo.service
systemctl --user status mktodo.service

Uninstallation

rm -r ~/.local/src/mktodo ~/.config/systemd/user/mktodo.*

TODO

[ ] Yearly lists