Rename Files
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 13: Rename Files and Directories
As a terminal user
I want to rename the selected file or directory
So that I can fix typos or improve organization
Acceptance Criteria
-
rkey prompts for new name -
Input pre-populated with current name
-
Enter confirms rename
-
File list updates to show new name
-
Error shown if name conflicts or is invalid
-
Esc cancels operation
Notes
-
Introduces pre-populated input
-
Introduces conflict detection
-
Introduces name validation