irssi
irssiIrssi is a modular text mode chat client.
Irssi is a modular text mode chat client.
passwordtls_passsasl_passwordThe rest of the file syncs. Only these values are lifted out and kept in your secret store.
tls_cert, tls_pkey, own_host port = "6697"; use_tls = "yes"; tls_verify = "yes"; tls_cert = "/home/octocat/.irssi/certs/libera.pem";machine-local tls_pkey = "/home/octocat/.irssi/certs/libera.key";machine-local tls_pass = "FAKEcertpassphrase0000"; tls_cafile = "/etc/ssl/certs/ca-certificates.crt"; tls_capath = "/etc/ssl/certs"; password = "FAKEserverpassword0000"; own_host = "192.0.2.10";machine-local autoconnect = "yes"; });Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
tls_cafile, tls_capath tls_cert = "/home/octocat/.irssi/certs/libera.pem"; tls_pkey = "/home/octocat/.irssi/certs/libera.key"; tls_pass = "FAKEcertpassphrase0000"; tls_cafile = "/etc/ssl/certs/ca-certificates.crt";machine-local tls_capath = "/etc/ssl/certs";machine-local password = "FAKEserverpassword0000"; own_host = "192.0.2.10"; autoconnect = "yes";Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Not a subtraction from the paths above: this is everything else irssi writes in your home directory that is state, not configuration. It keeps a whole-home manager like chezmoi from sweeping those up, and it still holds if the synced paths are ever widened.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
Opens otty://sync/add/irssi. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.
Every one of these is generated from the same rules as this page. None of them splits tls_cert and tls_pkey for you — that part is Otty’s own sync, or a template you write by hand.