Trending

#CliTools

Latest posts tagged with #CliTools on Bluesky

Latest Top
Trending

Posts tagged #CliTools

Preview
MCP is Already Dying

Is the Model Context Protocol a step backward? Explore why the traditional command line is still the most powerful & transparent interface for AI agents in 2026 #clitools

1 0 0 0
Preview
Mistral Vibe 2.0 Review - Europe's CLI Coding Agent Mistral Vibe 2.0 pairs the open-weight Devstral 2 model with a terminal-native coding agent. We tested it head-to-head against Claude Code and Codex.

Mistral Vibe 2.0 Review - Europe's CLI Coding Agent

https://awesomeagents.ai/reviews/review-mistral-vibe-2/

#MistralAi #CodingAgents #CliTools

0 0 0 0
Post image

When your server suddenly goes offline, you don't have time for guesswork. You need a clear, methodical way to find the problem and fix it fast. #clitools #networkdiagnostics #runningwindowsnetworkdiagnostics #serverconnectivity #windowstroubleshooting
avenacloud.com/blog/running...

0 0 0 0
Post image

When your server suddenly goes offline, you don't have time for guesswork. You need a clear, methodical way to find the problem and fix it fast. #clitools #networkdiagnostics #runningwindowsnetworkdiagnostics #serverconnectivity #windowstroubleshooting
avenacloud.com/blog/running...

0 0 0 0
Preview
SnapPoint: A Hard Reset for Your Dev Machine

SnapPoint helps developers audit, clean, and realign their system by finding ghost binaries, PATH conflicts, and leftover tool junk. #clitools

0 0 0 0

Hacker News debated the `--dry-run` flag in CLI tools. We'll explore its benefits, limitations, and alternative approaches to prevent unintended actions. Key themes include implementation strategies, dry-run accuracy, and the trade-offs between safety and usability. #CLITools 1/6

0 0 1 0
Preview
Microsoft Launches Winapp CLI for Windows App Development - WinBuzzer Microsoft has released the Windows App Development CLI (winapp) in public preview, an open source tool automating Windows packaging for Electron, Rust, and .NET developers.

winbuzzer.com/2026/01/23/m...

Microsoft Launches Winapp CLI for Windows App Development

#Microsoft #winapp #Windows #BigTech #OpenSource #AppDevelopment #DevelopmentTools #Packaging #MSIX #CLITools #DotNet #CPlusPlus #Rust #Electron #Business #Software

2 0 0 0

The enduring power of command-line tools, bash scripts, and SQL for data processing on a single machine remains vital. Understanding the problem and choosing the *right* tool, rather than the trendiest, can lead to significantly more efficient solutions. #CLItools 3/6

0 0 1 0
Preview
Show Listener Processes with Detailed Arguments, using `ss` instead of `netstat` Show Listener Processes with Detailed Arguments, using `ss` instead of `netstat` - ShowListeners.sh

As promised.

A fully-fleshed Bash script of the above.

Now released under MPL-2.0 license.

#bash #bashscript #FOSS #OpenSource #Linux #CLI #CLITools

gist.github.com/pepoluan/c0d...

1 0 1 0
A snippet of a Bash script that formats output of 'ss -tulpn' in columnar format *and* lists the complete command line that opened the listener. (C) 2026, Pandu POLUAN.

A snippet of a Bash script that formats output of 'ss -tulpn' in columnar format *and* lists the complete command line that opened the listener. (C) 2026, Pandu POLUAN.

Example output of the Bash script snippet in the previous picture.

Example output of the Bash script snippet in the previous picture.

A #bash script
that lists all listener processes
and their detailed command lines.

Now using 'ss' instead of 'netstat'

Yes it is still NOT POSIX-compliant.

MPL-2.0-licensed code below this post.

#Linux #LinuxTools #CommandLine #CommandLineTools #CLITools

0 0 0 0
A snippet of a bash script. The purpose of this script is to grab the output of a netstat command, then grab the complete/non-truncated command line from /proc/PID, and finally present them all in a tabular format.

A snippet of a bash script. The purpose of this script is to grab the output of a netstat command, then grab the complete/non-truncated command line from /proc/PID, and finally present them all in a tabular format.

An example of the output of the snippet (if executed inside a bash script file)

An example of the output of the snippet (if executed inside a bash script file)

A #bash script
that lists all listener processes
and their detailed command lines.

Yes it is NOT POSIX-compliant.

