A minimalist daily planner written in F#.
Creates a new markdown file for the day, appending any unfinished tasks from the previous entry (if any).
Opens the newly created file with xdg-open.
[ ] An unfinished task.
[ ] Multiple lines.
Either directly underneath.
Or with some breathing room.
[x] A finished task.
- Linux/WSL (or replace the
xdg-open
call to the equivalent in your OS) - DOTNET 7.0
- Make
- UPX
$ sudo make install