smartcat
smartcat copied to clipboard
Option to write output to a file
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.