From 81ca8d6e98d29d2f8667df6eb09cb51d3bd1bd51 Mon Sep 17 00:00:00 2001 From: iff Date: Fri, 3 Jan 2025 21:26:13 +0100 Subject: [PATCH] docs: dev status --- README.md | 2 ++ development.md | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 development.md diff --git a/README.md b/README.md index dbfbb65..2a671a6 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/development.md b/development.md new file mode 100644 index 0000000..17d4213 --- /dev/null +++ b/development.md @@ -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 +