/splanner

suckless daily planner.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

SPLANNER

A suckless daily planner written in Go.

Creates a new markdown file for the day, appending any unfinished tasks from yesterday.

Opens the file with xdg-open.

FORMAT

[ ] Unfinished task


[ ] Multiple lines.
    Directly stacked.

    Empty lines are ok.

[x] Finished task

REQUIREMENTS

INSTALL

sudo make install

If you don't have Go as root, try:

make build
sudo make copy