• v0.1.0-rc1 f7b6566441

    v0.1.0-rc1 Pre-release

    maleszka released this 2026-04-14 18:50:21 +02:00 | 50 commits to main since this release

    Example ~/.config/wbij.zon (commented lines contain defaults):

    .{
        // .cache_dir = "~/.cache/wbij",
        // .default_account = "maleszka@satori",
        // .fzf_bin_path = "/usr/bin/fzf",
        .accounts = .{
            .{
                .id = "adam_maleszka@sim",
                .platform = .sim,
                .baseurl = "https://sim.13lo.pl",
                .username = "adam_maleszka",
                .pass_cmd = "pass sim.13lo.pl/adam_maleszka",
                .default_lang = "cpp20",
            },
            .{
                .id = "maleszka@satori",
                .platform = .satori,
                .baseurl = "https://satori.tcs.uj.edu.pl",
                .username = "maleszka",
                .pass_cmd = "pass satori.tcs.uj.edu.pl/maleszka",
            },
        },
    }
    

    Just download wbij into your path and start wbijanie!

    Downloads