Skip to content

Commit

Permalink
Fix TLDR/Fedora package search bangs
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere committed Feb 19, 2024
1 parent 466055b commit 5e346ef
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ This is a list of possible categories, with their corresponding subcategories. N
- Social
- Social (intl)
- Social news/links
- Sysadmin
- Tools
- Tools (URLs)
- Tools (fundraising)
Expand Down
52 changes: 52 additions & 0 deletions bangs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,5 +1060,57 @@
"open_base_path",
"url_encode_placeholder"
]
},
{
"s": "Tldr",
"d": "tldr.inbrowser.app",
"t": "tldr",
"u": "https://tldr.inbrowser.app/search?query={{{s}}}",
"c": "Online Services",
"sc": "Sysadmin",
"fmt": [
"open_base_path",
"url_encode_placeholder",
"url_encode_space_to_plus"
]
},
{
"s": "Fedora Package Search",
"d": "packages.fedoraproject.org",
"t": "fps",
"u": "https://packages.fedoraproject.org/search?query={{{s}}}",
"c": "Tech",
"sc": "Sysadmin (Fedora)",
"fmt": [
"open_base_path",
"url_encode_placeholder",
"url_encode_space_to_plus"
]
},
{
"s": "Fedora Package Search",
"d": "packages.fedoraproject.org",
"t": "fedpack",
"u": "https://packages.fedoraproject.org/search?query={{{s}}}",
"c": "Tech",
"sc": "Sysadmin (Fedora)",
"fmt": [
"open_base_path",
"url_encode_placeholder",
"url_encode_space_to_plus"
]
},
{
"s": "Fedora Package Search",
"d": "packages.fedoraproject.org",
"t": "fedorapkg",
"u": "https://packages.fedoraproject.org/search?query={{{s}}}",
"c": "Tech",
"sc": "Sysadmin (Fedora)",
"fmt": [
"open_base_path",
"url_encode_placeholder",
"url_encode_space_to_plus"
]
}
]

0 comments on commit 5e346ef

Please sign in to comment.