Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 0 additions & 146 deletions CHANGELOG.md

This file was deleted.

16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This project follows a simple code of conduct: be respectful, constructive, and
```
Scripts/
├── ahk/ # AutoHotkey v2 scripts
├── Lib/ # Shared libraries (v1 and v2)
├── Lib/ # Shared libraries (v2)
├── Other/ # Specialized utilities
├── .github/ # CI/CD workflows and instructions
└── docs/ # Additional documentation
Expand Down Expand Up @@ -104,11 +104,11 @@ Add header comments to all scripts:
; Author: Your Name
; Version: 1.0.0
; Last Updated: YYYY-MM-DD
;
;
; Requirements:
; - AutoHotkey v2.0+
; - Admin privileges (if needed)
;
;
; Usage:
; Brief usage instructions
; =============================================================================
Expand Down Expand Up @@ -255,7 +255,7 @@ monitor as primary display.

- [ ] Code follows the style guidelines
- [ ] Comments added for complex logic
- [ ] Documentation updated (README, CLAUDE.md, etc.)
- [ ] Documentation updated (README, AGENTS.md, etc.)
- [ ] No trailing whitespace
- [ ] CRLF line endings for `.ahk` files
- [ ] Scripts tested locally
Expand Down Expand Up @@ -321,7 +321,7 @@ Update documentation when you:
### Documentation Files

- **README.md** - User-facing overview and quick start
- **CLAUDE.md** - Developer guide and AI assistant instructions
- **AGENTS.md** - Developer guide and AI assistant instructions
- **CONTRIBUTING.md** - This file
- **Directory READMEs** - Specific documentation for subdirectories
- **Inline comments** - Complex logic and function documentation
Expand All @@ -341,13 +341,13 @@ Update documentation when you:

- [AutoHotkey Documentation](https://www.autohotkey.com/docs/)
- [AutoHotkey Forum](https://www.autohotkey.com/boards/)
- [CLAUDE.md](CLAUDE.md) - Comprehensive development guide
- [AGENTS.md](AGENTS.md) - development guide
- [GitHub Issues](https://github.com/Ven0m0/Scripts/issues)

### Asking Questions

- Check existing [Issues](https://github.com/Ven0m0/Scripts/issues)
- Read [CLAUDE.md](CLAUDE.md) for common patterns
- Read [AGENTS.md](AGENTS.md) for common patterns
- Open a new issue with:
- Clear description
- Steps to reproduce (for bugs)
Expand All @@ -362,4 +362,4 @@ Contributors will be acknowledged in:
- Release notes
- Project README (for significant contributions)

Thank you for contributing! 🎉
Thank you for contributing!
10 changes: 5 additions & 5 deletions Lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

**Functions:**

- `ToggleFakeFullscreenMultiMonitor(winTitle)` ⭐ Most used
- `ToggleFakeFullscreenMultiMonitor(winTitle)` — most used
- Multi-monitor aware borderless fullscreen toggle
- Detects current monitor and calculates bounds
- Saves/restores window state
Expand Down Expand Up @@ -268,7 +268,7 @@

## Testing Library Changes

**⚠️ CRITICAL:** Changes to library files affect ALL dependent scripts!
**CRITICAL:** Changes to library files affect ALL dependent scripts!

Check notice on line 271 in Lib/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

Lib/README.md#L271

Spaces inside emphasis markers

### Testing Process

Expand All @@ -292,7 +292,7 @@
- New required parameters

4. **Update documentation:**
- CLAUDE.md
- AGENTS.md
- This README
- Inline comments

Expand Down Expand Up @@ -360,14 +360,14 @@
1. **Document all changes** in function headers
2. **Test thoroughly** with dependent scripts
3. **Update version-specific libraries** (v1 and v2)
4. **Update CLAUDE.md** with changes
4. **Update AGENTS.md** with changes
5. **Add migration notes** if breaking changes

See [CONTRIBUTING.md](../CONTRIBUTING.md) for detailed guidelines.

## Additional Resources

- [CLAUDE.md](../CLAUDE.md) - Comprehensive developer guide
- [AGENTS.md](../AGENTS.md) - developer guide
- [AutoHotkey v1 Documentation](https://www.autohotkey.com/docs/v1/)
- [AutoHotkey v2 Documentation](https://www.autohotkey.com/docs/v2/)
- [v1 to v2 Migration Guide](https://www.autohotkey.com/docs/v2/v2-changes.htm)
Expand Down
84 changes: 0 additions & 84 deletions Links.md

This file was deleted.

4 changes: 2 additions & 2 deletions Other/7zEmuPrepper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ Pass additional parameters to the emulator:

## Trade-offs

### Advantages
### Advantages

- **Huge space savings** (50-80% reduction)
- **No manual decompression** needed
- **Original archives remain intact**
- **Works with any emulator**

### Disadvantages
### Disadvantages

- **Longer launch time** (depends on game size and CPU)
- **Requires disk space** for temporary extraction
Expand Down
2 changes: 1 addition & 1 deletion Other/Citra_per_game_config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
└── tf.ahk # REQUIRED - Do not delete!
```

**⚠️ Important:** `tf.ahk` must be in the same folder as the other scripts!
**Important:** `tf.ahk` must be in the same folder as the other scripts!

Check notice on line 75 in Other/Citra_per_game_config/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

Other/Citra_per_game_config/README.md#L75

Spaces inside emphasis markers

### Step 3: Backup Original Config

Expand Down
12 changes: 6 additions & 6 deletions Other/Downloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ This directory contains AutoHotkey v1 scripts that provide a user-friendly graph
```bash
# Place these files in Other/Downloader/:
- yt-dlp.exe
- spotdl.exe (renamed from spotdl-*.exe)
- ffmpeg.exe (run update.cmd or download manually)
- spotdl.exe (renamed from spotdl-*.exe)
- ffmpeg.exe (run update.cmd or download manually)
```

2. **Verify file structure:**
```
Other/Downloader/
├── YT_Spotify_Downloader.ahk
├── update.cmd
├── yt-dlp.exe ← Download this
├── spotdl.exe ← Download and rename this
└── ffmpeg.exe ← Run update.cmd or download
├── yt-dlp.exe ← Download this
├── spotdl.exe ← Download and rename this
└── ffmpeg.exe ← Run update.cmd or download
```

3. **Run the downloader:**
Expand Down Expand Up @@ -247,7 +247,7 @@ update.cmd

## Security Note

⚠️ **Input Validation:** The scripts have been updated with input validation to prevent command injection vulnerabilities. Do not modify the validation code unless you understand the security implications.
**Input Validation:** The scripts have been updated with input validation to prevent command injection vulnerabilities. Do not modify the validation code unless you understand the security implications.

```autohotkey
; Security feature - do not remove
Expand Down
Loading