Skip to content

Commit 0d48754

Browse files
committed
✨ [feat] Expand colorscript collection to 498 and add slideshow functionality
🎨 **Colorscript Collection Expansion** - Increases available colorscripts from 327 to 498 (52% growth) 📚 - Updates all documentation and metadata references across README files and module manifest - Reflects new collection size in cache documentation (~4.9MB for 498 scripts) 🎬 **New Show-ColorScript Slideshow Capability** - Adds `-All` parameter to cycle through all colorscripts in alphabetical order 🔄 - Introduces `-WaitForInput` flag for manual progression with spacebar between each script ⏸️ - Supports 'q' key to exit slideshow early for better user control - Works seamlessly with existing `-Category` filter for themed slideshows - Updates XML help documentation with three new usage examples demonstrating slideshow features 📦 **Build Tooling Enhancement** - Adds `git-cliff` dependency (v2.10.1) to package.json for automated changelog generation - Installs supporting dependencies: `execa`, `figures`, `get-stream`, `human-signals`, `is-plain-obj`, `is-stream`, `is-unicode-supported`, `npm-run-path`, `pretty-ms`, `cross-spawn`, and platform-specific git-cliff binaries 🔨 🕐 **Version & Timestamp Updates** - Bumps module version from 2025.10.20.1440 to 2025.10.25.0124 - Updates generated timestamp in manifest to reflect latest build date Enables richer user interaction for exploring the expanded colorscript library while maintaining backward compatibility with existing cmdlet usage. Signed-off-by: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com>
1 parent 3a0713e commit 0d48754

13 files changed

Lines changed: 506 additions & 33 deletions

ColorScripts-Enhanced/ColorScripts-Enhanced.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
#
44
# Generated by: Nick2bad4u
55
#
6-
# Generated on: 10/20/2025
6+
# Generated on: 10/25/2025
77
#
88

