Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jadedctrl/tiint
Portable, tmux-based client” for suckless ii (IRC IT). (🪞)
https://github.com/jadedctrl/tiint
ii irc-client irc-it suckless
Last synced: about 2 months ago
JSON representation
Portable, tmux-based client” for suckless ii (IRC IT). (🪞)
- Host: GitHub
- URL: https://github.com/jadedctrl/tiint
- Owner: JadedCtrl
- Created: 2020-05-31T06:50:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T06:46:52.000Z (11 months ago)
- Last Synced: 2024-01-29T08:39:40.974Z (11 months ago)
- Topics: ii, irc-client, irc-it, suckless
- Language: Shell
- Homepage: https://hak.xwx.moe/jadedctrl/tiint
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
===============================================================================
TIINT tmux for ii
===============================================================================A tmux "client" for use with suckless' IRC It.
Simple script that'll make tmux windows for IRC channels with two panes:
- one for tail'ing the output
- one for getting user inputIt's pretty POSIX, and'll run on both GNU and BSD systems.
It also kinda supports notifications, see CONFIG below.
----------------------------------------
USAGE
----------------------------------------
It can make a window for a single channel; windows for every channel in a
server; or windows for all channels under all servers of an irc root.$ tiint -i $IRC_ROOT
$ tiint -s $SERVER_ROOT
$ tiint -c $CHANNEL_PATHPersonally I do:
$ tiint -i ~/chat/irc/
or
$ tiint -c ~/chat/irc/irc.freenode.net/#hase----------------------------------------
INSTALL
----------------------------------------
Just put `tiint` and `loop_input.sh` in your path.
If you want notifications, put in `diff_monitor.sh` too.----------------------------------------
CONFIG
----------------------------------------
There's no "config", but you can edit the script if you want. It's lightweight
and you can do whatever probably.What you might be interested in doing is enabling notifications (uncomment
the line that calls "diff_monitor" in `tiint`), then configuring your
preferred notifcation method (zenity, beeping, whatever) by editing the
"notify" function of `diff_monitor.sh`.----------------------------------------
BORING STUFF
----------------------------------------
License is CC-0
Author is Jaidyn Ann
Sauce is at https://hak.xwx.moe/jadedctrl/tiint