dduan / tre

Tree command, improved.
MIT License
732 stars 15 forks source link

Should tre follow symlink directory? #95

Open Alex-duzhichao opened 2 years ago

Alex-duzhichao commented 2 years ago

If I make a symlink directory using ln -s / root, tre only shows:

❯ tre
[0] .
└── [1] root

Could tre provide an option to allow follow symlink directory?