Skip to content

Commit 89be5fa

Browse files
committed
✨ [feat] Adds 32 new color scripts
Adds 32 new color scripts to the module, increasing the total number of available scripts from 295 to 327. - 🎨 Updates module version and release notes to reflect the new scripts. - πŸ“ Updates documentation and README files to reflect the increased number of color scripts. - πŸ–ΌοΈ Includes the new `we-acidtrip-1.ps1` script. - 🧹 Updates the module manifest (`.psd1`) with the new version number and release notes. - πŸ‘· Updates documentation files (`README.md`, `README-Gallery.md`, `MODULE_SUMMARY.md`, `Development.md`, `MEGALINTER-SETUP.md`) to reflect the new script count. Signed-off-by: Nick2bad4u <[email protected]>
1 parent 1cd5ffc commit 89be5fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3434
-33
lines changed

β€Ž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/15/2025
6+
# Generated on: 10/17/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.15.1509'
14+
ModuleVersion = '2025.10.17.1700'
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.15.1509:
175+
Version 2025.10.17.1700:
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-
- 295 beautiful colorscripts included
180+
- 327 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: 2 additions & 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 -->295+<!-- /COLOR_SCRIPT_COUNT_PLUS --> Colorscripts** - Extensive ANSI art collection across 15+ categories
11+
- ✨ **<!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /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
@@ -202,3 +202,4 @@ MIT - See [LICENSE](https://github.com/Nick2bad4u/ps-color-scripts-enhanced/blob
202202
---
203203

204204
**Tip**: Run `Get-ColorScriptList | Select-Object -First 10` to preview your first 10 scripts!
205+

β€ŽColorScripts-Enhanced/README.mdβ€Ž

Lines changed: 8 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 -->295+<!-- /COLOR_SCRIPT_COUNT_PLUS --> Beautiful Colorscripts** - Extensive collection of ANSI art
53+
✨ **<!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /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 -->292<!-- /COLOR_SCRIPT_COUNT_MINUS_IMAGES --> more colorscripts available!**
75+
**+ <!-- COLOR_SCRIPT_COUNT_MINUS_IMAGES -->324<!-- /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 -->295+<!-- /COLOR_SCRIPT_COUNT_PLUS --> scripts
494+
- Total size: ~4.9MB for <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /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 -->295+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts including:
528+
The module includes <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /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 -->295+<!-- /COLOR_CACHE_TOTAL --> total)
620+
β”‚ └── ... (<!-- COLOR_CACHE_TOTAL -->327+<!-- /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 -->295+<!-- /COLOR_CACHE_TOTAL --> total)
627+
└── ... (<!-- COLOR_CACHE_TOTAL -->327+<!-- /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 -->295+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts
650+
**2025.10.12** - Cross-platform support, enhanced caching, and <!-- COLOR_SCRIPT_COUNT_PLUS -->327+<!-- /COLOR_SCRIPT_COUNT_PLUS --> colorscripts
651651

652652
## Documentation
653653

@@ -692,3 +692,4 @@ For support options, response targets, and contact channels, review the [Support
692692
- [r/ANSIart](https://www.reddit.com/r/ANSIart/)
693693

694694
- [Sixteen Colors Facebook](https://www.facebook.com/sixteencolors/)
695+

0 commit comments

Comments
Β (0)