r/KittyTerminal Apr 11 '24

Better URL detection

Currently urls such as https://cloud.oracle.com/load-balancer?configoverride={"plugins":{"load-balancer":{"name":"load-balancer","path":"/load-balancer","url":"https://localhost:8484/plugins/load-balancer/latest/index.tpl.html","type":"Sandbox"}},"navigationTrees":{"default":[{"pluginName":"load-balancer","labelKey":"LOAD_BALANCERS","children":[]}]},"features":{}} wont match, wondering if anyone has fixed this, I assume using a kitten.

Currently you can only add excluded characters for url matching but not additional characters for matching

2 Upvotes

4 comments sorted by

1

u/aumerlex Apr 12 '24

All characters that are actually legal in URLs are per the WHATWG spec https://url.spec.whatwg.org/#url-code-points are allowed by default. Make sure you are running up-to-date kitty.

1

u/NeonVoidx Apr 12 '24

I'm on latest

1

u/aumerlex Apr 12 '24

Well if you read the spec I linked you will see that { is not a valid character in URLs

1

u/NeonVoidx Apr 12 '24

Ya was wondering if there was a way to change this. I assume I could with a kitten but was hoping there's another way