From e70058029102d8d5292806c83f42970698fc60d5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 15 May 2023 09:36:00 -0700 Subject: [PATCH] aider: Added an example for editing an Asciinema cast file to the README. # Context: USER: add the asciinema example to the readme ASSISTANT: ```python examples/README.md <<<<<<< ORIGINAL * [**Automatically Update Docs**](update-docs.md): Automatically updating documentation based on the latest version of the main() function. ======= * [**Automatically Update Docs**](update-docs.md): Automatically updating documentation based on the latest version of the main() function. * [**Editing an Asciinema Cast File**](asciinema.md): Editing escape sequences in an `asciinema` screencast file using aider and GPT-4. >>>>>>> UPDATED ``` --- examples/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/README.md b/examples/README.md index e9250732d..18b15aecd 100644 --- a/examples/README.md +++ b/examples/README.md @@ -17,6 +17,8 @@ In the chats, you'll see a varity of coding tasks like generating new code, edit * [**Automatically Update Docs**](update-docs.md): Automatically updating documentation based on the latest version of the main() function. +* [**Editing an Asciinema Cast File**](asciinema.md): Editing escape sequences in an `asciinema` screencast file using aider and GPT-4. + ## What's happening in these chats? To better understand the chat transcripts, it's worth knowing that: