Crates.io | genee |
lib.rs | genee |
version | 0.9.1 |
source | src |
created_at | 2021-07-11 07:33:35.841248 |
updated_at | 2024-03-24 13:11:47.286734 |
description | A habit tracker app with command-line interface |
homepage | https://github.com/mfep/genee |
repository | https://github.com/mfep/genee |
max_upload_size | |
id | 421335 |
size | 222,756 |
genee is a simple habit tracker program for the command line
GAM
stands for gaming, whereas PNO
stands for the instrumental practice.genee new GAM,PNO
genee
which opens an interactive terminal interface. Habit data for each day can be
added and edited, and various statistics are shown.genee X.Y.Z
A habit tracker app with command-line interface
USAGE:
genee [OPTIONS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-d, --datafile <datafile>
Path to the diary file. When not provided, its value is loaded from persistent configuration file
-f, --list-most-frequent-days <list-most-frequent-days>
Specifies the number of most frequent daily habit compositions over the specified period
-p, --past-periods <past-periods>
Specifies the number of displayed periods when graphing the diary data. When not provided, its value is
loaded from persistent configuration file
SUBCOMMANDS:
add-category Adds or unhides a category
help Prints this message or the help of the given subcommand(s)
hide-category Hides a category
list-config Prints the persistent configuration
new Provide a comma separated list of habit categories. A new diary file is created at the
specified --datafile path
save-config Saves the specified options to persistent configuration
genee builds with the standard Rust toolchain:
git clone https://github.com/mfep/genee.git
cd genee
cargo build --release
See CONTRIBUTING.md.