[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/aidermacs 3b2730f8af 023/466: docs: update README title an
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/aidermacs 3b2730f8af 023/466: docs: update README title and remove outdated key functions section |
Date: |
Sat, 15 Mar 2025 19:10:21 -0400 (EDT) |
branch: elpa/aidermacs
commit 3b2730f8af2318c3354ec83bb4008dff337da75c
Author: Kang Tu <kang_tu@apple.com>
Commit: Kang Tu (aider) <kang_tu@apple.com>
docs: update README title and remove outdated key functions section
---
README.org | 25 ++-----------------------
1 file changed, 2 insertions(+), 23 deletions(-)
diff --git a/README.org b/README.org
index 6de7f2843e..003736dd0d 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-#+TITLE: aider.el : aider (AI pair programming) in your emacs
+#+TITLE: aider.el : aider (AI pair programming) inside emacs
* Introduction
The Aider package provides an interactive interface to communicate with
https://github.com/paul-gauthier/aider.
@@ -10,26 +10,5 @@ To install the Aider package, add the following to your
Emacs configuration:
(require 'aider)
#+END_SRC
-* Key Functions
-- [[#run-aider][run-aider]]: Create a comint-based buffer and run 'aider' for
interactive conversation.
-- [[#aider-switch-to-buffer][aider-switch-to-buffer]]: Switch to the Aider
buffer.
-- [[#aider-add-current-file][aider-add-current-file]]: Send the command "/add
<current buffer file full path>" to the *aider* comint buffer.
-- [[#aider-drop-current-file][aider-drop-current-file]]: Send the command
"/drop <current buffer file full path>" to the *aider* comint buffer.
-- [[#aider-send-command][aider-send-command]]: Prompt the user to input a
command and send it to the *aider* comint buffer.
-- [[#aider-code-command][aider-code-command]]: Prompt the user for a command
and send it to the *aider* comint buffer prefixed with "/code ".
-- [[#aider-ask-question][aider-ask-question]]: Prompt the user for a command
and send it to the *aider* comint buffer prefixed with "/ask ".
-- [[#aider-architect-command][aider-architect-command]]: Prompt the user for a
command and send it to the *aider* comint buffer prefixed with "/architect ".
-- [[#aider-undo-last-change][aider-undo-last-change]]: Undo the last change
made by Aider.
-- [[#aider-region-code-command][aider-region-code-command]]: Get a command
from the user and send it to the *aider* comint buffer based on the selected
region.
+* Advantage of aider.el over the command line
-* Usage
-To start an interactive conversation with Aider, use the following command:
-
-#+BEGIN_SRC emacs-lisp
-M-x run-aider
-#+END_SRC
-
-For more detailed usage, refer to the key functions listed above.
-
-* License
-This package is licensed under the Apache-2.0 license.
- [nongnu] branch elpa/aidermacs created (now 61a23c7992), ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 9e85bd0ef9 001/466: Initial commit, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs fbb65068bd 004/466: update licence, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs dfbe5ba5fe 002/466: add aider.el, update comment, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs dcecb64edb 003/466: docs: add README.org with package description, installation, key functions, and usage, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 3fe513cfe0 005/466: update title, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 3b2730f8af 023/466: docs: update README title and remove outdated key functions section,
ELPA Syncer <=
- [nongnu] elpa/aidermacs 2f3788f943 031/466: Merge branch 'main' of github.com:tninja/aider.el, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs fed1338c0d 007/466: fix: remove aider-drop-current-file function and its references, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 2894f82973 008/466: feat: add key bindings and function to drop current file in Aider buffer, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 98350b79c4 011/466: fix: update key bindings and package description in aider.el, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 7dde4df91d 016/466: refactor: simplify keymap definition and enhance command handling in Aider module, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 85a6cda2f0 015/466: chore: bind aider-transient-menu to "C-c a" and remove all other shortcuts, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs b3ef6373bd 017/466: fix: ensure current file is added before sending command in aider-general-command, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs a8ebb012b1 019/466: fix: update aider-general-command to read command from user input correctly, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 30bebe63c7 022/466: fix comment, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs ed831d2463 024/466: docs: add advantages of aider.el over the command line to README.org, ELPA Syncer, 2025/03/15