{"id":15089289,"url":"https://github.com/spech66/timelinegenerator","last_synced_at":"2026-02-09T09:07:22.507Z","repository":{"id":250473921,"uuid":"834565969","full_name":"spech66/timelinegenerator","owner":"spech66","description":"Generate a timeline from a YAML file. Multiple export formats are supported (TimelineJS, Vis.js, Mermaid, Bootstrap). Data can be filtered.","archived":false,"fork":false,"pushed_at":"2024-07-28T12:50:44.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T14:41:17.023Z","etag":null,"topics":["bootstrap","lifelog","lifelogging","markdown","mermaid","mermaidjs","timeline","timelinejs","visjs","yaml"],"latest_commit_sha":null,"homepage":"","language":"C#","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/spech66.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}},"created_at":"2024-07-27T16:53:38.000Z","updated_at":"2024-07-28T12:50:47.000Z","dependencies_parsed_at":"2024-09-29T23:01:14.824Z","dependency_job_id":"a1b1c38f-f6e7-4b50-ae23-a2db88212217","html_url":"https://github.com/spech66/timelinegenerator","commit_stats":{"total_commits":61,"total_committers":1,"mean_commits":61.0,"dds":0.0,"last_synced_commit":"d716348362d3f936a7e588c70775b96bf192c523"},"previous_names":["spech66/timelinegenerator"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/spech66/timelinegenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spech66%2Ftimelinegenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spech66%2Ftimelinegenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spech66%2Ftimelinegenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spech66%2Ftimelinegenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spech66","download_url":"https://codeload.github.com/spech66/timelinegenerator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spech66%2Ftimelinegenerator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29260426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"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":["bootstrap","lifelog","lifelogging","markdown","mermaid","mermaidjs","timeline","timelinejs","visjs","yaml"],"created_at":"2024-09-25T08:44:18.416Z","updated_at":"2026-02-09T09:07:22.474Z","avatar_url":"https://github.com/spech66.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timeline Generator CLI\n\nGenerate a timeline from a YAML file. Multiple export formats are supported (TimelineJS, Vis.js, Mermaid, Bootstrap). Data can be filtered.\n\n## Usage\n\n### Windows\n\n```cmd\nTimelineGenerator.exe sample sample.yml\n\nTimelineGenerator.exe generate -e timelinejs sample.yml timeline\nTimelineGenerator.exe generate -e visjs sample.yml timeline\nTimelineGenerator.exe generate -e mermaid sample.yml timeline\nTimelineGenerator.exe generate -e bootstrap sample.yml timeline\n```\n\n### Linux\n\n```bash\nTimelineGenerator sample sample.yml\n\nTimelineGenerator generate -e timelinejs sample.yml timeline\nTimelineGenerator generate -e visjs sample.yml timeline\nTimelineGenerator generate -e mermaid sample.yml timeline\nTimelineGenerator generate -e bootstrap sample.yml timeline\n```\n\n## Installation\n\nDownload the latest version from the [releases page](https://github.com/spech66/timelinegenerator/releases).\n\n## Export formats\n\n### TimelineJS\n\n[TimelineJS](https://timeline.knightlab.com/) is a free, easy-to-use tool for telling stories in a timeline format.\n\n![TimelineJS Timeline](https://media.githubusercontent.com/media/spech66/timelinegenerator/main/_Misc/timelinejs.png)\n\n### Vis.js\n\n[Vis.js Timeline](https://visjs.github.io/vis-timeline/examples/timeline/) is a dynamic, interactive timeline library.\n\n![Mermaid Timeline](https://media.githubusercontent.com/media/spech66/timelinegenerator/main/_Misc/visjs.png)\n\n### Mermaid\n\n[Mermaid](https://mermaid.js.org/syntax/timeline.html) is a simple markdown-like script language for generating charts from text via javascript.\n\nExporter will generate a markdown file containing the Mermaid code. Only date and title are supported. Categories are used as sections.\n\n![Mermaid Timeline](https://media.githubusercontent.com/media/spech66/timelinegenerator/main/_Misc/mermaid.png)\n\n### Bootstrap\n\n[Bootstrap v5](https://getbootstrap.com/docs/5.3/components/card/) is a free and open-source CSS framework directed at responsive, mobile-first front-end web development.\n\n![Bootstrap Timeline](https://media.githubusercontent.com/media/spech66/timelinegenerator/main/_Misc/bootstrap.png)\n\n## Todos\n\n- [x] Define YAML format\n- [x] YAML parser\n- [x] CLI parser using spectre\n    - sample\n\t- generate\n- [x] Add export format for [TimelineJS](https://timeline.knightlab.com/) [V3 Repo](https://github.com/NUKnightLab/TimelineJS3)\n- [x] Add export format for\t[Vis.js Timeline](https://visjs.github.io/vis-timeline/) [Repo](https://github.com/visjs/vis-timeline)\n- [x] Add export format for [Mermaid in Markdown codeblock](https://mermaid.js.org/syntax/timeline.html)\n- [x] Add export format for [Bootstrap v5](https://getbootstrap.com/docs/5.3/components/card/)\n- [x] CLI filter parameters: date range, tags, category\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspech66%2Ftimelinegenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspech66%2Ftimelinegenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspech66%2Ftimelinegenerator/lists"}