~delthas/chathistorycat

A tool to cat IRC chat history
260f6965 — delthas 11 months ago
Initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~delthas/chathistorycat
read/write
git@git.sr.ht:~delthas/chathistorycat

You can also use your local clone with git send-email.

#chathistorycat

A tool to cat IRC chat history.

It's like cat for IRC log files, but it fetches logs over IRC using the IRCv3 chathistory extension.

#Building

go install git.sr.ht/~delthas/chathistorycat@master

#Usage

For example, to view #sr.ht logs from chat.sr.ht on June, 1st locally:

chathistorycat delthas@chat.sr.ht "#sr.ht" 2023-06-01 | less

To view all logs from #senpai on libera:

chathistorycat delthas@chat.sr.ht libera "#senpai" | less

#License

MIT

#Acknowledgements

This project was inspired by chathistorysync.