Rich Pixels Neat Python library by Darren Burns adding pixel image support to the Rich terminal library, using tricks to render an image using full or half-height colored blocks.Here's the key trick - it renders Unicode ▄ (U+2584, "lower half block") characters after setting a foreground and background color for the two pixels it needs to display. I got GPT-5 to vibe code up a show_image.py terminal command which resizes the provided image to fit the width and height of the current terminal...| Simon Willison's Weblog
Amazon ha presentado una nueva interfaz de línea de comandos (CLI) y un kit de desarrollo de software (SDK) para […]| OpenSecurity
vim is my editor of choice, simply due to the fact that I find it extremely efficient (and readily available everywhere).| Tao of Mac
The SCM du jour, which replaced Mercurial for me, and with a number of followers largely due to the massive amount of projects managed with it (and GitHub’s rise in popularity).| Tao of Mac
How to switch inputs between desktop and laptop on one monitor using built-in KVM and DDC| Alex Plescan
AIStore + HuggingFace: Distributed Downloads for Large-Scale Machine Learning| AIStore
Introducing Log Basset, an open source command-line interface for accessing and analyzing Scalyr logs, making log management more efficient and developer-friendly.| Andrea Grandi
Single-Object Copy/Transform Capability| AIStore
A guide for creating an Azure Key Vault, inserting, retrieving, updating and deleting secrets using the Azure CLI.| Vuyisile Ndlovu
Learn how to configure terminal-notifier in Claude Code to receive custom desktop notifications for task completion and user input requests.| Andrea Grandi
The Largest Collection of Pre-Compiled Go Static Binaries| Package Forge
本文永久链接 - https://tonybai.com/2025/07/10/mcp-official-go-sdk 大家好,我是Tony Bai。 随着大型语言模型(LLM)的能力边界不断扩展,“function calling”或“tool use”已成为释放其潜力的关键。MCP(Model| tonybai.com
Aloha,| Harmonic Code
SUIVI DU CLI 13ème édition Si vous cherchez un titre ou un·e auteur·rice en particulier, utilisez les commandes ctrl+f sur PC ou command+f sur Mac puis entrez votre recherche 🤓 C’est parti pour la treizième édition du Challenge de l’Imaginaire !Si vous ne connaissez pas encore le principe, je vous invite à lire l’article quiLire la suite "Le Challenge de l’Imaginaire 13 : Le suivi"| CHALLENGE DE L'IMAGINAIRE
This document discusses executable documents parameterization — or parameterized reports — provided by the Raku package “Text::CodeProcessing”. YAML specs, LLM templates, an…| Raku for Prediction
AI is reshaping automation—but without control. Itential’s new MCP Server gives AI agents the guardrails they need to drive real infrastructure change. Discover how this orchestration layer redefines automation.| Itential
So, as you might have already guessed, I spend a lot of time in the terminal, using a shell.| Jordan Webb's blog
Upgrade to Heroku Postgres 17! Enjoy enhanced performance, new features, and security updates. Our 1-Step process makes upgrading easy.| Heroku
We’re excited to announce the new AI capabilities for Pulumi CLI powered by Pulumi Copilot that translate complex infrastructure changes into clear, human-readable explanations and help resolve deployment errors with actionable guidance. Enable these preview features with the --copilot flag. At Pulumi, we’re committed to helping you deploy infrastructure efficiently and with minimal friction. Anyone who has worked with cloud infrastructure knows the frustration of sifting through large pr...| Pulumi Blog
I thought I would try out ChatGPT's new API, so I decided to write a command line interface. My code is located here: I wanted it to be conversational, so it will remember your conversation history as you type. Similar to chatgpt-wrapper. https://gi...| Cognitive Computations
When working on large projects, we often generate files that we don't| 200ok - Accelerating Publishing
npx pretty-git-report| cekrem.github.io
Piping data from your Swift program to another program, or receiving large amounts of data from standard input, can be prone to errors, freezing your program. Here is how to do it safely.| Christian Tietze
| Thomas Hunter II
API reference documentation changed the way we built integrations, and eventually became part of the driving force for OpenAPI adoption and all the good tooling that flowed from it. As a developer experience specialist, I spend a lot of time thinking about how human users can work with the technical| LornaJane
I recently created Atomize, a lightweight command-line utility written| 200ok - Accelerating Publishing
Discover how to automate web applications like brain.fm without an API using Linux command-line tools. Learn to create keyboard shortcuts for browser-based services using xdotool, improving your productivity workflow. Perfect for Linux power users looking to control web apps from the command line.| 200ok.ch
mcwli includes the third of so generation of “developer environments” that I have made for MediaWiki over the years. You can see the backstory in this earlier post. Since the early days…| addshore
Today I was reminded how awesome Scala is for scripting, via Scala CLI. And it goes beyond having “batteries included”.| Alexandru Nedelcu - Blog
Unix has a long tradition with scripting — small programs represented as text files that can be inspected, modified, and executed. Scala can be used for scripting too.| Alexandru Nedelcu - Blog
Snippet for cleaning up a Scala project’s directory of all compiled files.| Alexandru Nedelcu - Blog
Python snippet for sending an email via SMTP.| Alexandru Nedelcu - Blog
Quickly encrypt a message or a file for sending to your colleagues over unsecure messengers (Slack, etc).| Alexandru Nedelcu - Blog
[Shell Smith](https://github.com/200ok-ch/shell-smith) is a lightweight Clojure library that simplifies CLI tool development by automatically managing configuration from multiple sources. It uniquely uses your namespace as a convention for configuration file names and environment variables, while supporting YAML files, environment variables, and command-line arguments in a clear precedence order. Perfect for Clojure developers building command-line tools who want clean, convention-based confi...| 200ok.ch
How to query an OCSP responder to check the validity of a certificate?| Relentless Coding
The dotnet CLI tooling comes with several built-in cmds such as build, run and test, but it turns out it’s possible to add your own verb to that list.| Performance is a Feature!
Just over a week ago the official 1.0 release of .NET Core was announced, the release includes:| Performance is a Feature!
Bash scripts. Almost anyone needs to write one sooner or later. Almost no one says "yeah, I love writing them". And that's why almost everyone is putting low attention while writing them.| Better Dev
Developers, like all specialists, discover and collect their favorite tools over time. Having a good, proven set of tools makes the work easier and more pleasant. We can focus on getting the job done. Sometimes eliminating minor inconveniences or improving a small element of everyday activity makes the greatest impact on the comfort of work.| Better Dev
Many of the scripts and executables allow providing some command line arguments. They may be required or optional. There are flags, that are just switches changing command behavior. There are, of course, arguments with values. And there are so-called positional arguments – parameters given in some order without any extra indications.| Better Dev
Git allows us to define aliases, which are basically our own commands we can use. They may be just a calls for other commands with parameters, or even shell scripts. Possibilities are unlimited.| Better Dev
How many times did you try to make git push for a newly created branch to the remote repository, only to get a strange "no upstream branch" error? Here I will show how to change Git configuration with a single command to get rid of it for good.| Better Dev
We investigate what is Git fast-forward merge mode behavior, how does it affect repository history and why one should think about disabling it.| Better Dev .blog
Upgrading a simple Kotlin and PicoCLI project to Kotlin 2.0 in under 5 minutes to celebrate the new version coming up!| Julien's DevRel corner
In this article, I'll be implementing an openapi generator from scratch so you can too! We'll be creating a very simple generator for the Jetbrains HTTP Client| Julien's DevRel corner
Azure IoT Operations is the new Edge platform for Azure IoT, part of Azure IoT vNext (Next to the MQTT support for Azure EventGrid namespaces and Microsoft Fabric Real-Time Intelligence). Azure IoT…| Sander van de Velde
The problem Clearing the screen on the terminal is quite finicky. The behaviour on some emulators (Ghostty, Kitty & co.) is massively different than say on iTerm2 or the macOS built-in Terminal.app. You see, I tend to use the command clear, which is aliased to c in my case. Now, I like to keep the scrollback buffer intact. Using clear, the scrollback is only preserved so far by iTerm2 and the Terminal.app. In all the other emulators that I’ve tried so far, the scrollback gets cut off – fr...| macOS & (open-source) Software
Typically in Rails apps we use rake tasks as a way to interact with our application through the command line. We're all familiar with running code like rake db:migrate , or custom rake tasks that we create ourselves. There is another way to create…| Leigh Halliday's RSS Feed
It shows how to connect a custom OPC-UA server to Azure IoT Operations. It provides steps to work around the challenges of setting up username/password secrets and uploading the server certificate …| Sander van de Velde
Voici une petite présentation du Challenge de l’Imaginaire. Il existe depuis 2013 et a déjà changé 3 fois de mains. Pas de changement de main pour cette année, je le continue avec encore quel…| CHALLENGE DE L'IMAGINAIRE
Hello, Community! The November update is here. This post is short, but not all we've done lately: many internal changes in the configuration system will soon significantly improve commit speeds and open up a path to even more significant improvements. The 1.4.1 release is around the corner, together with the first VyOS Stream image — all built by the new CI system that produces tarballs with the corresponding source code for every image. But now, let's focus on the changes we made in the ro...| VyOS - Blog
Ok, it's time for some real task for our Raspberry Pi. Today we'll learn how to configure a command line client for Amazon Glacier and push GBs of data to the cloud. We'll also configure our Gmail...| Tumblr
A guide to configuring WezTerm using its Lua API. Focuses on appearance, keybindings, multiplexing, workspace navigation, and status bar (powerline) setup.| Alex Plescan
Ah! The bright lights of Vegas, the complementary drinks, and attractive people of the appropriate gender gasping, as you boldly bet it all on black. What is there not to like about roulette? Well there are a few things, not least of which is that…| Linux Impact
Create an AI CLI with Pieces OS Client for efficient coding, Stack Overflow searches, and interactive sessions. Step-by-step guide included| Arindam Majumder
LazyWP - это терминальный пользовательский интерфейс (TUI) для команд WP CLI. Он вдохновлен такими замечательными проектами, как lazygit и lazydocker.| PHP Portal
I’m pleased to announce that I’m going to be a Production Engineering intern at| astrid.tech
Si vous cherchez un titre ou un·e auteur·rice en particulier, utilisez les commandes ctrl+f sur PC ou command+f sur Mac puis entrez votre recherche 🤓 C’est parti pour la douzième édition du …| CHALLENGE DE L'IMAGINAIRE
Using a proxy server to support istioctl commands in a mesh with an external control plane.| Istio
It was announced recently that GitHub Copilot in the CLI has reached General Availablity for all Individual, Business, and Enterprise customers. In this post, I will show you how you can get download and install the CLI and Copilot extension, authenticate to use Copilot, and the available commands and use cases. Install the GitHub CLI| The Lazy Administrator
Windy out? How to check the weather, moon phase and more from your Linux terminal, How to use the curl command with wttr.in to get a customised weather forecast for any location in the terminal on Linux. David Rutland, Linux Impact| Linux Impact
Launch a new hosted Supabase project directly from the CLI using pre-built applications.| Supabase
tl;dr You can use {cli} and {rlang} to help create a helpful error-handling function that can prevent an eclipse. Check one two I’ve been building an ‘error helper’ function1 called check_class(). You put it inside another function to check if the user has supplied arguments of the expected class. Surprise. I did this to provide richer, more informative error output compared to a simple if () stop(). But it has a few features I wanted to record here for my own reference. In particular, ...| rostrum.blog
A quick guide to Vim editor commands. I'm using macOS Terminal to run vim editor.| tech&Life
Tips and tricks for using JC interactively, in scripts, and in automation. In Part 2 we look at using JC to parse URLs, POSIX paths, and git log output.| Brazil's Blog
Converting DAV files to a usable format.| @smlx's blog
AWS provides many ways to control its resources. One of the fastest and the most effective way is the AWS CLIs and SDKs. The best benefit of using CLI or SDKs it that you can automate complex workflow. In this article we will learn to download, install, configure AWS CLI and SDKs. It will also guide in using Postman Client to use HTTP APIs.| Archer Imagine
Tips and tricks for using JC. In Part 1 we look at using JC as a Subnet Calculator, for exploring X.509 certificates, and for converting dates and timestamps.| Brazil's Blog
There is no trash can for the Linux CLI. rm removes the data permanently, and there is practically no way of recovering deleted files reliably. trash-cli fills this role and lets you 'trash' files and| ITTavern.com
TL;DR The following snippet added to you ~/.zshrc will recognize| 200ok - Accelerating Publishing
Back in the days when I was developing in Ruby most of my waking| 200ok - Accelerating Publishing
If you’re a heavy command line (cli) user in Macos, Linux or WSL, you may it convenient to easily start or stop your robot from it’s cleaning cycle. In this post I’ll you fellow keyboard jockeys how to control and even view your robot as is cleans.| Chris Bergerons Tech Blog
tui-mines is classic Minesweeper action in a Linux terminal, Linux Impact, David Rutland| Linux Impact
How to quickly and easily create a docker-compose.yml config from a running Docker container with docker-autocompose on Linux| Linux Impact
How to view phases of the moon for any date as ASCII art in your Linux terminal.| Linux Impact
Radio-active is hands-down the best internet radio TUI for streaming radio in the Linux terminal| Linux Impact
Consider the following Raku-developer-centric applications of ML/AI vision models: – Narration of UML diagrams – Code generation from narrated (and suitably tweaked) narrations of archi…| Raku for Prediction
Showing a setup of gRPC service which is also exposed as a REST API. It’s a setup that happens to work for us. No alternatives will be discussed in this post. This is a concise blog post. Arc…| Ilya's blog
Play the first ever text adventure game in your Linux terminal!, Linux Impact, David Rutland| Linux Impact
The article provides an overview of AWS Gateway Endpoint, discussing its features, benefits, limitations, and use cases. It highlights the enhanced security, simplified architecture, and reduced costs offered by Gateway Endpoints, and guides readers on how to create one for accessing Amazon S3. The article also covers the limitations of Gateway Endpoints, such as limited service support and regional availability, and explores various use cases, including private access to S3 and DynamoDB, ser...| Learn AWS
This blog post provides a step-by-step guide to resolve the Could not find executable named 'groff' error using the AWS CLI, helping users understand the issue and install the necessary dependencies for AWS CLI.| Learn AWS
I would like to share something really useful that I learned today from a colleague (huge shout out to Boaz Ziniman - a fellow AWS Developer Advocate) Have you ever demoed something on your your terminal and while running through the demo - you have on the screen some information that you do not want to actually show the rest of the world? For example you are demoing your AWS setup and you want to show the setup of your ~/.| Technodrone
A few days ago AWS released a very much requested feature “ECS exec” - which enables you to “ssh” into one of your containers running in ECS, regardless of if they are running in AWS Fargate or in Amazon EC2. I do want to point out that I agree completely with Massimo - opening a remote shell is quite the anti-pattern of using containers in the first place and is not something that you should be doing in production.| Technodrone
Today I would like to share with you an AWS CLI feature that is not actually well known and not really well documented. I use the AWS cli on a daily basis - pretty much every time I spend time in my terminal. There are commands I use on a regular basis and some of them are repetitive - and also quite long to type out - and I wish that there was a way to alias a command in the AWS cli - it would make my life a lot easier.| Technodrone
I am a big fan of tmux, but there is - without adding plugins - a way to save and restore sessions or layouts. For this reason, I've decided to work on a bash script that restores and builds my favori| ITTavern.com
Using a proxy server to support istioctl commands in a mesh with an external control plane.| Istio