Skip to content

Instantly share code, notes, and snippets.

@justinthrelkeld
Created September 10, 2014 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinthrelkeld/7d096205fff81cdc5ff3 to your computer and use it in GitHub Desktop.
Save justinthrelkeld/7d096205fff81cdc5ff3 to your computer and use it in GitHub Desktop.
alias filetree="ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment