browserutils / kooky

Go code to read cookies from browser cookie stores.
MIT License
204 stars 41 forks source link

CLI: Add an option to output in line-delimited JSON format #85

Open mousetail opened 2 months ago

mousetail commented 2 months ago

This should allow more easily using this in a pipeline with other shell commands.

Note: I'm not super familiar with Go so I don't know if this is an proper ideomatic approach. Let me know if you think this should be handled differently.