I made MCP cheaper in one command
https://kanyilmaz.me/2026/02/23/cli-vs-mcp.html
#HackerNews #MCP #cheaper #CLI #command #innovation #tech #productivity
#Tag
I made MCP cheaper in one command
https://kanyilmaz.me/2026/02/23/cli-vs-mcp.html
#HackerNews #MCP #cheaper #CLI #command #innovation #tech #productivity
Aqua: A CLI message tool for AI agents
https://github.com/quailyquaily/aqua
#HackerNews #Aqua #CLI #message #tool #AI #agents #communication #technology #productivity
I just open sourced dv - a terminal app for browsing diffs.
It's still pretty fresh, but if you have any feedback or ideas let me know!
https://github.com/darrenburns/dv
#tui #cli #openSource #terminal #git #github #tools #software
I just open sourced dv - a terminal app for browsing diffs.
It's still pretty fresh, but if you have any feedback or ideas let me know!
https://github.com/darrenburns/dv
#tui #cli #openSource #terminal #git #github #tools #software
Writing jq queries... with real-time output? Yessir. 🐁
🧪 **jiq** — An interactive JSON query tool with live results
💯 Supports autocomplete, snippets, search & more!
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/bellicose100xp/jiq
#rustlang #ratatui #tui #json #jq #cli #devtools #productivity
TIL about ncdu, a command line utility for checking disk usage that allows browsing folders: https://en.wikipedia.org/wiki/Ncdu This is great for me, as I always had to look up du parameters again and again when checking disk usage. HT @dr0i #cli
Re-returning to the command line for part 2
Anatomy of the Command Line Part Deux: Examples Happen
Last month we covered what happens when.This month we'll use more examples to illustrate command parsing in action
Thu @ 19:00 AZ ( UTC - 7 )
1702 E Highland, Phoenix
@FLOSS_Stammtisch is next Tue, the 17th, in person at Boulders on Southern in Mesa
https://fosstodon.org/@PLUG/115852611079317330
#LocalGroup #Phoenix #Arizona #FLOSSgroup #LUG #PLUG #Stammtisch #FLOSS_Stammtisch #CLI #shell #bash
PLUG returns to the command line this Thursday
The in person meeting will have @FLOX_advocate covering Anatomy of the Command Line
Starts 19:00 AZ ( UTC - 7 )
Location: 1702 E Highland, Phoenix
Please be early to ease getting everyone to 3rd floor cafe
@FLOSS_Stammtisch is a week from Tuesday, the 20th, in person at Boulders on Southern in Mesa
#LocalGroup #Phoenix #Arizona #FLOSSgroup #LUG #PLUG #Stammtisch #FLOSS_Stammtisch #CLI #shell #bash
Omg I can finally organize my downloads folder 😍
🌰 **Hazelnut** — A file organizer TUI inspired by Hazel
⚡ Watch folders, define rules (move/rename/archive/run) & let the daemon handle everything.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/ricardodantas/hazelnut
#rustlang #ratatui #tui #automation #productivity #files #cli #linux #terminal
Re-returning to the command line for part 2
Anatomy of the Command Line Part Deux: Examples Happen
Last month we covered what happens when.This month we'll use more examples to illustrate command parsing in action
Thu @ 19:00 AZ ( UTC - 7 )
1702 E Highland, Phoenix
@FLOSS_Stammtisch is next Tue, the 17th, in person at Boulders on Southern in Mesa
https://fosstodon.org/@PLUG/115852611079317330
#LocalGroup #Phoenix #Arizona #FLOSSgroup #LUG #PLUG #Stammtisch #FLOSS_Stammtisch #CLI #shell #bash
PLUG returns to the command line this Thursday
The in person meeting will have @FLOX_advocate covering Anatomy of the Command Line
Starts 19:00 AZ ( UTC - 7 )
Location: 1702 E Highland, Phoenix
Please be early to ease getting everyone to 3rd floor cafe
@FLOSS_Stammtisch is a week from Tuesday, the 20th, in person at Boulders on Southern in Mesa
#LocalGroup #Phoenix #Arizona #FLOSSgroup #LUG #PLUG #Stammtisch #FLOSS_Stammtisch #CLI #shell #bash
Are you using Homebrew? Sorry to hear that, check this out:
🍺 **zerobrew** — A modern drop-in replacement for Homebrew on macOS
💯 Content-addressable store + parallel downloads = 20x faster
🦀 Written in Rust!
⭐ GitHub: https://github.com/lucasgelfond/zerobrew
#rustlang #cli #devtools #macos #homebrew #packagemanager #performance
Are you using Homebrew? Sorry to hear that, check this out:
🍺 **zerobrew** — A modern drop-in replacement for Homebrew on macOS
💯 Content-addressable store + parallel downloads = 20x faster
🦀 Written in Rust!
⭐ GitHub: https://github.com/lucasgelfond/zerobrew
#rustlang #cli #devtools #macos #homebrew #packagemanager #performance
Announcing the release of #offpunk 3.0
https://ploum.net/2026-02-09-offpunk3.html
#smallweb #smolnet #python #cli #gemini #geminiprotocol #gopher #offlinefirst
Have you ever wondered how many PDFs, images, videos, or particular kind of files you have on your device? It is the time to find out.
I am hereby proud to officially launch a Fedi-wide file count challenge, in exclusive partnership with the 2025-27 class of @xpub 👾
find . | grep '.pdf$' -c (on Windows: gci -r | where Name -match '\.pdf$')pdf” with any file format you are interested in sharing. We suggest: jpg, mp3, and png. 🔆 Bonus: html, js, ttf, odt, svgThere is a secret prize for the three people who have the most PDFs, JPEGs, and HTMLs. More info to follow.
Boost, share, fork… Do whatever you want, but please have fun while doing it.
I willl keep writing updates. Yaaaaaaay ⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️
#fileCountChallenge #fileCount #XPUB #challenge #terminal #Linux #cmd #CLI #find #grep #filesystem #file #files
Announcing the release of #offpunk 3.0
https://ploum.net/2026-02-09-offpunk3.html
#smallweb #smolnet #python #cli #gemini #geminiprotocol #gopher #offlinefirst
Like global search and replace but don’t like surprises?
Check out serpl – a handy little command-line app that gives you a visual preview of the changes you are about to make. You can even go in and remove the replacements you don’t want from the source previews. The regex support appears to be basic, however (I couldn’t get a negative lookbehind to work).
https://github.com/yassinebridi/serpl#readme
(Also, it appears they’re looking for maintainers. It’s written in Rust.)