mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
docs: update
This commit is contained in:
parent
964a3b7b7e
commit
c0e0706ed1
2 changed files with 45 additions and 32 deletions
18
roadmap.md
Normal file
18
roadmap.md
Normal 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"`)
|
||||
Loading…
Add table
Add a link
Reference in a new issue