src | ||
.gitignore | ||
.gitlab-ci.yml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Habit Tracker
Forming good habits and getting rid of bad ones can be difficult. The objective of this piece of software is to be able to track our habits to make sure we're progressing.
Usage
Habit Tracker uses commands appended after the program name in the shell to use
different functionalities (i.e. htracker <command> [options]
). If no command
is specified then the list
command is assumed by default. Here are the list of
commands:
add
ora
: add a new habithelp
orh
: show help informationlist
orls
: list the habits available for todaymodify
ormod
: modify the settings for a habitremove
orrm
: remove a habitstatistics
orstats
: show statistics on current habits
License
This software is licensed under the terms & conditions of the GNU Affero General Public License version 3 or greater (see the license file).