ii
minimalist FIFO and filesystem-based IRC client
Install
- All systems
-
curl cmd.cat/ii.sh
- Debian
-
apt-get install ii
- Ubuntu
-
apt-get install ii
- Alpine
-
apk add ii
- Kali Linux
-
apt-get install ii
- Fedora
-
dnf install ii
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ii
- OS X
-
brew install ii
- Raspbian
-
apt-get install ii
- Dockerfile
- dockerfile.run/ii
- Docker
-
docker run cmd.cat/ii ii
powered by Commando
ii
minimalist FIFO and filesystem-based IRC client
ii (irc it) is a minimalist FIFO and filesystem-based IRC client. It creates an irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created. The in file is used to communicate with the servers and the out files contain the server messages. For every channel and every nick name there are related in and out files created. This allows IRC communication from command line and adheres to the Unix philosophy. It consists of <= 1000 lines of code and is the big brother of sic.