{"id":22394271,"url":"https://github.com/qrichert/git-slides","last_synced_at":"2026-03-14T23:32:50.984Z","repository":{"id":249891236,"uuid":"832849135","full_name":"qrichert/git-slides","owner":"qrichert","description":"Navigate through Git commits like presentation slides.","archived":false,"fork":false,"pushed_at":"2025-05-17T17:58:59.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T17:18:29.528Z","etag":null,"topics":["cli","git","presentation","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/git-slides","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qrichert.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}},"created_at":"2024-07-23T21:03:21.000Z","updated_at":"2025-05-17T17:58:51.000Z","dependencies_parsed_at":"2025-04-03T22:23:21.580Z","dependency_job_id":"1b81a27f-d7f7-49c0-847a-bec46aca9891","html_url":"https://github.com/qrichert/git-slides","commit_stats":null,"previous_names":["qrichert/git-slides"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/qrichert/git-slides","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrichert%2Fgit-slides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrichert%2Fgit-slides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrichert%2Fgit-slides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrichert%2Fgit-slides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qrichert","download_url":"https://codeload.github.com/qrichert/git-slides/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrichert%2Fgit-slides/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268024604,"owners_count":24183149,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","git","presentation","rust"],"created_at":"2024-12-05T05:09:35.665Z","updated_at":"2026-03-14T23:32:45.948Z","avatar_url":"https://github.com/qrichert.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-slides\n\n[![license: GPL v3+](https://img.shields.io/badge/license-GPLv3+-blue)](https://www.gnu.org/licenses/gpl-3.0)\n![GitHub Tag](https://img.shields.io/github/v/tag/qrichert/git-slides?sort=semver\u0026filter=*.*.*\u0026label=release)\n[![tokei (loc)](https://tokei.rs/b1/github/qrichert/git-slides?label=loc\u0026style=flat)](https://github.com/XAMPPRocky/tokei)\n[![crates.io](https://img.shields.io/crates/d/git-slides?logo=rust\u0026logoColor=white\u0026color=orange)](https://crates.io/crates/git-slides)\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/qrichert/git-slides/ci.yml?label=tests)](https://github.com/qrichert/git-slides/actions)\n\n_Navigate through Git commits like presentation slides._\n\n```console\n$ git slides next\n  1/7 7171da7 Introduction to Version Control: Git Basics\n  2/7 ebde0ee Essential Git Commands: A Practical Overview\n* 3/7 813f075 Branching Strategies: Enhancing Workflow Efficiency\n  4/7 865c830 Collaboration with Git: Merging and Conflict Resolution\n  5/7 ebe0dc2 Git Workflows: Centralized vs. Distributed Models\n  6/7 9202f1e Advanced Git Features: Stashing, Rebasing, and Tagging\n```\n\n## Usage\n\nThe executable must be on your `PATH`, then you can use it as a regular\nGit command:\n\n```console\n$ git slides start feat/my-presentation\n```\n\n```\nusage: git-slides [\u003coptions\u003e] \u003ccommand\u003e [\u003cargs\u003e]\n\nCommands:\n  start [\u003cref\u003e]        Start presentation.\n  stop                 End presentation.\n  next, n [\u003cn\u003e]        Go forward one or \u003cn\u003e slides.\n  previous, p [\u003cn\u003e]    Go back one or \u003cn\u003e slides.\n  go \u003cn\u003e               Go to slide \u003cn\u003e.\n  status               Show current status.\n  list                 List all slides.\n\nOptions:\n  -h, --help           Show this message and exit.\n  -v, --version        Show the version and exit.\n```\n\n## Installation\n\n### Directly\n\n```console\n$ wget https://github.com/qrichert/git-slides/releases/download/X.X.X/git-slides-X.X.X-xxx\n$ sudo install ./git-slides-* /usr/local/bin/git-slides\n```\n\n### Manual Build\n\n#### System-wide\n\n```console\n$ git clone https://github.com/qrichert/git-slides.git\n$ cd git-slides\n$ make build\n$ sudo make install\n```\n\n#### Through Cargo\n\n```shell\ncargo install git-slides\ncargo install --git https://github.com/qrichert/git-slides.git\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqrichert%2Fgit-slides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqrichert%2Fgit-slides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqrichert%2Fgit-slides/lists"}