| Name | search-cli-pro JSON |
| Version |
0.1.1
JSON |
| download |
| home_page | None |
| Summary | A simple cross-platform CLI tool to search the web from your terminal |
| upload_time | 2025-09-08 06:07:16 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.7 |
| license | MIT |
| keywords |
cli
search
browser
google
duckduckgo
bing
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# search-cli-pro
A simple cross-platform CLI tool to search the web directly from your terminal.
Supports multiple search engines and opens results in your favorite browser.
# Features
- Search across Google, Bing, DuckDuckGo, YouTube, Wikipedia, GitHub, Reddit, and StackOverflow.
- Works on macOS, Linux, and Windows.
- Optionally specify which browser to open (Safari, Chrome, Firefox, etc.).
- Lightweight and easy to use.
# Installation
pip install search-cli-pro
Or install directly from source:
git clone https://github.com/Hrishi11572/search-cli-pro.git
cd search-cli-pro
pip install -e .
# Usage
Search google:
search google "What's the weather today?"
Search Youtube:
search youtube "lofi hip hop beats"
Search wikipedia:
search wikipedia "Python programming"
Open with Safari (macOS):
search google "machine learning" -a Safari
List supported search engines:
search --list
# Platform notes
- macOS : Supports custom browsers via -a
- Linux : Tries given browser, falls back to default if not found
- Windows : Opens in default browser (custom -a not supported yet)
# Development
Clone the repo and install in editable mode:
git clone https://github.com/Hrishi11572/search-cli-pro.git
cd search-cli-pro
pip install -e .
Then run:
search google "python argparse"
# License
MIT License - free to use, modify and share
Raw data
{
"_id": null,
"home_page": null,
"name": "search-cli-pro",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "cli, search, browser, google, duckduckgo, bing",
"author": null,
"author_email": "Hrishikesh Tiwari <tiwarihrishikesh686@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/68/c9/495e55afc646c19955015ad5a975df28ff9d620d2021a778e9603335b104/search_cli_pro-0.1.1.tar.gz",
"platform": null,
"description": "# search-cli-pro\n\nA simple cross-platform CLI tool to search the web directly from your terminal.\nSupports multiple search engines and opens results in your favorite browser.\n\n# Features\n\n- Search across Google, Bing, DuckDuckGo, YouTube, Wikipedia, GitHub, Reddit, and StackOverflow.\n\n- Works on macOS, Linux, and Windows.\n\n- Optionally specify which browser to open (Safari, Chrome, Firefox, etc.).\n\n- Lightweight and easy to use.\n\n# Installation\n\n pip install search-cli-pro\n\nOr install directly from source:\n\n git clone https://github.com/Hrishi11572/search-cli-pro.git\n cd search-cli-pro\n pip install -e .\n\n# Usage\n\nSearch google:\n\n search google \"What's the weather today?\"\n\nSearch Youtube:\n\n search youtube \"lofi hip hop beats\"\n\nSearch wikipedia:\n\n search wikipedia \"Python programming\"\n\nOpen with Safari (macOS):\n\n search google \"machine learning\" -a Safari\n\nList supported search engines:\n\n search --list\n\n# Platform notes\n\n- macOS : Supports custom browsers via -a\n- Linux : Tries given browser, falls back to default if not found\n- Windows : Opens in default browser (custom -a not supported yet)\n\n# Development\n\nClone the repo and install in editable mode:\n\n git clone https://github.com/Hrishi11572/search-cli-pro.git\n cd search-cli-pro\n pip install -e .\n\nThen run:\n\n search google \"python argparse\"\n\n# License\n\nMIT License - free to use, modify and share\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple cross-platform CLI tool to search the web from your terminal",
"version": "0.1.1",
"project_urls": null,
"split_keywords": [
"cli",
" search",
" browser",
" google",
" duckduckgo",
" bing"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "5d029da70ee1d575fb3a0c464868fa7529afb07c0656219ee13f85db418abd8b",
"md5": "b304522ed0333f72e01227c51d31ffae",
"sha256": "6036199b7778e758344f2903f22474098b0e29b4f2e52c0d72e28200985c0673"
},
"downloads": -1,
"filename": "search_cli_pro-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b304522ed0333f72e01227c51d31ffae",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 3382,
"upload_time": "2025-09-08T06:07:14",
"upload_time_iso_8601": "2025-09-08T06:07:14.656381Z",
"url": "https://files.pythonhosted.org/packages/5d/02/9da70ee1d575fb3a0c464868fa7529afb07c0656219ee13f85db418abd8b/search_cli_pro-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "68c9495e55afc646c19955015ad5a975df28ff9d620d2021a778e9603335b104",
"md5": "c61450016391fbbc8f16eb1ad22387bc",
"sha256": "987606a0e79501cf5f1434e74e9064d2764b58f0907ec9d96836529521095baf"
},
"downloads": -1,
"filename": "search_cli_pro-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "c61450016391fbbc8f16eb1ad22387bc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 2888,
"upload_time": "2025-09-08T06:07:16",
"upload_time_iso_8601": "2025-09-08T06:07:16.218727Z",
"url": "https://files.pythonhosted.org/packages/68/c9/495e55afc646c19955015ad5a975df28ff9d620d2021a778e9603335b104/search_cli_pro-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-08 06:07:16",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "search-cli-pro"
}