About

dijo is a habit tracker. It is curses-based, it runs in your terminal. dijo is scriptable, hook it up with external programs to track events without moving a finger. dijo is modal, much like a certain text editor.

Features

Install

The official installation method is using cargo. Unofficial packages exist for some package managers as well.

Cargo

```shell

dijo requires rustc >= v1.42

$ rustup update

$ cargo install dijo `` If you aren't familiar withcargo` or Rust, read the complete installation guide.

Nix

dijo on nixpkgs (maintained by @Infinisil):

$ nix-env -f channel:nixpkgs-unstable -iA dijo

Arch Linux

Install dijo-bin or dijo-git from the AUR.

Usage

dijo has a detailed wiki, here are some good places to start out:

Gallery

Day mode, shows days of the current month:

day.png

Week mode, shows weekly summary for the weeks of the month:

weekly.png

Awesome Humane Tech