Skip to content

Add multi-output and no-quote options to collect workflow#41

Merged
eetann merged 3 commits intoeetann:mainfrom
yuki-yano:feature/collect-output-options
Nov 26, 2025
Merged

Add multi-output and no-quote options to collect workflow#41
eetann merged 3 commits intoeetann:mainfrom
yuki-yano:feature/collect-output-options

Conversation

@yuki-yano
Copy link
Copy Markdown
Contributor

Summary

  • Add --output (multi) and --no-quote flags to collect to allow buffering and stdout teeing simultaneously.
  • Improve quote processing to trim wrapped-line whitespace while preserving Markdown list protection.
  • Update docs with tmux clipboard example and output option explanations.

Details

  • collect: supports multiple --output buffer/stdout and skips quote decoration when --no-quote is set.
  • quoteProcessor: cleans up indented continuations and trailing spaces to stabilize one-line output when needed.
  • Docs/Tests: refreshed modes.md; added coverage for new formatting cases.

Testing

  • bun test test/utils/quoteProcessor.test.ts

- add multi-output and no-quote flags for collect
- improve quote processing and update docs/tests
- sort imports in collect mode
- align quote processor formatting with lint
@eetann eetann merged commit b4d4108 into eetann:main Nov 26, 2025
1 check passed
@eetann
Copy link
Copy Markdown
Owner

eetann commented Nov 26, 2025

Thank you!

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.

2 participants