summaryrefslogtreecommitdiff
path: root/src/operations/ls.rs
Commit message (Collapse)AuthorAge
* Preserve original path when listing directory contentsBen Bridle2025-01-08
| | | | | | Previously, the value of the original_path field of each entry returned by the list_directory function was using the canonicalized directory path, not the directory path as originally passed to the function.
* Large collection of changesv1.0.0Ben Bridle2023-12-19
|
* Initial commitv1.0Ben Bridle2022-08-25