activescott / activescott/lessmsi
`[file_names]` wildcard and/or regex support
- 主要語言
- C#
- 星號
- 1.8k
- 分支
- 188
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Can be handy when extracting files that can have variable names.
```pwsh
lessmsi.exe x foo.msi ba*.qux
lessmsi.exe x foo.msi 'ba[rz]\.qux'
```
貢獻指南
研究方向
The request targets the `lessmsi.exe x` extraction flow with patterns like `ba*.qux` and `ba[rz]\.qux`. Start by running those commands to confirm current behavior, then trace the CLI entrypoint that handles the `x` command arguments and file-name filtering. Locate where extraction candidates are matched against user-provided names and add support for wildcard/regex matching there. Mark as done when both sample patterns behave as expected and the behavior is verified via whatever tests or command-level checks exist for extraction filtering.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp
- 領域
- cli
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100