← ALL PROJECTS2026
T-BROWSEE
RUSTACTIX-WEBTOKIOCLI
A CLI tool for searching queries directly from the terminal. Run a command and get answers instantly without leaving your workflow. Built with Rust for speed.
The Problem
Context switching between terminal and browser kills developer flow.
The Solution
T-Browsee lets you search directly from your terminal. Run a command, get answers, stay in flow.
Architecture
- Rust — startup under 10ms, zero runtime overhead
- Clap — ergonomic argument parsing
- Tokio — non-blocking HTTP requests
- Actix-web — production-grade HTTP client