mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-30 03:13:05 -04:00
- Introduced `FileListArgs` struct to handle directory listing arguments, including path, limit, hidden files inclusion, and sort order. - Enhanced `FileCmd` enum to support a new `List` command for listing directory contents. - Implemented `list_directory` function to query and display directory contents, integrating sorting and filtering options. - Updated `run` function to handle the new directory listing command, providing a user-friendly output format with a table display. - Improved error handling for invalid sort options during directory listing.