Shinpuru-Sachi is a lightweight terminal browser (also called a terminal search tool) designed for creators, coders, and power users. It allows you to search the web from your terminal, fetch results quickly, and optionally receive desktop notifications.
Developed by Chisom Life Eke, founder of Quick Red Tech.
-
Terminal-based search
Perform web searches directly from your terminal using DuckDuckGo. -
Instant top results
Quickly view the top search result with a title, snippet, and URL. -
Optional desktop notifications
Receive native notifications for top search results (requiresplyer). -
Fallback HTML scraping
If DuckDuckGo’s JSON API fails or returns no results, Sachi scrapes HTML to provide fallback results. -
Open results in browser
Optionally open the top search result directly in your default web browser. -
Cross-platform support
Works on Windows, Linux, and macOS with Python 3.x. -
Customizable max results
Control the number of results displayed (default is 3). -
Lightweight & minimal dependencies
Only requiresrequests,beautifulsoup4, and optionallyplyerfor notifications. -
Honest limitations
- The tool relies on DuckDuckGo and may occasionally fail if the API or HTML structure changes.
- Desktop notifications are optional and may not work on all platforms.
- It is primarily a terminal search tool and does not replace full web browsers.
Shinpuru-Sachi, Sachi cmd browser, terminal browser, Quick Red Tech, command-line search, Python search tool
- Clone or download the repository:
git clone https://github.com/QRTQuick/Shinpuru-Sachi.git
cd Shinpuru-Sachi