Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Reverse sort unexpected #32

Open
allaboutevemirolive opened this issue Oct 9, 2024 · 0 comments
Open

Bug: Reverse sort unexpected #32

allaboutevemirolive opened this issue Oct 9, 2024 · 0 comments

Comments

@allaboutevemirolive
Copy link
Owner

Running target/debug/trees-rs src -r -F

Output:

src
├── main.rs
├── cli
│   ├── app.rs
│   ├── arg.rs
│   └── mod.rs
├── config
│   ├── ignore.rs
│   ├── inspect.rs
│   ├── mod.rs
│   ├── registry.rs
│   ├── root.rs
│   └── sorting.rs
├── render
│   ├── attributes.rs
│   ├── buffer.rs
│   ├── color.rs
│   ├── mod.rs
│   └── entree
│       ├── dirr.rs
│       ├── filee.rs
│       ├── headd.rs
│       ├── mod.rs
│       └── symlinked.rs
├── report
│   ├── mod.rs
│   └── stats.rs
├── tree
│   ├── branch.rs
│   ├── level.rs
│   ├── mod.rs
│   └── node.rs
└── walk
    ├── fent.rs
    ├── mod.rs
    └── tr.rs

D: 8, F: 28, H: 0, SY: 0, M: 0, T: 36, SZ: 114324 bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant