Expand description
Structs§
- ListCLI
- List files and their actual and cached metadata.
- List
Format - Represents the format of a list, including the columns to be displayed.
- ListRow
- A single item in the list output
- List
Rows - All rows of the file list and its format and sorting criteria
Enums§
- List
Column - Format specifier for file list columns
- List
Sort Criteria - Specify how to sort file list
Functions§
- build_
row - Print a single row from the given element and the format
- build_
table - Build a table from the list of rows
- cmd_
list - Output Format
- cmd_
list_ inner - The actual implementation moved here to get the listed elements separately to be used in desktop and server
- format_
size - Format size in human readable form, and shows the small changes.
- format_
timestamp - Formats the timestamp with “%Y-%m-%d %H:%M:%S” if there is Some, or returns a corresponding string of spaces.