https://github.com/ramnes/hilightcmd
Irssi script that calls a system command when you're hilighted
https://github.com/ramnes/hilightcmd
irssi irssi-scripts
Last synced: 11 months ago
JSON representation
Irssi script that calls a system command when you're hilighted
- Host: GitHub
- URL: https://github.com/ramnes/hilightcmd
- Owner: ramnes
- Created: 2013-03-17T05:58:22.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T19:45:01.000Z (about 10 years ago)
- Last Synced: 2025-07-08T23:14:47.535Z (11 months ago)
- Topics: irssi, irssi-scripts
- Language: Perl
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hilightcmd
==========
Call a custom system command when receiving a hilight.
Originally based on `hiligthwin.pl` by Timo Sirainen, and djcraven5's idea for
making remote computer beep through ssh.
Usage
-----
Example of use, assuming you have ssh and beep on your remote:
```
/set hilightcmd_systemcmd ssh user@host beep &
```
The hilighted text may be passed as a quoted string:
```
/set hilightcmd_systemcmd printf "%s\n" %(message)s >> ~/hilights
```
License
-------
GNU GPLv3