1
0
Files
auto-git-gui/README.md
Victor Giers fefd2f4393 auto-git:
[add] README.md
2025-06-01 07:12:00 +02:00

64 lines
1.8 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!**
# Project README
## Overview
This project provides a user interface for configuring application settings, including theme selection, autostart functionality, and intelligent commit message generation using Ollama models.
## Features
- **Theme Selection**: Choose between different themes like Sky Theme.
- **Autostart**: Configure the application to launch on system start.
- **Close to Tray**: Option to close the application to the system tray.
- **Skip Prompt**: Skip prompts for removing .git folders with only one commit and no changes.
- **Intelligent Commit Message Generation**: Set thresholds for rewriting commits based on lines of diff or time elapsed.
- **Ollama Model Configuration**: Select Ollama models for generating commit messages and README files.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-repo/project.git
2. Navigate to the project directory:
```bash
cd project
3. Install dependencies (if any):
```bash
npm install
4. Run the application:
```bash
npm start
## Usage
1. Launch the application.
2. Configure settings using the provided interface.
3. Save changes and close the application.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contributing
Contributions are welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines on how to contribute to the project.
## Contact
For any questions or support, please contact us at [support@example.com](mailto:support@example.com).
---
**Note**: Replace placeholders like `your-repo` and email addresses with actual values relevant to your project.