Ability to unpack in a flat directory to prevent too long file paths
Open
Status: Proposal
- Dominant language
- TypeScript
- Stars
- 133
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for a handy tool!
Sometimes the resulting paths are too long to fit into directories or subdirectories. Would it be possible to have a flag that "flattens" the output, and just puts everything into one directory? I understand this would break local references, so it should be optional.
Thanks!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the CLI option parsing and the extraction path-building logic in the TypeScript project. Trace how output paths and local references are handled, then define the optional flat-output behavior and verify it with the existing extraction tests or fixtures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100