3 splanner is a simple personal planner.
8 $ git clone https://github.com/afify/splanner.git
24 | option | description |
25 |:------:|:---------------------------------------------------------|
26 | `-A` | print all tasks, 12-hour clock format. |
27 | `-a` | print all tasks. |
28 | `-N` | print all upcoming tasks, 12-hour clock format. |
29 | `-n` | print all upcoming tasks. |
30 | `-v` | print version. |
34 The configuration of splanner is done by creating a custom config.h
35 and (re)compiling the source code.
37 Philosophy & Code Style
38 -----------------------
44 splanner is provided under the MIT license.
46 [Philosophy]: <https://suckless.org/philosophy/>
47 [Code Style]: <https://suckless.org/coding_style/>