79 lines
3.3 KiB
Markdown
79 lines
3.3 KiB
Markdown
# auto-git-gui
|
|
|
|
**Author:** Unknown
|
|
|
|
> ⚠️ **This README.md has been automatically generated using AI and might contain hallucinations or inaccuracies. Please proceed with caution!**
|
|
|
|
# Repo Monitor
|
|
|
|
## Description
|
|
|
|
Repo Monitor is a desktop application designed to help developers keep track of their Git repositories. It provides features such as monitoring repository activity, taking snapshots of commits, and managing multiple repositories efficiently.
|
|
|
|
## Features
|
|
|
|
- **Repository Monitoring**: Automatically monitors selected Git repositories for changes.
|
|
- **Snapshot Commits**: Save the state of a commit to a file for later reference.
|
|
- **Checkout Commits**: Switch between different commits in your repository.
|
|
- **Commit Diff Viewer**: View differences between commits directly within the application.
|
|
- **Multiple Repositories**: Manage and switch between multiple Git repositories easily.
|
|
- **Tray Integration**: Access quick actions via system tray menu.
|
|
- **Cat Assistant**: An interactive cat assistant that provides feedback based on commit activity.
|
|
|
|
## Installation
|
|
|
|
1. Download the latest release from the [Releases](https://github.com/yourusername/repo-monitor/releases) page.
|
|
2. Extract the downloaded archive.
|
|
3. Run the application executable (`RepoMonitor.exe` for Windows, `RepoMonitor.app` for macOS, or `RepoMonitor` for Linux).
|
|
|
|
## Usage
|
|
|
|
1. **Add a Repository**: Click the "Add Folder" button to add a Git repository to be monitored.
|
|
2. **Select a Repository**: Click on a repository in the sidebar to view its commits.
|
|
3. **View Commits**: Navigate through commits using pagination and view commit details, including diffs.
|
|
4. **Take Snapshots**: Use the snapshot button to save the state of a specific commit.
|
|
5. **Checkout Commits**: Switch to a different commit by clicking the checkout button.
|
|
|
|
## Contributing
|
|
|
|
Contributions are welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines on how to contribute to the project.
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
|
|
## Contact
|
|
|
|
For any questions or support, please contact us at [support@repomonitor.com](mailto:support@repomonitor.com).
|
|
|
|
---
|
|
|
|
**Repo Monitor**
|
|
*Effortlessly manage your Git repositories.*
|
|
|
|

|
|
|
|
---
|
|
|
|
|
|
MIT License
|
|
|
|
Copyright (c) 2023 Your Name
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE. |