Skip to content

fholmqvist/mplanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimalist daily planner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published