d6o / GoTree

A Tree printer module written in GoLang
https://disiqueira.github.io/GoTree/
MIT License
191 stars 32 forks source link

file system tree #3

Closed ghost closed 4 years ago

ghost commented 6 years ago

wondering if it would makes sense to extend this to allow printing a file system tree ?

The reason being that i am toying with the idea to extend this lib a bit to show git status and maybe a few other things.

The idea is that you can just install it on any machine and have a decent folder view tool, along with the micro terminal IDE ( https://github.com/zyedidia/micro )

Wondering what you think..

d6o commented 4 years ago

I am going to close this issue. I think the library should be as simple as possible. Another library could import this one and implement a tree that prints a system tree.