this post was submitted on 08 Dec 2023
23 points (92.6% liked)
Linux
48092 readers
1498 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Firefox has keyword bookmarks which is basically identical to bangs but you can customize them to your preference and they don't require sending your query to a third-party remote service.
Just set the "Keyword" option in a bookmark and type
mykeyword foo
in the URL bar to search using your bookmarkmykeyword
. I use a lot of one-character keywords such asm
forhttps://www.google.ca/maps?q=%s
,g
forhttps://www.google.com/search?q=%s
,d
forhttps://www.dndbeyond.com/search?q=%s
and similar. I also have a keyworde
which runs a bookmarklet that fills in a one-time email into the currently focused input field.sure, it's just a pain in the ass to set up for more than a few search options.
IDK, maybe I have a particularly bad memory but it is basically as easy for me to bookmark a URL as it is to lookup and remember a bang that they defined. Plus local will always be faster, more private and more secure.