{"id":27143399,"url":"https://github.com/damianfral/til","last_synced_at":"2026-05-15T21:09:17.850Z","repository":{"id":202990127,"uuid":"701622741","full_name":"damianfral/til","owner":"damianfral","description":"A TUI for a logbook/diary","archived":false,"fork":false,"pushed_at":"2026-04-01T23:15:52.000Z","size":99,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-02T06:35:39.179Z","etag":null,"topics":["brick","diary","haskell","logbook","nix","tui"],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/damianfral.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-07T04:54:26.000Z","updated_at":"2026-04-01T23:15:56.000Z","dependencies_parsed_at":"2026-01-02T05:02:35.107Z","dependency_job_id":null,"html_url":"https://github.com/damianfral/til","commit_stats":null,"previous_names":["damianfral/til"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/damianfral/til","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianfral%2Ftil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianfral%2Ftil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianfral%2Ftil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianfral%2Ftil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damianfral","download_url":"https://codeload.github.com/damianfral/til/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianfral%2Ftil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["brick","diary","haskell","logbook","nix","tui"],"created_at":"2025-04-08T08:34:17.356Z","updated_at":"2026-05-15T21:09:17.834Z","avatar_url":"https://github.com/damianfral.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TIL - Today I Log\n\n`til` is a TUI for a markdown logbook/diary.\n\n## Run\n\n```shell\nnix run github:damianfral/til\n```\n\n### Options\n\n```text\ntil v1.0.0\n\nUsage: til [--directory STRING] [--editor STRING]\n\nAvailable options:\n  -h,--help                Show this help text\n  --directory STRING       Log directory (default: \"./\")\n  --editor STRING          Editor to open markdown files (default: \"vi\")\n```\n\n### Keybindings\n\n| Keybinding | Description |\n| ---------- | ----------- |\n| `Esc` | exit |\n| `q` | exit |\n| `h` | help |\n| `r` | refresh current entry |\n| `J` | select day before |\n| `K` | select day after |\n| `j` | increase scroll |\n| `k` | decrease scroll |\n| `e` | edit entry |\n\n## Home Manager module\n\n```nix\nhome-manager.users.my-user = {\n  imports = [inputs.til.homeManagerModules.default];\n  programs.til.enable = true;\n  programs.til.directory = \"~/code/journal\";\n  programs.til.editor = \"nvim\";\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamianfral%2Ftil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamianfral%2Ftil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamianfral%2Ftil/lists"}