I like this! I originally started with something similar (but this one is much cleaner!), but then wanted to add optional exclusions (like .gitignore, tests, configurations).
Would it be okay if I include this one liner in the readme (with credit) as an alternative?
Comments
This looks very cool for complex queries!
If your codebase is structured in a very modular way than this one liner mostly just works:
find . -type f -exec echo {} \; -exec cat {} \; | pbcopy
I like this! I originally started with something similar (but this one is much cleaner!), but then wanted to add optional exclusions (like .gitignore, tests, configurations).
Would it be okay if I include this one liner in the readme (with credit) as an alternative?
Absolutely!