Skip to content

Instantly share code, notes, and snippets.

@olierxleben
Created April 26, 2014 05:56
Show Gist options
  • Save olierxleben/11312810 to your computer and use it in GitHub Desktop.
Save olierxleben/11312810 to your computer and use it in GitHub Desktop.
tree printing terminal command for fish shell
function tree
find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
end
@rjpcasalino
Copy link

Thanks! Love it.

@frfernandezdev
Copy link

Wow amazing. Thanks man!

@0bvim
Copy link

0bvim commented Jul 12, 2023

Marvelous!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment