/mplanner

A minimalist daily planner.

Primary LanguageF#GNU General Public License v3.0GPL-3.0

MPLANNER

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.

Format

[ ] An unfinished task.


[ ] Multiple lines.
    Either directly underneath.

    Or with some breathing room.

[x] A finished task.

Requirements

  • Linux/WSL (or replace the xdg-open call to the equivalent in your OS)
  • DOTNET 7.0
  • Make
  • UPX

Installation

$ sudo make install