{"id":11863020,"url":"https://github.com/oppiliappan/dijo","last_synced_at":"2025-05-15T01:04:21.790Z","repository":{"id":36973373,"uuid":"276295300","full_name":"oppiliappan/dijo","owner":"oppiliappan","description":"scriptable, curses-based, digital habit tracker","archived":false,"fork":false,"pushed_at":"2024-08-13T21:18:39.000Z","size":217,"stargazers_count":2860,"open_issues_count":36,"forks_count":67,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-05-07T09:02:16.348Z","etag":null,"topics":["rust","tracker","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oppiliappan.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"liberapay":"nerdypepper"}},"created_at":"2020-07-01T06:27:48.000Z","updated_at":"2025-05-03T18:45:03.000Z","dependencies_parsed_at":"2024-10-30T13:16:01.413Z","dependency_job_id":null,"html_url":"https://github.com/oppiliappan/dijo","commit_stats":{"total_commits":174,"total_committers":16,"mean_commits":10.875,"dds":0.3563218390804598,"last_synced_commit":"43c995e96cd1b7fcfb65810749849f3af039a839"},"previous_names":["oppiliappan/dijo","nerdypepper/dijo"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oppiliappan%2Fdijo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oppiliappan%2Fdijo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oppiliappan%2Fdijo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oppiliappan%2Fdijo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oppiliappan","download_url":"https://codeload.github.com/oppiliappan/dijo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253418946,"owners_count":21905334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rust","tracker","tui"],"created_at":"2024-06-29T02:15:50.176Z","updated_at":"2025-05-15T01:04:21.748Z","avatar_url":"https://github.com/oppiliappan.png","language":"Rust","funding_links":["https://liberapay.com/nerdypepper"],"categories":["Rust"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg height=\"200\" src=\"https://u.peppe.rs/lz.png\"\u003e\n\u003c/p\u003e\n\n### About\n\n`dijo` is a habit tracker. It is curses-based, it runs in\nyour terminal. `dijo` is scriptable, hook it up [with\nexternal\nprograms](https://github.com/NerdyPepper/dijo/wiki/Auto-Habits)\nto track events without moving a finger. `dijo` is modal,\nmuch like a certain text editor.  \n\n### Features\n\n - **vim like motions**: navigate `dijo` with `hjkl`!\n - **`dijo` is modal**: different modes to view different\n   stats!\n - **vim like command mode**: add with `:add`, delete with\n   `:delete` and above all, quit with `:q`!.\n - **fully scriptable**: [configure `dijo` to\n   track your `git` commits](https://github.com/NerdyPepper/dijo/wiki/Auto-Habits)!\n\n### Install\n\nTo get the latest release of `dijo`, prefer installing it\nvia `cargo`. Unofficial packages exist for some package\nmanagers as well. You can also browse the\n[Releases](https://github.com/NerdyPepper/dijo/releases)\npage for prebuilt binaries.\n\n#### Cargo\n\n```shell\n# dijo requires rustc \u003e= v1.42\n$ rustup update\n\n$ cargo install dijo\n```\nIf you aren't familiar with `cargo` or Rust, read the [complete\ninstallation](https://github.com/NerdyPepper/dijo/wiki/Install)\nguide.\n\n#### Nix\n\n`dijo` on nixpkgs (maintained by [@Infinisil](https://github.com/Infinisil)):\n\n```\n$ nix-env -f channel:nixpkgs-unstable -iA dijo\n```\n\n#### Snap\n\n`dijo` on sanpstore (maintained by [@purveshpatel511](https://github.com/purveshpatel511)):\n\n```\n$ sudo snap install dijo\n```\n\n\n#### Arch Linux\n\nInstall [`dijo-bin`](https://aur.archlinux.org/packages/dijo-bin/) or [`dijo-git`](https://aur.archlinux.org/packages/dijo-git) from the AUR.\n\n#### Windows\n\n```\n# the default termion backend dosen't run on windows yet\n$ cargo install --no-default-features --features \"crossterm-backend\"\n```\n\n### Usage\n\n`dijo` has a [detailed\nwiki](https://github.com/NerdyPepper/dijo/wiki/), here are\nsome good places to start out:\n\n - [Getting started](https://github.com/NerdyPepper/dijo/wiki/Getting-Started)\n - [Automatically tracking habits](https://github.com/NerdyPepper/dijo/wiki/Auto-Habits)\n - [Command reference](https://github.com/NerdyPepper/dijo/wiki/Commands)\n\n### Gallery\n\nDay mode, shows days of the current month:\n\n![day.png](https://u.peppe.rs/qI.png)\n\nWeek mode, shows weekly summary for the weeks of the month:\n\n![weekly.png](https://u.peppe.rs/HZ.png)\n\n[![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foppiliappan%2Fdijo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foppiliappan%2Fdijo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foppiliappan%2Fdijo/lists"}