now (written in c)
Go to file
2023-05-12 10:49:24 -04:00
man finalize nc 1.0 2023-04-14 12:43:14 -04:00
src fix files for new libcolor update 2023-05-12 10:43:54 -04:00
config.mk finalize nc 1.0 2023-04-14 12:43:14 -04:00
LICENSE add LICENSE 2023-05-12 10:49:24 -04:00
Makefile nc v1.0.0 2023-05-11 10:51:53 -04:00
README add troubleshooting section to README 2023-04-25 10:52:39 -04:00

+ nc - a simple to-do list

nc is a to-do list that outputs to the command line. It is a rewrite of now (https://git.everestlinux.org/EverestLinux/now) in C.

+ Installation

Clone this repository:
	(user)$ git clone https://git.everestlinux.org/EverestLinux/nc

Edit src/config.h and ensure it looks good:
	(user)$ $EDITOR src/config.h

Edit config.mk and adjust any options:
	(user)$ $EDITOR config.mk

Run make:
	(user)$ make

Install:
	(root)# make install

+ Toubleshooting

- "nc segfaults when creating a new event"
This means that NC_EVENTS_FILE defined in src/config.h either does not exist, or is not writeable