Skip to content

Commit

Permalink
Fix jisho bang - don't encode space to plus
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere committed Feb 20, 2024
1 parent ed7d1df commit 9e20984
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bangs.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,5 +767,17 @@
"u": "https://packages.fedoraproject.org/search?query={{{s}}}",
"c": "Tech",
"sc": "Sysadmin (Fedora)"
},
{
"c": "Online Services",
"d": "jisho.org",
"s": "Jisho",
"sc": "Tools",
"t": "jisho",
"u": "http://jisho.org/search/{{{s}}}",
"fmt": [
"open_base_path",
"url_encode_placeholder"
]
}
]

0 comments on commit 9e20984

Please sign in to comment.