Search multiple websites using a single shortcut.
Project description
searchlauncher
Search multiple websites at once using your default browser.
The search (launcher) can be triggered from anywhere as it's listening for a global keypress.
Installation
pip install searchlauncher
Requirements
Python >=3.10
with tkinter
installed.
Running in background
searchlauncher
to start as a daemon waiting for a configurable keypress (e.g., Ctrl + Shift + E
).
Then type your query and press Enter
to submit or Esc
to close the window.
This will open the search for each website in a new tab.
Searching different website groups can be triggered with different hotkeys.
Searching from console
Instead of running in background, you can use the CLI run a one-off search.
To open a search for all configured websites:
searchlauncher search "an item I'm looking for"
You can also select a custom search group:
searchlauncher search "and now for something completely different" -g en
Settings and supported websites
To open the config file location, you can run
searchlauncher config
after installing.
See the available default websites and groups
.
You can easily modify this file to add and modify target websites as well as their groups.
You can also customise the default shortcut
hotkey as well as shortcuts for all groups.
TODO
- CLI to search for a single item
- GUI (popup on hotkey)
- Configurability
- Customise the hotkey(s)
- Customise search sites
- Customisable search groups
- Add and select different browsers
Development
Setup
-
Install poetry and
cd
to this folder. -
poetry install
-
poetry run pre-commit install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file searchlauncher-0.2.0.tar.gz
.
File metadata
- Download URL: searchlauncher-0.2.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.11.1 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55259354bd1875c06a53b9957b607f74a40de79ac11c8d04e6b01a0f9ec1508d |
|
MD5 | 688702060463d190356f227053593b24 |
|
BLAKE2b-256 | ce92fb60f38d0622fb11929834554953ac0f0b0859eda3266f98a16ea3fcc300 |
File details
Details for the file searchlauncher-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: searchlauncher-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.11.1 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 911d3430b562352e913bd61608048f75ab1f9a9a8c4cb8fb52c585156755cce1 |
|
MD5 | ab81550ecef607e3b7de164e9278e422 |
|
BLAKE2b-256 | 17f847b52d7ce4fdf807f6eb8be83e29c51d0902cc97b7fa67402a6ea0c3ac4b |