https://github.com/holmanb/irclm
IRC Log Manager
https://github.com/holmanb/irclm
Last synced: 4 months ago
JSON representation
IRC Log Manager
- Host: GitHub
- URL: https://github.com/holmanb/irclm
- Owner: holmanb
- License: gpl-2.0
- Created: 2022-09-22T03:16:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T03:57:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T06:19:02.591Z (6 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.```bash
pip install irclm
irclm
$EDITOR ~/.config/irclm/irclm.toml
irclm
```Conveniently Grep Log Cache
---------------------------```bash
irclm - grep
irclm - rg
```Design Goals
============- be simple, reliable, slim
- good netizinship - defaults to keep the servers happyCapabilities
------------- incremental cache update by default
- convenience wrapper for grep
- session reuseServer Support
--------------
- irclogs.ubuntu.com
- Open a PR or a bug