This commit is contained in:
Paul Gauthier 2023-05-28 13:43:30 -07:00
parent 32349098b5
commit bde4fa71e0
2 changed files with 6 additions and 3 deletions

View file

@ -73,9 +73,12 @@ aider <file1> <file2> ...
Replace `<file1>`, `<file2>`, etc., with the paths to the source code files you want to work on. These files will be added to the chat session. Replace `<file1>`, `<file2>`, etc., with the paths to the source code files you want to work on. These files will be added to the chat session.
You can also just launch `aider` anywhere in a git repo without naming files on the command line. You can also just launch `aider` anywhere in a git repo without naming
It will discover all the files in the repo. files on the command line. It will discover all the files in the
You can then add and remove individual files in the chat session with the `/add` and `/drop` chat commands described below. repo. You can then add and remove individual files in the chat
session with the `/add` and `/drop` chat commands described below.
If you or GPT mention one of the repo's filenames in the conversation,
`aider` will ask if you'd like to add it to the chat.
You can also use additional command-line options, environment variables or configuration file You can also use additional command-line options, environment variables or configuration file
to set many options: to set many options:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Before After
Before After