Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ggarnier/pidgin-logs-compressor

A simple script to join Pidgin log files per day
https://github.com/ggarnier/pidgin-logs-compressor

Last synced: about 1 month ago
JSON representation

A simple script to join Pidgin log files per day

Awesome Lists containing this project

README

        

= Pidgin logs compressor

A simple script to join Pidgin log files per day.

When you enable logging in Pidgin[http://www.pidgin.im/], it creates a new log file and starts logging every conversation. But if you close the conversation window and then starts a new conversation with the same person, it creates a new log file. This script simply joins log files for the same contact and date on a single file.

== Usage

ruby pidgin-logs-compressor.rb

== TODO

* Support to HTML log files
* Convert it to a Rubygem