ColorScripts-Enhanced 2026.3.6.1652

dotnet add package ColorScripts-Enhanced --version 2026.3.6.1652
                    
NuGet\Install-Package ColorScripts-Enhanced -Version 2026.3.6.1652
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ColorScripts-Enhanced" Version="2026.3.6.1652" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ColorScripts-Enhanced" Version="2026.3.6.1652" />
                    
Directory.Packages.props
<PackageReference Include="ColorScripts-Enhanced" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ColorScripts-Enhanced --version 2026.3.6.1652
                    
#r "nuget: ColorScripts-Enhanced, 2026.3.6.1652"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ColorScripts-Enhanced@2026.3.6.1652
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ColorScripts-Enhanced&version=2026.3.6.1652
                    
Install as a Cake Addin
#tool nuget:?package=ColorScripts-Enhanced&version=2026.3.6.1652
                    
Install as a Cake Tool

ColorScripts-Enhanced PowerShell Module

Credits: Built upon shell-color-scripts by Derek Taylor and ps-color-scripts by Scott McKendry. Enhanced with high-performance caching, configuration management, and full cross-platform support.

PowerShell Gallery. Downloads. NuGet. Tests. License.

Display beautiful ANSI colorscripts in your terminal with intelligent caching for 6-19x faster load times. Perfect for terminal customization and visual appeal!

Features

  • 🎨 3156+ Colorscripts — Fractals, patterns, characters, nature scenes, and more
  • 6-19x Faster — Intelligent caching drops load times to 5-20ms
  • 🌐 Cross-Platform — Works on Windows, macOS, and Linux
  • ⚙️ Configurable — Persist cache location, startup behavior, and defaults
  • 🖌️ 500+ Custom Made Colorscripts — Exclusive original designs
  • 🐾 2500~ Pokémon ColorScripts — Opt-in Pokémon-themed colorscripts
    • Note: Pokémon art is filtered by default to keep load times fast. Opt in with -IncludePokemon on relevant commands.
  • 🌍 10 Languages — English, German, Spanish, French, Italian, Japanese, Dutch, Portuguese, Russian, Chinese
  • 🧩 Easy to Use — Simple commands with tab completion
  • 🗄️ Centralized Cache — OS-wide in AppData/ColorScripts-Enhanced/cache
  • 🔄 Auto-Update — Cache invalidates automatically when scripts change
  • 📚 Complete Help — Full comment-based help for all commands

Quick Start

# Install from PowerShell Gallery
Install-Module ColorScripts-Enhanced -Scope CurrentUser

# Import and display a random colorscript
Import-Module ColorScripts-Enhanced
Show-ColorScript # Shows a random colorscript
scs -IncludePokemon # Alias: scs with Pokémon art

# Add to your PowerShell profile for automatic startup
Add-ColorScriptProfile
# Add to your PowerShell profile for automatic startup with Pokémon art
Add-ColorScriptProfile -IncludePokemon -SkipPokemonPrompt

Requires: PowerShell 5.1+ or PowerShell 7.0+

Basic Usage

# Display a random colorscript
Show-ColorScript  # or alias: scs

# Display specific colorscript by name
Show-ColorScript -Name hearts
scs mandelbrot-zoom

# List all available colorscripts
Get-ColorScriptList

# Filter by category
Get-ColorScriptList -Category Geometric

# Build cache for faster loading (6-19x improvement)
New-ColorScriptCache

# Opt-in to Pokémon art for display + cache
Show-ColorScript -IncludePokemon
New-ColorScriptCache -IncludePokemon

# Clear cache when needed
Clear-ColorScriptCache -All

All Commands

Command Alias Description
Show-ColorScript scs Display a colorscript (random or by name)
Get-ColorScriptList - List all available colorscripts with metadata
New-ColorScriptCache - Pre-generate cache files for faster loading
Clear-ColorScriptCache - Remove cache files
Add-ColorScriptProfile - Add module import to your PowerShell profile
Get-ColorScriptConfiguration - View current configuration settings
Set-ColorScriptConfiguration - Update and persist configuration
Reset-ColorScriptConfiguration - Restore default configuration
Export-ColorScriptMetadata - Export script metadata as JSON
New-ColorScript - Create a new colorscript template

