anishshobithps / anishshobithps/snipshot
File picker: --include-hidden and --max-depth
- Ngôn ngữ chính
- TypeScript
- Star
- 1
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The interactive walker (`collectFiles`) hardcodes depth 4 and skips every dotfile, so `.github/workflows/*.yml`, `.env.example`, etc. can't be picked. Add:
- `--include-hidden`
- `--max-depth `
- [ ] Flags thread into `collectFiles`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Start at the interactive walker and its collectFiles entry point, then trace how command-line flags are parsed. Verify how hidden paths and the current depth limit are handled before threading in --include-hidden and --max-depth . Done means both flags affect file picking, including dotfiles and paths deeper than the default depth.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- typescript
- Lĩnh vực
- cli
- Loại issue
- Tính năng
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Ít trao đổi
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 68/100