Francois389/GitFinder ↗
Created Dec 30, 2025 · View the Francois389/GitFinder repository page
Un outil simple pour gérer vos repositories git. local.
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
3
Lines of Code
1,859
From
Mar 20, 2024
To
Nov 1, 2025
About Francois389/GitFinder
GitFinder is a simple desktop application built with Java and JavaFX for managing local Git repositories. The tool allows users to maintain an organized catalog of their Git projects with a graphical interface rather than managing them through the command line.
Upon first launch, the application asks users to configure the path to their git-bash executable, typically found in the Git installation directory. Users can then add repositories to their collection by providing a repository name and file path, with optional fields for descriptions and images. The main interface displays all added repositories in a list format.
When a user selects a repository from the list, the application opens git-bash directly in that repository's folder, providing quick access to Git operations. The project is distributed as a compressed archive that users decompress and run via a batch file, making it accessible to Windows users without requiring compilation or installation steps.

