{"id":16989252,"url":"https://github.com/amorriscode/cronicle","last_synced_at":"2026-02-27T05:40:18.836Z","repository":{"id":42482178,"uuid":"466358171","full_name":"amorriscode/cronicle","owner":"amorriscode","description":"A journal in your terminal","archived":false,"fork":false,"pushed_at":"2022-04-04T03:30:31.000Z","size":91,"stargazers_count":11,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-19T12:03:38.942Z","etag":null,"topics":["brag-document","cli","golang","journal","todo"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amorriscode.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},"funding":{"github":"12products"}},"created_at":"2022-03-05T05:22:49.000Z","updated_at":"2025-02-05T04:46:43.000Z","dependencies_parsed_at":"2022-09-09T11:11:35.002Z","dependency_job_id":null,"html_url":"https://github.com/amorriscode/cronicle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amorriscode/cronicle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amorriscode%2Fcronicle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amorriscode%2Fcronicle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amorriscode%2Fcronicle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amorriscode%2Fcronicle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amorriscode","download_url":"https://codeload.github.com/amorriscode/cronicle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amorriscode%2Fcronicle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29886132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T05:38:26.446Z","status":"ssl_error","status_checked_at":"2026-02-27T05:38:25.235Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["brag-document","cli","golang","journal","todo"],"created_at":"2024-10-14T03:05:52.939Z","updated_at":"2026-02-27T05:40:18.810Z","avatar_url":"https://github.com/amorriscode.png","language":"Go","readme":"# cronicle\n\nA journal in your terminal.\n\nAs developers, it's easy to get lost in the weeds. `cronicle` helps you keep track of your todo list, your daily work log, and your [brag doc](https://jvns.ca/blog/brag-documents/).\n\nKeep track of your developer journey in the command line.\n\n## Features\n\n- Manage your todos\n- Log your daily work\n- Keep track of [work you're proud of](https://jvns.ca/blog/brag-documents/)\n- All your data is stored in plain text; toss it in git or take it elsewhere\n\n## Data Formats\n\nAll plain text data in `cronicle` is stored as a combination of Markdown and YAML. We use YAML front matter to store metadata related to daily logs and brag doc items.\n\n`tags` are optional for all data formats.\n\n### Todo\n\n```yaml\n---\ndate: 2022-03-01 05:03:30\ndue: 2022-04-01 05:03:30\ntype: todo\ntags: [bug]\n---\n\n- [ ] Debug infinite loop on /status page\n```\n\n### Daily Log\n\nDaily logs are stored in a single Markdown file that has the date (eg. `2022-03-1`). This allows you to write as much detail as you'd like for an item.\n\nWhen a todo item is completed, it will automatically get added to a To Do section in the daily log.\n\n```yaml\n---\ndate: 2022-03-01 05:03:30\ntype: daily\ntags: [pr]\n---\n\n## To Do\n\n- [x] Review PR for updating UI during create events\n\n## Daily\n\n- Reviewed [PR](https://github.com/12products/warroom-frontend/pull/46) for updating UI during create events\n```\n\n### Brag Item\n\n```yaml\n---\ndate: 2022-03-01 05:03:30\ntype: brag\ntags: [talk]\n---\n- Gave talk to entire company on performance improvements.\n```\n","funding_links":["https://github.com/sponsors/12products"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famorriscode%2Fcronicle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famorriscode%2Fcronicle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famorriscode%2Fcronicle/lists"}