github.com/Francois389/GitFinder ↗
Un outil simple pour gérer vos repositories git. local.
Open this visualization on its own page →
Contributors
3
Lines of Code
1,859
From
2024-03-20
To
2025-11-01
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.