Skip to content

Instantly share code, notes, and snippets.

@3d24rd0
Created November 16, 2021 17:11
Show Gist options
  • Save 3d24rd0/d313d31d0a687cb3c05b3388afb31636 to your computer and use it in GitHub Desktop.
Save 3d24rd0/d313d31d0a687cb3c05b3388afb31636 to your computer and use it in GitHub Desktop.
ls -R $@ | grep ":$" | perl -pe 's/:$//;s/[^-][^\/]*\// /g;s/^ (\S)/└── \1/;s/(^ | (?= ))/│ /g;s/ (\S)/└── \1/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment