Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 504 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 504 Bytes

colloquy-transcript-converter

Colloquy spits out lovely XML transcript files when you export them. In the absense of finding an easier way to convert them, here's a simple script to convert them to plain text.

Usage

bundle install
./convert <path-to-transcript> > output.txt

Notes

  • The timestamp is outputted without the date for brevity. You might want to edit this if you have logs spanning multiple days.

Licence

Do what you like with it :-) but I accept no responsibility.