smartcat icon indicating copy to clipboard operation
smartcat copied to clipboard

Option to write output to a file

Open NoidoDev opened this issue 6 months ago • 0 comments

I'm currently using it that way:

echo \n >> ~/.smartcat_log && sc "Now, some comments without code ..." -e -r | tee -a ~/.smartcat_log

So it always appends the output to the log or history. Though, it's a but clunky since sending in the next input means I have to remove the text in the middle and replace it.

It would be easier if the program would just allow to define a file for that. Not urgent, just a suggestion.

NoidoDev avatar Jun 21 '25 00:06 NoidoDev