crisbal_·작년·discussI use the following for feeding into AI find . -print -exec cat {} \; -exec echo \; Which will return for each file (and subfolders) the filename and then the content of the file.Then `| pbcopy` to copy to clipboard and paste it into ChatGPT or similar.
crisbal_·4년 전·discussHow does this compare to Voila from the Jupyter team? ( https://voila.readthedocs.io/en/stable/index.html )
Which will return for each file (and subfolders) the filename and then the content of the file.
Then `| pbcopy` to copy to clipboard and paste it into ChatGPT or similar.