tre
tre copied to clipboard
Tree command, improved.
 I used the script from the readme:  Shell: PowerShell 7.3.0-preview.6 tre: tre-command 0.4.0 Same thing occurs on Windows' system PowerShell (5.1)
Hi. We have ended up with three different versions of the Clap crate in Debian and would like to reduce this number. Is there any possibility of an update to...
I installed `tre` with `cargo`. When I run `tre -e vim`, it doesn't generate aliases and I can't find alias file
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 ├──...
Tabbing doesn't complete the file/directory names with the zsh completion. Bash works fine.
'Tree' can list file sizes, like so: ``` . ├── [ 314] stdafx.cpp ├── [ 163] stdafx.h ├── [ 94] targetver.h └── [ 0] x64 └── [ 0] Release ├──...
I felt like this was missing and it was the reason why I searched for a tool like this in the first place. (I wanted to only show files with...
Please add an aarch64 build for Linux. This architecture is getting more popular, especially on cloud instances and the Raspberry Pi 4.
Thank you for tre! I was looking for a tree that lists only directories/files tracked by git. I think you worked towards that in 0.4.0, but there are still some...
Hello! I'd like to collapse directories with single entries. Here is a possible implementation, that extends the default formatter. Coloring on this could be improved, to highlight the base of...