aider
aider copied to clipboard
Allow globbing in read and file args.
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.
Fixed merge conflicts. @paul-gauthier
@paul-gauthier I have added more information above explaining why this feature is useful.
I have merged main into this PR again.