Lightweight shortcut/bookmark tool for Chrome omnibox.
Go compiler.
Download codes from Github.
Next, add .env file to the project root directory.
ENV={ runtime environment e.g. "development", "test" or "production" }
# Default port 8008, free to change.
PORT=8008
# Optional, default Google.
SEARCH_ENGINE_URL={ search query string for your preferred search engine }
Deploy in container (Build from Dockerfile or pull the pre-build image) or use go compiler to build binary.
docker run -d \
--name omni-cmd \
--restart unless-stopped \
-p 8008:8008 \
-v { directory you store your config.yml }:/config
--env-file { your environment file path } \
qiyihuang/omni-cmd:latest
Add a search engine with the url: "https://yoururl/saerch?cmd=$s"
Qiyi Huang - @qiyihuang
MIT