{"id":13599010,"url":"https://github.com/Chleba/tui-slides","last_synced_at":"2025-04-10T12:31:08.521Z","repository":{"id":241419187,"uuid":"803425924","full_name":"Chleba/tui-slides","owner":"Chleba","description":"Terminal Presentation program with modern TUI","archived":false,"fork":false,"pushed_at":"2024-09-12T21:18:07.000Z","size":7772,"stargazers_count":67,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-03T01:11:11.140Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chleba.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-05-20T17:44:32.000Z","updated_at":"2025-03-09T16:56:46.000Z","dependencies_parsed_at":"2024-06-16T19:58:18.542Z","dependency_job_id":"15cf1941-3975-4c59-b9b0-1320b1cbe3fc","html_url":"https://github.com/Chleba/tui-slides","commit_stats":null,"previous_names":["chleba/tui-slides"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chleba%2Ftui-slides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chleba%2Ftui-slides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chleba%2Ftui-slides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chleba%2Ftui-slides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chleba","download_url":"https://codeload.github.com/Chleba/tui-slides/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217126,"owners_count":21066633,"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":[],"created_at":"2024-08-01T17:00:58.921Z","updated_at":"2025-04-10T12:31:08.514Z","avatar_url":"https://github.com/Chleba.png","language":"Rust","funding_links":[],"categories":["\u003ca name=\"office\"\u003e\u003c/a\u003eOffice tools","Table of Contents","💻 Apps"],"sub_categories":["🚀 Productivity and Utilities"],"readme":"# tui-slides\nTerminal Presentation tool with modern TUI capable to render images in terminal and with many more widgets.\n\n\u003cimg src=\"./tui-slides.png\" width=\"420\" /\u003e\n\n## Install via cargo\n```\ncargo install tui-slides\n```\n### AUR\n```\nparu -S tui-slides\n```\n\n## Usage\nTo create new presentation You have to create a folder with JSON file where you can create Your presentation slides.\nExample file is [here](./talk_example/slides.json).\n\n## Run\nTo start `tui-slides` we just call it with argument `-j` where we specify path to JSON file with slides data.\n```\ntui-slides -j=\"./path_to_slides/slides.json\"\n```\n\n### JSON: root\nMain section of slide config is `box_size`. Here we set fixed size of content box.\n```\n\"box_size\": { \"width\": 50, \"height\": 50 }\n```\n\n### JSON: slides\n`slides` property is defining content. Slide content have it's `type`, `content`, `rect`, `data`, `max` \u0026 `color`.\nThere are few types at the moment but in the future there should be support for every widget in [Ratatui](https://github.com/ratatui-org/ratatui) library.\nSupported widgets ATM:\n- Image\n- Block\n- Paragraph\n- Line\n- Bigtext\n- Sparkline\n- Code Highlight\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChleba%2Ftui-slides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChleba%2Ftui-slides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChleba%2Ftui-slides/lists"}