docs: update

This commit is contained in:
iff 2025-04-22 14:43:20 +02:00
parent 964a3b7b7e
commit c0e0706ed1
2 changed files with 45 additions and 32 deletions

18
roadmap.md Normal file
View file

@ -0,0 +1,18 @@
# 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"`)