Sorting
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 9: Sort Files
As a terminal user
I want to sort files by name, size, or date
So that I can find files more easily
Acceptance Criteria
-
skey cycles through sort options -
Sort options: name (asc/desc), size (asc/desc), date (asc/desc), type
-
Status bar shows current sort order
-
Directories can be sorted first or mixed with files
-
Sort persists during session
Notes
-
Introduces sorting logic
-
Introduces sort state management
-
Introduces status bar messaging