Progress Indicators
By the end of this guide, you will:
-
TODO: Write learning objectives
⚠️ This page is a stub. Help us write it! See the Documentation Plan and Style Guide.
User Stories
Story 15: Copy Files and Directories
As a terminal user
I want to copy files to another location
So that I can duplicate content
Acceptance Criteria
-
ckey prompts for destination path -
User types destination and presses Enter
-
File/directory copied to destination
-
Progress indicator for large operations
-
Error shown if copy fails
-
File list refreshes if copying to current directory
Notes
-
Introduces path input
-
Introduces progress indicators
-
Introduces recursive directory copying
-
Performance considerations for large files