5 ms·
Does this use the txtar format created for developing the go language? I actually use txtar with a custom CLI to quickly copy multiple files to my clipboard an
by Cedricgc 2y ago
Does this use the txtar format created for developing the go language?
I actually use txtar with a custom CLI to quickly copy multiple files to my clipboard and paste it into an LLM chat. I try not to get too far from the chat paradigm so I can stay flexible with which LLM provider I use
- maleldil 2y agoIf I understand correctly, this sounds like https://github.com/simonw/files-to-prompt/ https://github.com/simonw/files-to-prompt/. It's quite useful, with some filtering options (hidden files, gitignore, extensions) and support for Claude-style tags.