Skip to content

Conversation

chr15m
Copy link

@chr15m chr15m commented Feb 27, 2025

This patch allows the user to specify multiple matching files during 'read' and 'file' both on the command line and in the config file. This is useful for including multiple files of non-code context shared across multiple projects - for example:

aider --read '/home/USERNAME/.aider-context/*.md'`

Or in the config file:

read: [/home/USERNAME/.aider-context/*.md]

Fixes #3366.

@CLAassistant
Copy link

CLAassistant commented Feb 27, 2025

CLA assistant check
All committers have signed the CLA.

@chr15m
Copy link
Author

chr15m commented Mar 8, 2025

Fixed merge conflicts. @paul-gauthier

@chr15m
Copy link
Author

chr15m commented Mar 24, 2025

@paul-gauthier I have added more information above explaining why this feature is useful.

@chr15m
Copy link
Author

chr15m commented Apr 9, 2025

I have merged main into this PR again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Glob for read/file config in yaml

2 participants