rioterm 0.4.7 on Windows 10.
With the following toml, after triggering the keybindings, the matched text are highlighted, but they do not have any label. So the user wouldn't know which button to press to initiate the hint command or actions.
[[hints.rules]]
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
hyperlinks = true
post-processing = true
persist = false
[hints.rules.command]
command = { program = "C:\\Program Files\\Mozilla Firefox\\firefox.exe", args = ["--new-tab"] }
[hints.rules.mouse]
enabled = true
mods = ["Alt"]
[hints.rules.binding]
key = "."
mods = ["Control", "Shift"]

rioterm 0.4.7 on Windows 10.
With the following toml, after triggering the keybindings, the matched text are highlighted, but they do not have any label. So the user wouldn't know which button to press to initiate the hint command or actions.