A lightweight application to streamline your searches on developer-favorite sites like dev.to, Medium, and more. 🌐
- 📋 Select multiple sites to search from a customizable list.
- 🌈 Simple and user-friendly interface.
- 🌍 Opens all selected searches in your default browser.
- 📢 Feedback on successful and failed search attempts.
-
Clone this repository:
git clone https://github.com/deepesh611/Dev-Search.git cd dev-search
-
Run the setup
python setup.py # windows python3 setup.py # macOS/linux
-
Run
search.py
and enter your query that you wish to searchpython search.py # windows python3 search.py # macOS/linux
-
Select sites to search using a checkbox-style interface.
-
Sit back as your searches open in your default browser!
- Clone this repository:
git clone https://github.com/deepesh611/Dev-Search.git cd dev-search
- Install the required modules:
pip install -r ./requirements.txt
- Run the
main.py
program insrc
sub-directory:cd src python main.py # windows python3 main.py # macOS/linux
- Select sites to search using a checkbox-style interface.
- Sit back as your searches open in your default browser!
You can add or modify the list of sites by editing the sites.json
file in src/json
folder.
- Python 3.10.x+ 🐍
Happy Searching! 🚀