[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/aidermacs 22f59e2b8a 441/466: Update README with Tramp sup
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/aidermacs 22f59e2b8a 441/466: Update README with Tramp support |
Date: |
Sat, 15 Mar 2025 19:19:42 -0400 (EDT) |
branch: elpa/aidermacs
commit 22f59e2b8a9708e6d7b5a380b4ab04e24c9ce263
Author: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
Commit: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
Update README with Tramp support
---
README.md | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/README.md b/README.md
index 9cc1625618..dff10bbce2 100644
--- a/README.md
+++ b/README.md
@@ -141,6 +141,25 @@ You can customize keybindings for multiline input, this
key allows you to enter
(setq aidermacs-vterm-multiline-newline-key "S-<return>")
```
+### Remote File Support with Tramp
+
+Aidermacs fully supports working with remote files through Emacs' Tramp mode.
This allows you to use Aidermacs on files hosted on remote servers via SSH,
Docker, and other protocols supported by Tramp.
+
+When working with remote files:
+- File paths are automatically localized for the remote system
+- All Aidermacs features work seamlessly across local and remote files
+- Edits are applied directly to the remote files
+- Diffs and change reviews work as expected
+
+Example usage:
+```emacs-lisp
+;; Open a remote file via SSH
+(find-file "/ssh:user@remotehost:/path/to/file.py")
+
+;; Start Aidermacs session - it will automatically detect the remote context
+M-x aidermacs-transient-menu
+```
+
### Diff and Change Review
Control whether to show diffs for AI-generated changes with
`aidermacs-show-diff-after-change`:
@@ -379,6 +398,7 @@ With `Aidermacs`, you get:
- Interactively select files to add with `M-x
aidermacs-add-files-interactively`
- Add content from any file to a specific session with `M-x
aidermacs-add-file-to-session`
- Create a temporary file for adding code snippets or notes to the Aider
session with `M-x aidermacs-create-session-scratchpad`
+ - Full support for remote files via Tramp (SSH, Docker, etc.)
- and more
7. Greater Configurability
- [nongnu] elpa/aidermacs ddd8000e17 424/466: Add Melpa!, (continued)
- [nongnu] elpa/aidermacs ddd8000e17 424/466: Add Melpa!, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs b4a771c777 425/466: Fix #52, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 9a8575e7de 430/466: Use minor mode for relevant functions, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 389d69fddb 428/466: refactor: add aidermacs-comint-mode minor mode., ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 66d04629bc 431/466: Fix linting, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 1971d48717 432/466: Fix linting, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 9644836022 434/466: Do not suggest auto commit, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 47327b96d2 435/466: fix(aidermacs-models): ensure correct parsing by moving to end of headers, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 3b9f5b5dd5 437/466: Introduce aidermacs-show-diff-after-change to control diff, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 4af8c4283d 436/466: Merge pull request #55 from zsxh/fix/fetch-models, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 22f59e2b8a 441/466: Update README with Tramp support,
ELPA Syncer <=
- [nongnu] elpa/aidermacs 77ed294a6f 444/466: The Community Speaks, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 1c2d4ac340 443/466: Fix typo, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 15a01a9b42 445/466: Improve API_KEY documentation, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 7848604a82 447/466: load api key from secrets, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs cdb15637ab 452/466: Fix linting, refactor, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 7614cb6542 463/466: Add aidermacs-refresh-repo-map, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 58b3fc29f5 458/466: Match space before ```, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs f3d308a068 460/466: Drop marked files from Dired buffer, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs cb22883ccc 026/466: docs: add use-package and straight installation instructions to the Installation section, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 3d2675d2f1 151/466: docs: Update README with basic buffer operations and Doom reset command, ELPA Syncer, 2025/03/15