What's wrong with this entry?
Anonymous. No account, no email.
What: Support for quoted file paths in prompts, especially for paths with spaces How to use:
# Now supports quoted paths in prompts
@"path with spaces/file.txt"
# Mixed quoted and unquoted paths work seamlessly
@file1.txt @"folder with spaces/file2.txt" @file3.txt
Details:
- Handles both
@"quoted paths"and@unquotedpaths - Improved regex patterns for path extraction
- Better support for paths containing spaces and special characters
- Works in both command line and interactive modes