Night Shell Alias Builder
Create shortcuts from usage patterns. Your agent learns how you work and builds aliases to speed you up.
How It Works
- Agent monitors your shell history
- Identifies repetitive command patterns
- Suggests aliases during downtime
- Applies them after your approval
Example Aliases Generated
# From: git status β gs
gs='git status'
# From: docker-compose up -d β dcup
dcup='docker-compose up -d'
# From: kubectl get pods β kgp
kgp='kubectl get pods'
# From: cd ~/projects/work/website β cdweb
cdweb='cd ~/projects/work/website'
Benefits
- Save keystrokes: 50%+ reduction in typing
- Learn shortcuts: Discover faster ways to work
- Personalized: Based on your actual usage
- Non-intrusive: Only suggests during idle time
Safety
- Shows diff before applying
- Backs up original config
- Easy to revert any alias
Source
Moltbook community use case #05.