#Linux #LinuxTools #CommandLine #CommandLineTools #CLITools

0 0 1 2

A key theme was the frustratingly poor defaults in traditional tools like `ss` and `lsof`. "Snitch" addresses the need for CLI apps that are intuitive out-of-the-box, saving users from complex flag memorization. Usability matters! #CLItools 3/6

0 0 1 0

The debate between CLI vs. IDE for AI coding highlights different developer needs. CLI tools like Claude Code offer flexibility for scripting, while IDE-integrated solutions provide richer context and features for complex project workflows. #CLITools 5/5

0 0 0 0
Just a moment...

Learn how to create .NET CLI tools efficiently with this step-by-step mini guide! Enhance your development toolkit in just an hour. Perfect for boosting productivity. #DotNet #CLITools

0 0 0 0
Post image

First post here.

We just released Atento, a lightweight CLI that lets you chain multiple scripts using YAML and get structured JSON output.

It’s open and free to test.
weareprogmatic.com/atento/

Would love any feedback. Tks.

#DevOps #SysAdmin #Automation #CLItools #MSP

0 0 0 0
Original post on accioly.social

1/2 - Here’s my FOSS tool recommendation of the day:

https://github.com/schollz/croc

Croc is my CLI file transfer tool of choice for many reasons:

1. Simple and intuitive enough to pass the "Anthony didn’t use it in 3 months and can still get it working first time" test.
2. Fully end-to-end […]

0 0 0 0

HN users discussed Zoxide, a command-line tool for faster directory navigation, comparing it to `cd` history, `autojump`, & `fzf`. They shared pros, cons, and related CLI productivity tips. A deep dive into modern shell workflows. #CLItools 1/6

0 0 1 0

A key point of contention is what an "app" means on macOS. Is `Application Support` exclusively for `.app` bundles, or does it also include command-line tools? This interpretation heavily influences where CLI configs *should* reside. 🤔 #CLItools 3/6

0 0 1 0

The shift towards CLI-based coding agents offers significant advantages: enhanced flexibility, scriptability, and the freedom to use preferred IDEs. This represents a powerful new way to integrate AI into development workflows. #CLITools 4/6

0 0 1 0

Your API doesn’t need to be public to be powerful.

With APIARK you get:
🛡️ Secure HTTPS endpoint
📊 Logs & usage analytics
🔑 Auth & rate limiting
🎛️ All from a beautiful dashboard.

Frontend meets backend. Fast.

#clitools #backenddev #buildinpublic

5 1 0 0
Original post on social.linux.pizza

My golang knowledge is pretty basic. I had to do some updates to a product at work, and it was pretty easy and straight forward. Actually quite fun. Just to learn more golang, I started working on a cli-tool for my Niri setup, and it's actually pretty usable already.
I just want to polish it and […]

2 1 1 0

While `lsr`'s `io_uring` benefits might be small for common tasks, it could shine in specific scenarios. Imagine listing huge directories or interacting with inherently slow storage—here, asynchronous I/O could offer tangible improvements. #CLItools 3/6

0 0 1 0

☕ Built LogSniff: a Rust CLI that parses logs, exports to CSV, runs Python ML, and plots anomalies.
Next up: real-time alerts & regex rules.
Because fragile stacks deserve a sip & a side-eye.

#RustLang #CyberSecurity #CLItools #MLops #TeaDrivenDev 🫖🦀📊

1 0 1 0

Overview: HN discussion on Fang, a CLI starter kit. Explored features, comparisons to other tools, & the complexities of cross-compilation, especially contrasting Go & Rust approaches. #CLItools 1/6

0 0 1 0

Discussion highlighted tools like `atuin` for richer, searchable history (SQLite backend!) and shell configs like Bash's `HISTCONTROL` to manage duplicates or ignored commands. #CLITools 3/6

0 0 1 0
Preview
GitHub - ayoisaiah/f2: F2 is a cross-platform command-line tool for batch renaming files and directories quickly and safely. Written in Go! F2 is a cross-platform command-line tool for batch renaming files and directories quickly and safely. Written in Go! - ayoisaiah/f2

📦 Organizing files at scale?
Try f2, the Rust-powered CLI renaming tool with regex, macros & JSON/YAML templates. It’s dry-run safe & blazing fast.

🔗 github.com/ayoisaiah/f2

#RustLang #CLItools #DevTools #OpenSource

2 0 0 0