99
@{
1010
# Script module or binary module file associated with this manifest.
1111
RootModule = 'ColorScripts-Enhanced.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '2025.10.20.1440'
14+
ModuleVersion = '2025.10.25.0124'
1515

1616
# Supported PSEditions
1717
CompatiblePSEditions = @('Desktop', 'Core')
@@ -172,12 +172,12 @@ Full documentation: https://github.com/Nick2bad4u/ps-color-scripts-enhanced
172172

173173
# ReleaseNotes of this module
174174
ReleaseNotes = @'
175-
Version 2025.10.20.1440:
175+
Version 2025.10.25.0124:
176176
- Enhanced caching system with OS-wide cache in AppData
177177
- 6-19x performance improvement
178178
- Cache stored in centralized location
179179
- Works from any directory
180-
- 327 beautiful colorscripts included
180+
- 498 beautiful colorscripts included
181181
- Full comment-based help documentation
182182
- Scripts optimized for performance and visual quality
183183
- Cross-platform support (Windows, Linux, macOS)

ColorScripts-Enhanced/README-Gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Display beautiful ANSI colorscripts in your terminal with intelligent caching fo
88

99
## Features
1010

11-
-**<!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> Colorscripts** - Extensive ANSI art collection across 15+ categories
11+
-**<!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> Colorscripts** - Extensive ANSI art collection across 15+ categories
1212
-**6-19x Faster** - Intelligent caching (5-20ms vs 50-300ms load times)
1313
- 🌐 **Cross-Platform** - Fully tested on Windows, macOS, and Linux
1414
- 🎯 **Simple API** - Easy cmdlets with full tab completion

ColorScripts-Enhanced/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ A high-performance PowerShell module for displaying beautiful ANSI colorscripts
5050

5151
## Features
5252

53-
**<!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> Beautiful Colorscripts** - Extensive collection of ANSI art
53+
**<!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> Beautiful Colorscripts** - Extensive collection of ANSI art
5454

5555
**Intelligent Caching** - 6-19x performance improvement (5-20ms load times)
5656

@@ -72,7 +72,7 @@ ColorScripts-Enhanced Demo: <https://i.imgur.com/FCjqkxn.mp4>
7272

7373
![ColorScripts-Example-1](https://raw.githubusercontent.com/Nick2bad4u/PS-Color-Scripts-Enhanced/refs/heads/main/assets/ColorScript-example-1.png) ![ColorScripts-Example-2](https://raw.githubusercontent.com/Nick2bad4u/PS-Color-Scripts-Enhanced/refs/heads/main/assets/ColorScript-example-2.png) ![ColorScripts-Example-3](https://raw.githubusercontent.com/Nick2bad4u/PS-Color-Scripts-Enhanced/refs/heads/main/assets/ColorScript-example-3.png)
7474

75-
**+ <!-- COLOR_SCRIPT_COUNT_MINUS_IMAGES -->324<!-- /COLOR_SCRIPT_COUNT_MINUS_IMAGES --> more colorscripts available!**
75+
**+ <!-- COLOR_SCRIPT_COUNT_MINUS_IMAGES -->495<!-- /COLOR_SCRIPT_COUNT_MINUS_IMAGES --> more colorscripts available!**
7676

7777
## Quick Start (Less Than a Minute)
7878

@@ -491,7 +491,7 @@ $env:APPDATA\ColorScripts-Enhanced\cache
491491
- One `.cache` file per colorscript
492492
- Contains pre-rendered ANSI output
493493
- Average size: ~20KB per file
494-
- Total size: ~4.9MB for <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> scripts
494+
- Total size: ~4.9MB for <!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> scripts
495495

496496
## Examples
497497

@@ -525,7 +525,7 @@ Build-ColorScriptCache
525525

526526
## Available Colorscripts
527527

528-
The module includes <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts including:
528+
The module includes <!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts including:
529529

530530
- **Fractals**: mandelbrot-zoom, julia-morphing, barnsley-fern, koch-snowflake
531531
- **Patterns**: kaleidoscope, wave-pattern, rainbow-waves, gradient-bars
@@ -617,14 +617,14 @@ ColorScripts-Enhanced/
617617
│ ├── bars.ps1
618618
│ ├── hearts.ps1
619619
│ ├── mandelbrot-zoom.ps1
620-
│ └── ... (<!-- COLOR_CACHE_TOTAL -->327+<!-- /COLOR_CACHE_TOTAL --> total)
620+
│ └── ... (<!-- COLOR_CACHE_TOTAL -->498+<!-- /COLOR_CACHE_TOTAL --> total)
621621
└── README.md # This file
622622
623623
%APPDATA%/ColorScripts-Enhanced/
624624
└── cache/ # Cache files
625625
├── bars.cache
626626
├── hearts.cache
627-
└── ... (<!-- COLOR_CACHE_TOTAL -->327+<!-- /COLOR_CACHE_TOTAL --> total)
627+
└── ... (<!-- COLOR_CACHE_TOTAL -->498+<!-- /COLOR_CACHE_TOTAL --> total)
628628
```
629629

630630
## Contributing
@@ -647,7 +647,7 @@ See [CHANGELOG.md](https://github.com/Nick2bad4u/ps-color-scripts-enhanced/blob/
647647

648648
### Latest Release
649649

650-
**2025.10.12** - Cross-platform support, enhanced caching, and <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts
650+
**2025.10.12** - Cross-platform support, enhanced caching, and <!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts
651651

652652
## Documentation
653653

ColorScripts-Enhanced/docs/Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document outlines local development practices for the **ColorScripts-Enhanc
66

77
```
88
ColorScripts-Enhanced/ # Module root (manifest + .psm1 + scripts)
9-
Scripts/ # <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscript files
9+
Scripts/ # <!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscript files
1010
Tests/ # Pester test suite
1111
Build-Help.ps1 # Optional help generator (comment-based help already available)
1212
build.ps1 # Module build helper

ColorScripts-Enhanced/docs/MEGALINTER-SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npx git-cliff --config cliff.toml --unreleased
2525
- ✅ Lints PowerShell code (`.ps1`, `.psm1`, `.psd1`)
2626
- ✅ Checks Markdown formatting
2727
- ✅ Validates JSON and YAML files
28-
- ✅ Excludes `Scripts/` folder from PowerShell linting (<!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts)
28+
- ✅ Excludes `Scripts/` folder from PowerShell linting (<!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts)
2929
- ✅ Runs ScriptAnalyzer on module code only
3030
- ✅ Generates detailed reports
3131
- ✅ Uses custom `PSScriptAnalyzerSettings.psd1`

ColorScripts-Enhanced/docs/MODULE_SUMMARY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ColorScripts-Enhanced/
1515
├── Install.ps1 # Installation script
1616
├── README.md # Comprehensive documentation
1717
├── ... (additional scripts)
18-
└── ... (<!-- COLOR_SCRIPT_COUNT -->327<!-- /COLOR_SCRIPT_COUNT --> total)
18+
└── ... (<!-- COLOR_SCRIPT_COUNT -->498<!-- /COLOR_SCRIPT_COUNT --> total)
1919
├── Test-AllColorScripts.ps1
2020
```
2121

@@ -24,7 +24,7 @@ ColorScripts-Enhanced/
2424
- **Name:** ColorScripts-Enhanced
2525
- **Current Version:** 2025.10.13.1537
2626
- **PowerShell Version:** 5.1+
27-
- **Colorscripts Included:** <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS -->
27+
- **Colorscripts Included:** <!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS -->
2828
- **Cache Location:** `%APPDATA%\ColorScripts-Enhanced\cache`
2929
- **Exported Functions:** 10
3030
- **Alias:** scs → Show-ColorScript
@@ -204,7 +204,7 @@ C:\Users\[Username]\AppData\Roaming\ColorScripts-Enhanced\
204204
├── bars.cache
205205
├── hearts.cache
206206
├── mandelbrot-zoom.cache
207-
└── ... (<!-- COLOR_CACHE_TOTAL -->327+<!-- /COLOR_CACHE_TOTAL --> total)
207+
└── ... (<!-- COLOR_CACHE_TOTAL -->498+<!-- /COLOR_CACHE_TOTAL --> total)
208208
```
209209

210210
## Testing Performed
@@ -311,7 +311,7 @@ scs galaxy-spiral
311311
- Troubleshooting
312312
- Architecture details
313313

314-
### Scripts/ (<!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> Colorscripts)
314+
### Scripts/ (<!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> Colorscripts)
315315

316316
- All original colorscripts
317317
- Unchanged from source artwork
@@ -412,7 +412,7 @@ Users with the original ps-color-scripts can migrate:
412412
**ColorScripts-Enhanced** is a complete, professional PowerShell module that:
413413

414414
✅ Centralized cache location for all terminals
415-
✅ Provides <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> beautiful colorscripts
415+
✅ Provides <!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> beautiful colorscripts
416416
✅ Cross-platform support (Windows, macOS, Linux)
417417
✅ Offers 6-19x performance improvement
418418
✅ Uses clean, intuitive API

ColorScripts-Enhanced/en-US/ColorScripts-Enhanced-help.xml

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,6 +1878,7 @@
18781878
<maml:para>Shows a beautiful ANSI colorscript in your terminal. If no name is specified, displays a random script. Uses intelligent caching for 6-19x faster performance.</maml:para>
18791879
<maml:para>The first time a colorscript is displayed, it executes normally and the output is cached. Subsequent displays use the cached output for near-instant rendering. Cache is automatically invalidated when the source script is modified.</maml:para>
18801880
<maml:para>When multiple scripts match a wildcard pattern, the first match in alphabetical order is displayed. Use `-PassThru` to inspect the selected record when needed.</maml:para>
1881+
<maml:para>Use `-All` to cycle through all colorscripts in alphabetical order. Combine with `-WaitForInput` to pause between each script and press spacebar to continue.</maml:para>
18811882
</maml:description>
18821883
<command:syntax>
18831884
<command:syntaxItem>
@@ -2072,6 +2073,42 @@
20722073
<dev:defaultValue>False</dev:defaultValue>
20732074
</command:parameter>
20742075
</command:syntaxItem>
2076+
<command:syntaxItem>
2077+
<maml:name>Show-ColorScript</maml:name>
2078+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
2079+
<maml:name>All</maml:name>
2080+
<maml:description>
2081+
<maml:para>Cycle through all available colorscripts in alphabetical order. Use with `-WaitForInput` to pause between each script.</maml:para>
2082+
</maml:description>
2083+
<dev:type>
2084+
<maml:name>SwitchParameter</maml:name>
2085+
<maml:uri />
2086+
</dev:type>
2087+
<dev:defaultValue>False</dev:defaultValue>
2088+
</command:parameter>
2089+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
2090+
<maml:name>WaitForInput</maml:name>
2091+
<maml:description>
2092+
<maml:para>When used with `-All`, pause after each colorscript and wait for spacebar to continue. Press 'q' to quit early.</maml:para>
2093+
</maml:description>
2094+
<dev:type>
2095+
<maml:name>SwitchParameter</maml:name>
2096+
<maml:uri />
2097+
</dev:type>
2098+
<dev:defaultValue>False</dev:defaultValue>
2099+
</command:parameter>
2100+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
2101+
<maml:name>NoCache</maml:name>
2102+
<maml:description>
2103+
<maml:para>Bypass cache and execute script directly. Useful for testing or when cache is corrupted.</maml:para>
2104+
</maml:description>
2105+
<dev:type>
2106+
<maml:name>SwitchParameter</maml:name>
2107+
<maml:uri />
2108+
</dev:type>
2109+
<dev:defaultValue>False</dev:defaultValue>
2110+
</command:parameter>
2111+
</command:syntaxItem>
20752112
</command:syntax>
20762113
<command:parameters>
20772114
<command:parameter required="false" variableLength="true" globbing="true" pipelineInput="True (ByValue, ByPropertyName)" position="1" aliases="none">
@@ -2110,6 +2147,30 @@
21102147
</dev:type>
21112148
<dev:defaultValue>False</dev:defaultValue>
21122149
</command:parameter>
2150+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
2151+
<maml:name>All</maml:name>
2152+
<maml:description>
2153+
<maml:para>Cycle through all available colorscripts in alphabetical order. Use with `-WaitForInput` to pause between each script.</maml:para>
2154+
</maml:description>
2155+
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
2156+
<dev:type>
2157+
<maml:name>SwitchParameter</maml:name>
2158+
<maml:uri />
2159+
</dev:type>
2160+
<dev:defaultValue>False</dev:defaultValue>
2161+
</command:parameter>
2162+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
2163+
<maml:name>WaitForInput</maml:name>
2164+
<maml:description>
2165+
<maml:para>When used with `-All`, pause after each colorscript and wait for spacebar to continue. Press 'q' to quit early.</maml:para>
2166+
</maml:description>
2167+
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
2168+
<dev:type>
2169+
<maml:name>SwitchParameter</maml:name>
2170+
<maml:uri />
2171+
</dev:type>
2172+
<dev:defaultValue>False</dev:defaultValue>
2173+
</command:parameter>
21132174
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
21142175
<maml:name>NoCache</maml:name>
21152176
<maml:description>
@@ -2254,6 +2315,27 @@
22542315
<maml:para>Emit the rendered colorscript as plain text so it can be redirected or saved.</maml:para>
22552316
</dev:remarks>
22562317
</command:example>
2318+
<command:example>
2319+
<maml:title>-------------------------- EXAMPLE 9 --------------------------</maml:title>
2320+
<dev:code>Show-ColorScript -All</dev:code>
2321+
<dev:remarks>
2322+
<maml:para>Displays all colorscripts in alphabetical order continuously with a short delay between each.</maml:para>
2323+
</dev:remarks>
2324+
</command:example>
2325+
<command:example>
2326+
<maml:title>-------------------------- EXAMPLE 10 --------------------------</maml:title>
2327+
<dev:code>Show-ColorScript -All -WaitForInput</dev:code>
2328+
<dev:remarks>
2329+
<maml:para>Displays all colorscripts one at a time, waiting for spacebar press between each. Press 'q' to quit early.</maml:para>
2330+
</dev:remarks>
2331+
</command:example>
2332+
<command:example>
2333+
<maml:title>-------------------------- EXAMPLE 11 --------------------------</maml:title>
2334+
<dev:code>Show-ColorScript -All -Category Nature -WaitForInput</dev:code>
2335+
<dev:remarks>
2336+
<maml:para>Cycles through all nature-themed colorscripts with manual progression using spacebar.</maml:para>
2337+
</dev:remarks>
2338+
</command:example>
22572339
</command:examples>
22582340
<command:relatedLinks>
22592341
<maml:navigationLink>

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ A high-performance PowerShell module for displaying beautiful ANSI colorscripts
5050

5151
## Features
5252

53-
**<!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> Beautiful Colorscripts** - Extensive collection of ANSI art
53+
**<!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> Beautiful Colorscripts** - Extensive collection of ANSI art
5454

5555
**Intelligent Caching** - 6-19x performance improvement (5-20ms load times)
5656

@@ -72,7 +72,7 @@ ColorScripts-Enhanced Demo: <https://i.imgur.com/FCjqkxn.mp4>
7272

7373
![ColorScripts-Example-1](https://raw.githubusercontent.com/Nick2bad4u/PS-Color-Scripts-Enhanced/refs/heads/main/assets/ColorScript-example-1.png) ![ColorScripts-Example-2](https://raw.githubusercontent.com/Nick2bad4u/PS-Color-Scripts-Enhanced/refs/heads/main/assets/ColorScript-example-2.png) ![ColorScripts-Example-3](https://raw.githubusercontent.com/Nick2bad4u/PS-Color-Scripts-Enhanced/refs/heads/main/assets/ColorScript-example-3.png)
7474

75-
**+ <!-- COLOR_SCRIPT_COUNT_MINUS_IMAGES -->324<!-- /COLOR_SCRIPT_COUNT_MINUS_IMAGES --> more colorscripts available!**
75+
**+ <!-- COLOR_SCRIPT_COUNT_MINUS_IMAGES -->495<!-- /COLOR_SCRIPT_COUNT_MINUS_IMAGES --> more colorscripts available!**
7676

7777
## Quick Start (Less Than a Minute)
7878

@@ -491,7 +491,7 @@ $env:APPDATA\ColorScripts-Enhanced\cache
491491
- One `.cache` file per colorscript
492492
- Contains pre-rendered ANSI output
493493
- Average size: ~20KB per file
494-
- Total size: ~4.9MB for <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> scripts
494+
- Total size: ~4.9MB for <!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> scripts
495495

496496
## Examples
497497

@@ -525,7 +525,7 @@ Build-ColorScriptCache
525525

526526
## Available Colorscripts
527527

528-
The module includes <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts including:
528+
The module includes <!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts including:
529529

530530
- **Fractals**: mandelbrot-zoom, julia-morphing, barnsley-fern, koch-snowflake
531531
- **Patterns**: kaleidoscope, wave-pattern, rainbow-waves, gradient-bars
@@ -617,14 +617,14 @@ ColorScripts-Enhanced/
617617
│ ├── bars.ps1
618618
│ ├── hearts.ps1
619619
│ ├── mandelbrot-zoom.ps1
620-
│ └── ... (<!-- COLOR_CACHE_TOTAL -->327+<!-- /COLOR_CACHE_TOTAL --> total)
620+
│ └── ... (<!-- COLOR_CACHE_TOTAL -->498+<!-- /COLOR_CACHE_TOTAL --> total)
621621
└── README.md # This file
622622
623623
%APPDATA%/ColorScripts-Enhanced/
624624
└── cache/ # Cache files
625625
├── bars.cache
626626
├── hearts.cache
627-
└── ... (<!-- COLOR_CACHE_TOTAL -->327+<!-- /COLOR_CACHE_TOTAL --> total)
627+
└── ... (<!-- COLOR_CACHE_TOTAL -->498+<!-- /COLOR_CACHE_TOTAL --> total)
628628
```
629629

630630
## Contributing
@@ -647,7 +647,7 @@ See [CHANGELOG.md](https://github.com/Nick2bad4u/ps-color-scripts-enhanced/blob/
647647

648648
### Latest Release
649649

650-
**2025.10.12** - Cross-platform support, enhanced caching, and <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts
650+
**2025.10.12** - Cross-platform support, enhanced caching, and <!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts
651651

652652
## Documentation
653653

docs/Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document outlines local development practices for the **ColorScripts-Enhanc
66

77
```
88
ColorScripts-Enhanced/ # Module root (manifest + .psm1 + scripts)
9-
Scripts/ # <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscript files
9+
Scripts/ # <!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscript files
1010
Tests/ # Pester test suite
1111
Build-Help.ps1 # Optional help generator (comment-based help already available)
1212
build.ps1 # Module build helper

docs/MEGALINTER-SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npx git-cliff --config cliff.toml --unreleased
2525
- ✅ Lints PowerShell code (`.ps1`, `.psm1`, `.psd1`)
2626
- ✅ Checks Markdown formatting
2727
- ✅ Validates JSON and YAML files
28-
- ✅ Excludes `Scripts/` folder from PowerShell linting (<!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts)
28+
- ✅ Excludes `Scripts/` folder from PowerShell linting (<!-- COLOR_SCRIPT_COUNT_PLUS -->498+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts)
2929
- ✅ Runs ScriptAnalyzer on module code only
3030
- ✅ Generates detailed reports
3131
- ✅ Uses custom `PSScriptAnalyzerSettings.psd1`

0 commit comments

Comments
 (0)