descriptionsimple personal planner
ownerhassan@afify.dev
last changeFri, 17 Apr 2020 04:15:48 +0000 (17 07:15 +0300)
content tags
add:
README.md

splanner

splanner is a simple personal planner.

Installation

$ git clone https://github.com/afify/splanner.git
$ cd splanner/
$ make
# make install

Run

$ splanner

Options

$ splanner [-AaNnv]
$ man splanner
optiondescription
-Aprint all tasks, 12-hour clock format.
-aprint all tasks.
-Nprint all upcoming tasks, 12-hour clock format.
-nprint all upcoming tasks.
-vprint version.

Configuration

The configuration of splanner is done by creating a custom config.h and (re)compiling the source code.

Philosophy & Code Style

splanner is provided under the MIT license.

shortlog
2020-04-17 Hassan Afify[refactor] validate_dyn, pledge, N & n optionsmaster
2020-03-22 Hassan Afify[refactor] new functions
2020-03-21 Hassan Afify[feat] catch fail cases
2020-03-19 Hassan Afify[feat] fix dynamic duration
2020-03-18 Hassan Afify[refactor] change flow(acct, fixed), clean code
2020-03-16 Hassan Afify[refactor] add util, clean old code, new funcs
2019-11-06 Hassan Afify[feat] detect fail cases
2019-10-15 Hassan Afify[fix] repo name to splanner
2019-10-15 Hassan Afify[feat] add max day minutes
2019-10-15 Hassan AfifyInitial commit
heads
4 years ago master