mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
docs: dev status
This commit is contained in:
parent
2aee748af3
commit
81ca8d6e98
2 changed files with 28 additions and 0 deletions
|
|
@ -231,6 +231,8 @@ Current option to write rules should cover most of the cases.
|
|||
|
||||
We need more rule files, contributions are welcomed!
|
||||
|
||||
Also see [development status](./development.md) for contribution opportunities.
|
||||
|
||||
This project is hosted at various sites, choose the one that suits you best:
|
||||
|
||||
- [Codeberg](https://codeberg.org/iff/pay-respects)
|
||||
|
|
|
|||
26
development.md
Normal file
26
development.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Development
|
||||
|
||||
## 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
|
||||
|
||||
### Trivial
|
||||
|
||||
### Regular
|
||||
|
||||
### Entertaining
|
||||
|
||||
- Select library that works well with `pay-respects`' complex difference highlighting
|
||||
- NLP model as alternative to the current LLM based AI requests
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue