added /voice to docs

This commit is contained in:
Paul Gauthier 2023-08-19 11:42:56 -07:00
parent b6a329c934
commit 354b216bbe
2 changed files with 6 additions and 2 deletions

View file

@ -118,6 +118,7 @@ Aider supports commands from within the chat, which all start with `/`. Here are
* `/undo`: Undo the last git commit if it was done by aider.
* `/diff`: Display the diff of the last aider commit.
* `/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).
* `/help`: Show help about all commands.
See the [full command docs](https://aider.chat/docs/commands.html) for more information.

View file

@ -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