{"id":18004180,"url":"https://github.com/ivorforce/git-diff-stepper","last_synced_at":"2025-03-26T10:31:09.417Z","repository":{"id":166142883,"uuid":"641592264","full_name":"Ivorforce/Git-Diff-Stepper","owner":"Ivorforce","description":"A small app that lets you step through a file's git log with animations.","archived":false,"fork":false,"pushed_at":"2023-05-24T01:45:55.000Z","size":4321,"stargazers_count":16,"open_issues_count":15,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T15:00:52.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Ivorforce.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":"2023-05-16T19:51:02.000Z","updated_at":"2024-11-28T00:42:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"b45397fd-1d02-493b-8868-69d7030aa9e7","html_url":"https://github.com/Ivorforce/Git-Diff-Stepper","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivorforce%2FGit-Diff-Stepper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivorforce%2FGit-Diff-Stepper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivorforce%2FGit-Diff-Stepper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivorforce%2FGit-Diff-Stepper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ivorforce","download_url":"https://codeload.github.com/Ivorforce/Git-Diff-Stepper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245636168,"owners_count":20647923,"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-10-30T00:13:35.427Z","updated_at":"2025-03-26T10:31:09.408Z","avatar_url":"https://github.com/Ivorforce.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Diff Stepper\n\nAn app that allows you to animate through the `git log` iterations of a file.\n\n![Demo Video](./doc/demo.gif)\n\nIt is technically a continuation of [VSCode Git Diff Stepper](https://github.com/Ivorforce/VSCode-Git-Diff-Stepper): VSCode doesn't expose a way to create editors in insets, and that [won't change in the near future](https://github.com/microsoft/vscode/issues/153198). Other projects embed instances of Monaco and try to fit the style; at this point I decided I might as well create a standalone app which may make animations easier too.\n\n## Controls\n\n- Select a file using File -\u003e Open. The file must be tracked by git, and should have multiple commits.\n- `cmd / ctrl` + `alt / option` + `left` or `right` arrow keys move through iterations.\n- `f1` to launch the command palette.\n\n## Custom Language Support\n\nWe have support for textmate `.tmLanguage` files!\n\n- Drop a `.tmLanguage` file into `$AppData/de.ivorius.gitdiffstepper/tmlanguages`.\n- The file name should be equivalent to the file ending (e.g. `css.tmLanguage` for `.css` files).\n- Relaunch the App.\n\nTo switch the language manually, use the command palette.\n\n## Custom Theme Support\n\nWe have support for vscode themes! \n- In VSCode, run the command \"Developer: Generate Color Theme From Current Settings\".\n- Convert the resulting `.jsonc` file to regular `.json` (removing comments and trailing commas).\n- Drop the file into `$AppData/de.ivorius.gitdiffstepper/themes`.\n- Relaunch the App.\n\nTo switch the theme, use the command palette.\n\n## Dev Setup\n\n- Install Rust, pnpm\n- `pnpm install`\n- `pnpm tauri dev`\n\n### Tech Stack\n\n- [Tauri](https://tauri.app) as a web app host.\n- [React](https://react.dev) as a frontend library.\n- [Monaco](https://microsoft.github.io/monaco-editor/) as a code editor.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivorforce%2Fgit-diff-stepper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivorforce%2Fgit-diff-stepper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivorforce%2Fgit-diff-stepper/lists"}