mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
18 lines
487 B
Markdown
18 lines
487 B
Markdown
# Roadmap
|
|
|
|
## Shell Integrations
|
|
|
|
- ✅: Working
|
|
- ⚠️: Partial working
|
|
- ❌: Not implemented / Cannot implement
|
|
|
|
| Feature | Bash | Zsh | Fish | Nush | Pwsh |
|
|
|-------------------|------|-----|------|------|--------|
|
|
| Get other alias | ✅ | ✅ | ✅ | ✅ | ❌ |
|
|
| Command not found | ✅ | ✅ | ✅ | ❌ | ⚠️ [^1] |
|
|
|
|
[^1]: Cannot retrieve arguments.
|
|
|
|
## Features Pending Implementation
|
|
|
|
- Chained commands (e.g. `echo "1\n2" | grepp "2"`)
|