Category: Linux

Warp Review

warp.dev

n this Warp review I’ll walk you through what Warp is, what value proposition it brings, and then dive into concrete use‑cases: flushing Redis keys, finding ports your application is using, updating pom.xml across multiple repositories, doing a code review, installing a WordPress theme automatically-and showing off multiple agents running in parallel. I’ll also balance this with caveats and things to watch.

Googler – save time from the command line

googler

As someone that works frequently from the command line the context switch between the command line and the browser to Google search for stuff is a pain. You insert some commands, go back to the browser when something doesn’t work and then back to the command line and so forth. A nice little tool can at least minimize (some) of this overhead : Googler It allows you to search in Google from the command line itself, get the result list, navigate it, and once you know what page you want to open …