hirc2txt.sh (201B)
1 #!/bin/sh 2 # Select logfile, and view with hirc2txt/irccat 3 4 dir="$HOME/.local/hirc" 5 6 file=$(find "$dir" -type f -name "*.log" | dmenu -i -p 'Log file:' | head -n 1) 7 8 hirc2txt < $file | irccat | less -R
hirc[archived] IRC client | |
git clone https://hhvn.uk/hirc | |
git clone git://hhvn.uk/hirc | |
Log | Files | Refs |