8 comments (8 comments)1 reaction (1 reaction)0 assignees (0 assignees)C5,334 stars (5,334 stars)604 forks (604 forks)batch import
help wanted
Description
Maybe add progress bar or something to inform of actual state in copy/cut files. (or %)
Contributor guide
- Tech stack
- c
- Domain
- desktop
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- C programmingWindows APIwinfile codebase
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- Start by examining winfile's source code for file copy/cut operations, likely in a file such as 'FileOp.c' or similar. Review the existing comments in this issue for any previous suggestions or partial implementations. Identify where the progress feedback should be integrated, possibly using a standard Windows progress bar control. Test the build environment to ensure compilation works.