about summary refs log tree commit diff stats
path: root/README.md
blob: 7d92514d9fe874cf503744111b8c8bf7a3a53da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# MERGIRC TURNEL

a configurable ssh tunneler that I use for IRC

this is a small shell script that'll set up
an IRC tunnel between hosts that you can configure
using a file.

When you run mrgrctrnl,
it'll automagically tunnel the hosts
and let you sign into IRC on your own computer.
Yay!

## Why

I like running weechat from my computer but have it connected to others.
For example, I like to stay connected to tilde.town's IRC from my laptop.
According to instructions from
[~nick](https://tilde.town/~nick/sshtunnel.html),
you can just set up an SSH tunnel.
But I have multiple servers!
So I made this script.

### Why the stupid name?

![gersbermps meme edited so she's holding terminals](mrgrc.jpg "ermahgerd")

## Config file

The config file is located at `$XDG_CONFIG_HOME/mrgrctrnl/config`.
Each row is an ssh tunnel to run,
with whitespace-separeted fields.
A `#` begins a comment that goes to the end of the line.

```
# machine       user    local           remote
example.com     ted     localhost:6989  localhost:6667
```

## Requirements

- POSIX environment
- ssh

## Install

````
# make install
```

## Uninstall

```
# make uninstall
```