← Back to tools
View AGENTS.md for to-double-quotes
to-double-quotes
Convert matching single-quotes to double-quotes
Description
to-double-quotes converts matching single-quotes to double-quotes in text. Useful for code formatting and style consistency.
When to use this tool
✓ Good fit when
- You need to convert quote styles in code
- You want consistent double-quote usage
✕ Avoid when
- You need smart quote handling
- You have a linter that handles this
AI Summary
A CLI tool to convert single-quotes to double-quotes in text.
Capabilities
- + Convert single-quotes to double-quotes
- + Process text from stdin or files
Use When
- → You need to convert quote styles in code
- → You want consistent double-quote usage
Avoid When
- x You need smart quote handling
- x You have a linter that handles this