Skip to content

Add cyberpunk-themed command aliases #11

@theantichris

Description

@theantichris

🎯 Objective

Add themed shortcuts for existing tools that match the cyberpunk aesthetic.

🎨 Current Commands

hx file.txt        # Helix editor
fd pattern         # File finder
rg search          # Text search
bat file.txt       # File viewer
superfile          # File manager
gh                 # GitHub CLI

✨ Themed Commands

hack file.txt      # Helix editor (hacker's editor)
scan pattern       # File finder (scanning filesystem)
probe search       # Text search (probing data)
analyze file.txt   # File viewer (analyzing code)
matrix             # File manager (entering the matrix)
neural             # GitHub CLI (neural interface)
decrypt file.md    # Glow markdown viewer

📋 Implementation

  • File: dot_oh-my-zsh/custom/themes/cyberwave.zsh-theme
  • Method: Add alias section at end of theme file
  • Aliases:
    alias hack='hx'
    alias scan='fd'
    alias probe='rg'
    alias analyze='bat'
    alias matrix='superfile'
    alias neural='gh'
    alias decrypt='glow'

✅ Acceptance Criteria

  • Aliases work on all platforms
  • Don't conflict with existing commands
  • Maintain existing functionality
  • Easy to remember cyberpunk theme
  • Graceful fallback if tools not installed

🔧 Estimated Effort

⭐ Easy - 10 minutes implementation

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions