now (written in c)
Go to file
2023-04-14 12:46:40 -04:00
include almost done 2023-04-11 08:26:02 -04:00
man finalize nc 1.0 2023-04-14 12:43:14 -04:00
src i think its finally done 2023-04-14 12:15:10 -04:00
config.mk finalize nc 1.0 2023-04-14 12:43:14 -04:00
Makefile finalize nc 1.0 2023-04-14 12:43:14 -04:00
README add README 2023-04-14 12:46:40 -04:00

+ nc - a simple to-do list

nc is a to-do list that outputs to the command line.

+ 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