Commit Graph

6 Commits

Author SHA1 Message Date
6c18e41b00 Add logo to README and new image file
- Added centered logo to `README.md` using `<p>` and `<img>` tags.
- Added new image file `docs/ait.webp`.
2024-08-19 21:03:25 +02:00
3f5c2cec4f Add project time badge to README
- Added a time tracking badge to the top of the README
- Badge source: `https://waka.mpassarello.de/api/badge/MaxP/interval:any/project:Ait?label=Project%20time`
2024-08-19 20:21:18 +02:00
92b4d3872f Add fallback config file search feature
- Added a section on fallback configuration file search in `README.md`
- Explained searching for configuration files in the user's home directory under `~\.ait\*`
- Mentioned the option to provide a user-wide configuration file in the `~\.ait\` directory
2024-08-19 19:11:25 +02:00
1b99e75de2 Update README with correct repo URL and config examples
- Update repository URL in clone instructions
- Modify example keyword configuration from `KAI` to `custom`
2024-08-19 16:32:15 +02:00
49256bc606 Update example config references in README
- Removed JSON example config from README
- Added references to `ait.commit.sample.config.json` and `ait.pull_request.sample.config.json`
- Renamed `ait.pull.sample.config.json` to `ait.pull_request.sample.config.json`
2024-08-19 16:30:44 +02:00
193c490f61 Add README.md with usage instructions
- Created a `README.md` file
- Added descriptions for the project's purpose and features
- Provided installation steps and prerequisites
- Included usage instructions with command-line options
- Detailed example configuration file
- Added error handling information
- Documented the license and contributing guidelines
2024-08-19 16:30:31 +02:00