ghciwatch icon indicating copy to clipboard operation
ghciwatch copied to clipboard

Output to file

Open theGhostJW opened this issue 7 months ago • 4 comments

Describe the feature you’d like to be implemented

In ghcid I can have the console output also copied to a log file as text (not json log format) by adding an -o switch

e.g. ghcid --command 'cabal repl' pyrethrum --allow-eval --clear --no-height-limit '-o ghcid.log'

it would be great to have an equivalent feature in ghciwatch.

List alternatives to the feature and their pros and cons

No response

Additional context

I have found this feature very useful for debugging output which were long lists of pretty printed logs

theGhostJW avatar Aug 03 '24 07:08 theGhostJW