{"id":13662931,"url":"https://github.com/haacked/seegit","last_synced_at":"2025-04-04T23:08:53.618Z","repository":{"id":2634095,"uuid":"3622414","full_name":"haacked/seegit","owner":"haacked","description":"SeeGit - The Git Repository Visualizer","archived":false,"fork":false,"pushed_at":"2020-06-10T16:53:25.000Z","size":18857,"stargazers_count":517,"open_issues_count":11,"forks_count":105,"subscribers_count":28,"default_branch":"main","last_synced_at":"2025-03-28T22:13:36.546Z","etag":null,"topics":["git","graph","libgit2sharp","visualizer"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"wking/rss2email","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haacked.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-05T00:08:26.000Z","updated_at":"2025-03-08T21:57:39.000Z","dependencies_parsed_at":"2022-08-20T07:01:43.483Z","dependency_job_id":null,"html_url":"https://github.com/haacked/seegit","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haacked%2Fseegit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haacked%2Fseegit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haacked%2Fseegit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haacked%2Fseegit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haacked","download_url":"https://codeload.github.com/haacked/seegit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247261609,"owners_count":20910108,"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":["git","graph","libgit2sharp","visualizer"],"created_at":"2024-08-02T05:02:12.435Z","updated_at":"2025-04-04T23:08:53.594Z","avatar_url":"https://github.com/haacked.png","language":"C#","readme":"# SeeGit - The Git Repository Visualizer\n\nThis is a little experiment in creating a realtime git repository visualizer.\n\n![Screenshot](https://f.cloud.github.com/assets/19977/552514/42561530-c357-11e2-9f3d-6514f7f3f47b.png)\n\n__WARNING: This is some haacky code. I plan to rewrite it later. It's a proof of\n concept__\n\n# Goal\nI just want something that I can use during presentations on Git. So as I run\ncommands, it'll show the git graph in a beautiful manner.\n\n# Next steps\n* I need to add local and remote branch annotations.\n\n# Quick start\n* Visit our [Release Page](https://github.com/haacked/seegit/releases) to download the latest stable release.\n* Unzip files into a directory of your choice.\n* Click on SeeGit.Exe.\n* Point SeeGit to the root of a git repository.\n** for larger repositories it may take a bit to load. Be patient.\n\n# Development\nTo build the project you will need [Expression Blend SDK](http://www.microsoft.com/en-gb/download/details.aspx?id=10801).\nAdditionally, to run the build script you will need Windows PowerShell (Win 7 [here](http://www.microsoft.com/en-us/download/details.aspx?id=34595) and WinXP [here](http://www.microsoft.com/en-us/download/details.aspx?id=16818)).\n\nIf you would like to contribute, check out the [CONTRIBUTING guidelines](https://github.com/Haacked/SeeGit/blob/master/CONTRIBUTING.md).\n\nIf you're wondering why the unit tests are structured as they are, read my blog\npost about [structuring unit tests](http://haacked.com/archive/2012/01/01/structuring-unit-tests.aspx).\n\n# License\n[MIT License](https://github.com/haacked/seegit/blob/main/LICENSE.txt)\n\n# Credits\n\n* [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) - [License: MIT](https://github.com/libgit2/libgit2sharp/blob/master/LICENSE.md) LibGit2Sharp is a thin .Net layer (well... we try to keep it as thin as possible :-) ) wrapping the libgit2 linkable C Git library.\n\n* [QuikGraph](https://github.com/KeRNeLith/QuikGraph/) - [License: Ms-PL](https://github.com/KeRNeLith/QuikGraph/blob/master/LICENSE) QuikGraph provides generic directed/undirected graph data structures and algorithms for .NET.\n* [GraphShape](https://github.com/KeRNeLith/GraphShape/) - [License: MIT](https://github.com/KeRNeLith/GraphShape/blob/master/LICENSE) GraphShape is a graph layout framework. It contains some layout algorithms and a GraphLayout control for WPF applications.\n* [Reactive Extensions](http://msdn.microsoft.com/en-us/data/gg577609) - [License: EULA](http://msdn.microsoft.com/en-us/devlabs/ff394099.aspx) The Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. \n* [WPFExtensions](http://wpfextensions.codeplex.com/) - [License: Ms-PL](http://wpfextensions.codeplex.com/license) Some extensions for the WPF framework. Controls, attached behaviours, helper classes, etc.\n* [Windows\u0026reg; API Code Pack for Microsoft\u0026reg; .NET Framework](http://archive.msdn.microsoft.com/WindowsAPICodePack) - [License: EULA](http://archive.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx) provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.\n","funding_links":[],"categories":["C\\#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaacked%2Fseegit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaacked%2Fseegit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaacked%2Fseegit/lists"}