holmanb / irclm

IRC Log Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRC Log Manager

Manage a local cache of irc logs.

Getting Started

If no configuration is found, the default one will be created at ~/.config/irclm/irclm.toml to configure.

pip install irclm
irclm
$EDITOR ~/.config/irclm/irclm.toml
irclm

Conveniently Grep Log Cache

irclm - grep <key>
irclm - rg <key>

Design Goals

  • be simple, reliable, slim
  • good netizinship - defaults to keep the servers happy

Capabilities

  • incremental cache update by default
  • convenience wrapper for grep
  • session reuse

Server Support

  • irclogs.ubuntu.com
  • Open a PR or a bug

About

IRC Log Manager

License:GNU General Public License v2.0


Languages

Language:Python 100.0%