fholmqvist / splanner

suckless daily planner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

suckless daily planner.

License:GNU General Public License v3.0


Languages

Language:Go 96.7%Language:Makefile 3.3%