Last active
February 17, 2022 03:44
-
-
Save kevee/1e2d3588af44908c20a27019d6d6703c to your computer and use it in GitHub Desktop.
A fine method for generating nested container lists into your pasteboard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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