Skip to content

Commit

Permalink
search-engine: Add Docker Hub image search engine. (syl20bnr#15706)
Browse files Browse the repository at this point in the history
  • Loading branch information
pataquets committed Aug 19, 2022
1 parent c99f6a9 commit b86b881
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.develop
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ In org-agenda-mode
- Add Debian & Ubuntu package search engines (thanks to Alfonso Montero).
- Allow to configure a TLD other than =.com= for Amazon searches (thanks to Alfonso Montero).
- Add Rails API search engine
- Add Docker Hub image search engine (thanks to Alfonso Montero).
***** Spacemacs-navigation
- Key bindings:
- Add ~J/K~ to scroll up/down (or next/previous node) in Info-mode
Expand Down
3 changes: 2 additions & 1 deletion layers/+web-services/search-engine/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ This layer adds support for the [[https://github.com/hrs/engine-mode][Search Eng
- Bing
- Duck Duck Go
- Ecosia
- GitHub
- Google
- Google Images
- GitHub
- Google Maps
- Twitter
- Project Gutenberg
Expand All @@ -47,6 +47,7 @@ This layer adds support for the [[https://github.com/hrs/engine-mode][Search Eng
- Debian Packages
- Ubuntu Packages
- Rails API
- Docker Hub images

* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
Expand Down
3 changes: 3 additions & 0 deletions layers/+web-services/search-engine/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
(bing
:name "Bing"
:url "https://www.bing.com/search?q=%s")
(docker-hub
:name "Docker Hub"
:url "https://hub.docker.com/search?q=%s")
(duck-duck-go
:name "Duck Duck Go"
:url "https://duckduckgo.com/?q=%s")
Expand Down

0 comments on commit b86b881

Please sign in to comment.