pay-respects/roadmap.md

19 lines
487 B
Markdown
Raw Normal View History

2025-04-22 14:43:20 +02:00
# Roadmap
2025-01-03 21:26:13 +01:00
## Shell Integrations
- ✅: Working
- ⚠️: Partial working
- ❌: Not implemented / Cannot implement
| Feature | Bash | Zsh | Fish | Nush | Pwsh |
|-------------------|------|-----|------|------|--------|
2025-03-13 21:13:30 +01:00
| Get other alias | ✅ | ✅ | ✅ | ✅ | ❌ |
2025-01-03 21:26:13 +01:00
| Command not found | ✅ | ✅ | ✅ | ❌ | ⚠️ [^1] |
[^1]: Cannot retrieve arguments.
## Features Pending Implementation
2025-04-22 14:43:20 +02:00
- Chained commands (e.g. `echo "1\n2" | grepp "2"`)