Skip to content

Instantly share code, notes, and snippets.

@kevee
Last active February 17, 2022 03:44
Show Gist options
  • Save kevee/1e2d3588af44908c20a27019d6d6703c to your computer and use it in GitHub Desktop.
Save kevee/1e2d3588af44908c20a27019d6d6703c to your computer and use it in GitHub Desktop.
A fine method for generating nested container lists into your pasteboard
find . -type f -print | sed 's_/_ / _g' | sed '/\.DS_Store/d'| sed '/\.tools/d' | sed '/\.git/d' | sed 's/\. \/ //' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment