Text Input Widget
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 12: Create New Directory
As a terminal user
I want to create a new directory
So that I can organize files
Acceptance Criteria
-
nkey prompts for directory name -
User types name and presses Enter to create
-
Directory is created in current location
-
File list refreshes to show new directory
-
Error message shown if creation fails
-
Esc cancels operation
Notes
-
First file operation
-
Introduces filesystem mutation
-
Introduces input validation
-
Introduces error handling