Skip to content

Commit

Permalink
Add list of categories/subcategories
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere committed Feb 16, 2024
1 parent fde9e2c commit 2781d44
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 1 deletion.
161 changes: 161 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,164 @@ This is a repository of bangs used by [Kagi Search](https://kagi.com). It does n

New bangs are accepted if:
- The trigger is not a proper word (except for brands/trademarks, i.e. "amazon")

## Categories

This is a list of possible categories, with their corresponding subcategories. New subcategories can be added as-needed.

- Entertainment:
- Audio
- Blogs
- Blogs (intl)
- Comics
- Events
- Forum
- Games (Minecraft)
- Games (Pokemon)
- Games (WOW)
- Games (general)
- Games (offline)
- Games (specific)
- Misc
- Movies
- Music
- Radio
- Sports
- TV
- Man Page:
- Sysadmin
- Multimedia:
- Books
- Docs
- Games (general)
- General
- Images
- Movies
- Music
- Music (Folk)
- Music (Lyrics)
- Video
- News:
- Aggregators
- Broadcast
- Business
- International
- Magazine
- Magazine (car)
- Magazine (fashion)
- Newspaper
- Newspaper (intl)
- Online
- Specialty
- Weather
- Online Services:
- Events
- Google
- Jobs
- Maps
- Search
- Search (DDG)
- Search (Private)
- Search (Real-time)
- Search (non-US)
- Social
- Social (intl)
- Social news/links
- Tools
- Tools (URLs)
- Tools (fundraising)
- Tracking
- Research:
- Academic
- Academic (biology)
- Academic (math/cs)
- Food
- Government
- Health
- Law
- Learning
- Learning (intl)
- Local
- Real Estate
- Reference
- Reference (fun)
- Reference (religion)
- Reference (science)
- Reference (words intl)
- Reference (words)
- Topical
- Travel
- Shopping:
- Big box/department
- Online
- Online (deals)
- Online (intl)
- Online (marketplace)
- Services
- Tech
- Tech (domains)
- Tech:
- Blogs
- Blogs (intl)
- Chakra
- Companies
- Cryptocurrency
- Design
- Domains
- Downloads
- Downloads (add-ons)
- Downloads (apps)
- Downloads (code)
- Downloads (software)
- Language (perl)
- Languages (.net)
- Languages (Crystal)
- Languages (Mathematica)
- Languages (Matlab)
- Languages (c++)
- Languages (clojure)
- Languages (cocoa)
- Languages (coldfusion)
- Languages (csharp)
- Languages (d)
- Languages (erlang)
- Languages (go)
- Languages (haskell)
- Languages (html)
- Languages (java)
- Languages (javascript)
- Languages (latex)
- Languages (lisp)
- Languages (lua)
- Languages (other)
- Languages (perl)
- Languages (php)
- Languages (python)
- Languages (r)
- Languages (racket)
- Languages (ruby)
- Languages (scala)
- Languages (scheme)
- Languages (vala)
- Libraries/Frameworks
- Libraries/Frameworks (KDE)
- Libraries/Frameworks (wordpress)
- Programming
- Search (DDG)
- Startups
- Sysadmin
- Sysadmin (Arch)
- Sysadmin (Fedora)
- Sysadmin (FreeBSD)
- Sysadmin (Gentoo)
- Sysadmin (RedHat)
- Sysadmin (Ubuntu)
- Sysadmin (debian)
- Sysadmin (man)
- Sysadmin (network)
- Sysadmin (packages)
- Tools
- Tools (URLs)
- Translation:
- General
- Google
13 changes: 12 additions & 1 deletion data/bangs.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@
"type": "object",
"properties": {
"c": {
"type": "string"
"type": "string",
"enum": [
"Entertainment",
"Man Page",
"Multimedia",
"News",
"Online Services",
"Research",
"Shopping",
"Tech",
"Translation"
]
},
"d": {
"type": "string"
Expand Down

0 comments on commit 2781d44

Please sign in to comment.