Go to file
Nicolás A. Ortega Froysa be19b88a41 Add vacation command (not implemented) 2022-08-19 14:13:53 +02:00
src Add vacation command (not implemented) 2022-08-19 14:13:53 +02:00
.gitignore Initial commit. 2022-07-07 13:39:19 +02:00
.gitlab-ci.yml Add CI config. 2022-07-07 13:43:16 +02:00
CHANGELOG Add a CHANGELOG 2022-07-19 15:28:49 +02:00
Cargo.lock Implement active day functionality. 2022-07-27 19:11:03 +02:00
Cargo.toml Implement active day functionality. 2022-07-27 19:11:03 +02:00
LICENSE Initial commit. 2022-07-07 13:39:19 +02:00
PRAYER.md Add prayer to project. 2022-07-27 11:39:32 +02:00
README.md Add vacation mode to README.md 2022-08-11 11:05:02 +02:00
icon.png Updated icon. 2022-07-19 15:45:35 +02:00

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 or a: add a new habit
  • commit: commit to having done a habit
  • delete or del: delete a habit
  • info or i: get information about a habit
  • help or h: show help information
  • list or ls: list the habits available for today
  • modify or mod: modify the settings for a habit
  • stats: show statistics on current habits
  • vacation or vac: toggle vacation mode

License

This software is licensed under the terms & conditions of the GNU Affero General Public License version 3 or greater (see the license file).