finter 0.3.4

A Tmux plugin to quickly create session for folders in configured paths.
Documentation
1
2
3
4
5
6
7
8
9
10
roots = [
    "/home/username/projects",
    "/home/username/work",
]

[ssh]
session_name = "ssh_mac_mini"
primary = "user@192.168.1.200"
# Optional Tailscale fallback target
# tailscale = "user@macmini.tailnet.ts.net"