🔎 Adding a Customised Search Engine
In this case, I'm gonna add the docker search engine in Opera for MacOS.
CHEATSHEET
- Open Opera
- Type
opera://settings/searchEngines
in the address bar - In the Site search menu, click on Add
- Fill the fields like this:
- Name: Docker Hub
-
Shortcut:
docker
-
URL with %s in place of query:
https://hub.docker.com/search?q=%s
- Don't check the Use POST checkbox
- DONE
DETAILS
Open Opera and Go to the Settings
-
Open Opera.
-
In the address bar, type opera://settings/searchEngines and press Enter:
- Scroll to "Site search" section and click on "Add":
-
Fill in the fields like this:
- Name: Whenever you want to call it, here: Docker Hub
- Shortcut: docker or anything short you'd like
-
URL with %s in place of query:
https://hub.docker.com/search?q=%s
- Click Add.
✅ How to Use It:
Now, in your address bar, just type: docker <THE_NAME_OF_A_DOCKER_IMAGE>
…and you'll be taken to the Docker Hub search results for <THE_NAME_OF_A_DOCKER_IMAGE>
.
No Comments