schain is a simple habit tracker that lets you keep count of how many days you've been following through an habit.
schain requires:
Build by using:
$ make
Customize the build process by changing config.mk
to suit your needs.
User configuration is performed by modifying config.h.
A set of defaults is
provided in config.def.h
.
You may install schain by running the following command as root:
# make install
This will install the binary under $PREFIX/bin
, as defined by your
environment, or /usr/local/bin
by default. The Makefile supports the
$DESTDIR
variable as well.
The idea of a chain of days to work on an habit comes from Epictetus, Discourses 2.18.^1 That's where schain gets its name from!
All contributions are welcome! If you wish to send in patches, ideas, or report a bug, you may do so by sending an email to the schain-devel mailing list.
If interested in getting some news from the project, you may also want to subscribe to the low-volume schain-announce mailing list!
schain is published under an MIT/X11/Expat-type License. See LICENSE
file
for copyright and license details.