-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
🎯 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request