emad-elsaid / dirtree

Visualizing files paths as an interactive tree, works nicely with gnu linux tools such as find, ls, or git ls-files
MIT License
118 stars 11 forks source link

Debian Install #11

Open DadTheTester opened 1 week ago

DadTheTester commented 1 week ago

How do I install it on Debian 12?

emad-elsaid commented 1 week ago

It's a ruby gem you install ruby and use "gem install dirtree"

On Sun, Jul 7, 2024, 8:37 PM DadTheTester @.***> wrote:

How do I install it on Debian 12?

— Reply to this email directly, view it on GitHub https://github.com/emad-elsaid/dirtree/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAANJAZRPPQLHRZDCCBALULZLGDHDAVCNFSM6AAAAABKPSOOVWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4TIMJWHEYTENA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

DadTheTester commented 1 week ago

Thanks for the response.

I had to use "sudo gem install dirtree".

When I checked -help, I found this: To get autocompletion functionality run: dirtree completion >> ~/.bashrc Or, dirtree completion > /usr/local/etc/bash_completion.d/dirtree Neither command worked.

Thanks again.

emad-elsaid commented 1 week ago

What's The output for Which dirtree

And dirtree completion

On Mon, Jul 8, 2024, 1:36 AM DadTheTester @.***> wrote:

Thanks for the response.

I had to use "sudo gem install dirtree".

When I checked -help, I found this: To get autocompletion functionality run: dirtree completion >> ~/.bashrc Or, dirtree completion > /usr/local/etc/bash_completion.d/dirtree Neither command worked.

Thanks again.

— Reply to this email directly, view it on GitHub https://github.com/emad-elsaid/dirtree/issues/11#issuecomment-2212616650, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAANJA6R6JJKNXJMDZSFYH3ZLHGHZAVCNFSM6AAAAABKPSOOVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJSGYYTMNRVGA . You are receiving this because you commented.Message ID: @.***>

emad-elsaid commented 1 week ago

this output shows that dirtree prints out the correct completion script https://github.com/emad-elsaid/dirtree/issues/12#issuecomment-2214193093

So what do you mean the command doesn't work?

DadTheTester commented 1 week ago

Well, I get an output that shows higher levels than what I wish to capture. I am confused as to specifying the level at which I wish to start with my drill down. If that makes any sense.