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

Output order makes no sense? #133

Open
eggbean opened this issue Jun 1, 2023 · 0 comments
Open

Output order makes no sense? #133

eggbean opened this issue Jun 1, 2023 · 0 comments

Comments

@eggbean
Copy link

eggbean commented Jun 1, 2023

This is the output from tree, single level. It ignores the leading dot when showing files and directories in alphabetical order.

jason@helios:~/.dotfiles% tree -aL 1
.
├── bin
├── bootstrap
├── config
├── .git
├── .gitattributes
├── .git-crypt
├── .githooks
├── .github
├── key.gpg
└── packages

7 directories, 4 files

This is what tre does with the -a switch. I can't make any sense of it.

jason@helios:~/.dotfiles% tre -al 1
.
├── bin
├── key.gpg
├── config
├── packages
├── .github
├── .git-crypt
├── bootstrap
├── .git
├── .githooks
└── .gitattributes

This is tre without the -a switch. Not quite as WTF, but still crazy.

jason@helios:~/.dotfiles% tre -l 1
.
├── bin
├── key.gpg
├── .git-crypt
├── .gitattributes
├── .githooks
├── .github
├── bootstrap
├── config
└── packages

It would be great if tre could get a little more development to fix these issues.

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