mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
added /voice to docs
This commit is contained in:
parent
b6a329c934
commit
354b216bbe
2 changed files with 6 additions and 2 deletions
|
@ -3,13 +3,12 @@
|
|||
- `/help`: Show help about all commands
|
||||
- `/exit`: Exit the application
|
||||
|
||||
## token/context management
|
||||
## context management
|
||||
- `/add <file>`: Add matching files to the chat session using glob patterns
|
||||
- `/drop <file>`: Remove matching files from the chat session
|
||||
- `/clear`: Clear the chat history
|
||||
- `/ls`: List all known files and those included in the chat session
|
||||
- `/tokens`: Report on the number of tokens used by the current chat context
|
||||
- `/run <command>`: Run a shell command and optionally add the output to the chat
|
||||
|
||||
## git
|
||||
- `/undo`: Undo the last git commit if it was done by aider
|
||||
|
@ -17,6 +16,10 @@
|
|||
- `/commit <message>`: Commit edits to the repo made outside the chat (commit message optional)
|
||||
- `/git <command>`: Run a git command
|
||||
|
||||
## other
|
||||
- `/run <command>`: Run a shell command and optionally add the output to the chat
|
||||
- `/voice`: Speak to aider to [request code changes with your voice](https://aider.chat/docs/voice.html).
|
||||
|
||||
# Prompt Toolkit defaults
|
||||
|
||||
The interactive prompt is built with [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) which provides a lot of Emacs and Vi-style keyboard. Some emacs bindings you may find useful are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue