Code Monkey home page Code Monkey logo

Comments (3)

paul-gauthier avatar paul-gauthier commented on August 16, 2024 1

Thanks for trying aider and filing this issue.

You can use up-arrow to go back through your prior chat inputs. Or CONTROL-R to search them. So searching for /add would let you re-use the previous add command.

Or you can specify the filenames on the command line aider file1 file2 ... and use you shell history to launch aider with the same set of files again.

from aider.

Nucs avatar Nucs commented on August 16, 2024

For the most part, it works great but no wildcard support. e.g. aider *context*.ps1 *_test.ps1
This in my perspective can be a good addition.
With that said, /add and /drop support wildcards perfectly fine.

(aider) C:\Users\ELI\workdir>aider *context*.ps1 *_test.ps1
Traceback (most recent call last):
  File "C:\Users\ELI\anaconda3\envs\aider\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\ELI\anaconda3\envs\aider\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\ELI\anaconda3\envs\aider\Scripts\aider.exe\__main__.py", line 7, in <module>
    sys.exit(main())
  File "C:\Users\ELI\anaconda3\envs\aider\lib\site-packages\aider\main.py", line 263, in main
    fnames = [str(Path(fn).resolve()) for fn in args.files]
  File "C:\Users\ELI\anaconda3\envs\aider\lib\site-packages\aider\main.py", line 263, in <listcomp>
    fnames = [str(Path(fn).resolve()) for fn in args.files]
  File "C:\Users\ELI\anaconda3\envs\aider\lib\pathlib.py", line 1215, in resolve
    s = self._flavour.resolve(self, strict=strict)
  File "C:\Users\ELI\anaconda3\envs\aider\lib\pathlib.py", line 215, in resolve
    s = self._ext_to_normal(_getfinalpathname(s))
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '*context*.ps1'

from aider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.