From 03bd5cd6ac0dcdcca145159a9ecd53ccf8f74b8b Mon Sep 17 00:00:00 2001 From: kcaverly Date: Sun, 7 Jan 2024 21:40:13 -0500 Subject: [PATCH 1/2] Update README.md to show AUR download --- README.md | 47 ++++++++++------------------------------------- 1 file changed, 10 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 9835011..65a4ab9 100644 --- a/README.md +++ b/README.md @@ -21,43 +21,16 @@ Currently, multi-model chat functionality is available, along with conversation To interact with models you will need to set your [Replicate API Key](https://replicate.com/account/api-tokens) as the 'REPLICATE_API_KEY' environment variable. +### Installation + +#### Arch + +archer is on the AUR! + +```bash +yay install archer +``` + ### Platform Specific Functionality Archer has only been tested on Linux systems. While all functionality is intended to work cross-platform, there may be concerns working with the clipboard on different platforms. If there are any concerns, please file an Issue. - -### Roadmap to v0 - -#### Stability -- [x] Concurrent requests -- [x] Status updating -- [x] Better error handling -- [x] Bubble chat messages - - [x] Add status to assistant tags - - [x] Manage for text wrapping - - [x] Left align status - - [x] Trim empty whitespace from beginning and end of content - - [x] Update keymap hints - - [x] Add select message functionality - -#### Quality of Life -- [x] Dynamic layouts for smaller screens - - [x] Panics are occuring on smaller screens -- [ ] Better formatting for code -- [x] Manage for missing api keys early - -#### General Features -- [x] Switching models -- [x] Copy message -- [x] Saving/Loading conversations -- [x] Convo titles -- [x] Deleting conversations -- [ ] Improve Input Dynamics - - [x] Paste to Input - - [x] Show Cursor - - [ ] Scrollable - - [ ] Maximize (for overflow inputs)? - - [ ] Shift + Enter for New Line - -#### Release -- [ ] Work out proper versioning -- [ ] Ci/Cd From b2a8f54ce92b7bbbf0f81d47cf76e77508a702ce Mon Sep 17 00:00:00 2001 From: kcaverly Date: Mon, 8 Jan 2024 14:41:46 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a4ab9..56b2d05 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To interact with models you will need to set your [Replicate API Key](https://re archer is on the AUR! ```bash -yay install archer +yay -S archer ``` ### Platform Specific Functionality