An open API service indexing awesome lists of open source software.

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

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