Getting Help

PowerShell uses the Get-Help cmdlet (not --help flags):

# Get detailed help with examples
Get-Help Show-ColorScript -Full

# View just the examples
Get-Help Show-ColorScript -Examples

# Get help for a specific parameter
Get-Help Show-ColorScript -Parameter Name

# View the about topic for module overview
Get-Help about_ColorScripts-Enhanced

Performance

Experience dramatic speed improvements:

  • First run (no cache): 50-300ms - Executes script and builds cache
  • Cached run: 5-20ms - Loads pre-rendered output instantly
  • Improvement: 6-19x faster!
  • Cache location: $env:APPDATA\ColorScripts-Enhanced\cache (Windows)
    • macOS: ~/Library/Application Support/ColorScripts-Enhanced/cache
    • Linux: ~/.cache/ColorScripts-Enhanced

Profile Integration

Add colorscripts to your PowerShell profile:

# Add with automatic random colorscript on startup
Add-ColorScriptProfile

# Import only (no automatic display)
Add-ColorScriptProfile -SkipStartupScript

# Target a specific profile scope
Add-ColorScriptProfile -Scope CurrentUserCurrentHost

# Use custom profile path
Add-ColorScriptProfile -Path $PROFILE.CurrentUserAllHosts

Advanced Features

Export Metadata

# Export all metadata with file and cache info
Export-ColorScriptMetadata -IncludeFileInfo -IncludeCacheInfo

# Save to file for external automation
Export-ColorScriptMetadata -Path ./metadata.json

Create Custom Colorscripts

# Scaffold a new colorscript with metadata
$scaffold = New-ColorScript -Name 'my-art' -Category 'Custom' -GenerateMetadataSnippet

# Open in your editor
code $scaffold.Path

Force Fresh Execution

# Bypass cache for testing
Show-ColorScript -Name hearts -NoCache

Requirements

  • PowerShell: 5.1+ (Desktop) or 7.0+ (Core)
  • Platforms: Windows, macOS, Linux
  • Terminal: Any terminal with ANSI escape code support
  • Optional: Nerd Font for icon-heavy scripts (nerd-font-test, dev-workspace)

Full Documentation: https://github.com/Nick2bad4u/ps-color-scripts-enhanced

Contributing

Contributions welcome! Submit colorscripts, report bugs, or suggest features.

CONTRIBUTING.md

License

Unlicense - See LICENSE


Tip: Run Get-ColorScriptList | Select-Object -First 10 to preview your first 10 scripts!

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.3.6.1652 79 3/6/2026
2026.3.6.132 76 3/6/2026
2026.3.3.14 85 3/3/2026
2026.1.1.1651 158 1/1/2026
2026.1.1.1645 149 1/1/2026
2025.12.16.5 338 12/16/2025
2025.12.15.2238 345 12/15/2025
2025.12.15.1707 319 12/15/2025
2025.12.8.2227 528 12/8/2025
2025.12.8.2156 529 12/8/2025
2025.12.8.1554 517 12/8/2025
2025.12.7.2358 396 12/8/2025
2025.12.7.1531 302 12/7/2025
2025.12.4.134 296 12/4/2025
2025.11.9.1630 327 11/9/2025
2025.11.8.1545 252 11/8/2025
2025.11.8.529 228 11/8/2025
2025.11.7.2145 233 11/7/2025
2025.11.7.2020 234 11/7/2025
2025.11.7.803 267 11/7/2025
Loading failed

Version 2026.03.06.1652:
- Enhanced caching system with OS-wide cache in AppData
- 6-19x performance improvement
- Cache stored in centralized location
- Works from any directory
- 3156 beautiful colorscripts included
- Full comment-based help documentation
- Scripts optimized for performance and visual quality
- Cross-platform support (Windows, Linux, macOS)
- PowerShell 5.1+ and PowerShell Core 7+ compatible
- 🌍 Internationalization: English & Spanish, and more support