|
|
|
|
|
by dsmurrell
704 days ago
|
|
I made something like this too to use myself. It's called `describe dot` and builds a context by recursing over . and putting all the content into the clipboard. It respects the .gitignore files in each folder and I can add .dignore files to ignore more files. At the end it creates a text file folder structure followed by the contents of all the files. It also logs the files in size order so that you can trim down the total size by ignoring them. It's been useful for small projects but I imagine that a whitelist based approach might be more useful for larger ones. |
|