The QuickLook GitViewer Plugin is a plugin for the QuickLook application that allows users to view Git repository information directly within QuickLook. This plugin provides a convenient way to quickly access and visualize Git repository details without leaving the QuickLook interface.
- Detects Git repositories and displays relevant information.
- Highlights Git commands, file changes, branch information, and status information.
- Provides clickable URLs for remote repositories.
- Displays repository information in a user-friendly HTML format.
- Download the latest release of the QuickLook GitViewer Plugin.
- Copy the plugin files to the QuickLook plugins directory:
C:\Users<YourUsername>\AppData\Local\Programs\QuickLook\QuickLook.Plugin
- Restart QuickLook to load the new plugin.
- Open QuickLook and navigate to a directory containing a Git repository.
- QuickLook will automatically detect the Git repository and display the relevant information.
- Use the QuickLook interface to view the repository details, including remote URLs, status, and file changes.
- Visual Studio 2022
- .NET Framework 4.6.2
- Clone the repository:
git clone
- Open the solution file (
.sln
) in Visual Studio 2022. - Build the solution to generate the plugin DLL.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
For any questions or issues, please open an issue on the GitHub repository.