r/CLI 17h ago

eilmeldung, a (handmade) RSS reader: v1.8.0 released

Thumbnail gallery
24 Upvotes

Hey everybody! It's been a time I posted here: eilmeldung is an RSS reader based on news-flash and it supports many RSS backends. If you have been using eilmeldung before, here are some new features:

  • pipe articles through external commands (for saving articles as markdown, sending via mail or piping through an LLM if this is your thing)
  • better display of articles with direct opening of links and images
  • support of base16 themes, with many already included (supports direct preview from within eilmeldung; see animated gif)
  • support for Linux (NixOS/homemanager, Arch AUR), Windows (scoop), macOS (homebrew) and NetBSD

If you encounter any issues or have suggestions for improvements, please feel free to comment or raise an issue.

https://github.com/christo-auer/eilmeldung


r/CLI 14h ago

TXC – The offline Swiss-army knife for developer text manipulation

Thumbnail github.com
4 Upvotes

Text utilities for the terminal. Everything the online text tool sites do, done locally: your text never leaves the machine, there is no network call, and there is nothing to paste into a web form.

143 operations across 10 categories, each usable as an argument, over a pipe, or from an interactive interface.


r/CLI 21h ago

Essential CLI Tools for Developers

Thumbnail packagemain.tech
4 Upvotes

r/CLI 10h ago

CleeCode - IDE for your terminal

Post image
3 Upvotes

r/CLI 16h ago

Created my first open source tool named Nomad. It´s a tool for backing up and restoring your whole setup across 4 different linux distros

2 Upvotes

(This post was first shared in [r/commandline](r/commandline).)

I built this because I kept rebuilding my setup from scratch and got tired of manually reinstalling packages and hunting down files every time. It started as a small script and grew into something I figured it was worth of sharing to everyone.

What it does:

Backs up the user´s installed packages, AUR packages, and Flatpak apps, in the right format for whichever package manager the user is using. It lets the user interactively pick which config files/folders to include (via a gum powered TUI) and restores everything in the same place on a fresh install even on a different distro.

Supports Arch, Debian/Ubuntu, Fedora, and openSUSE, with best-effort package name translation between them.

The user´s backup data lives in their own private repository, completely separate from the tool's one, so the tool itself stays fully public/shareable without exposing anything personal.

Some things I cared about while building it:

If you select `~/.ssh` or `~/.gnupg`, it warns you and lets you review exactly which files go in, rather than blindly sweeping the whole directory . Git only tracks the executable permission bit, not full file modes so it explicitly resets SSH/GPG key permissions back to their correct values on restore, and shows you the exact commands before running them. And so on.

Honest caveats:

It's a young project, I'm the only person who's stress-tested it so far (including on some fresh VM installs), and cross-distro package name translation is inherently best-effort. Distros don't agree on package names, so some things need manual installing after a cross-distro restore. I've documented that limitation rather than pretend it's solved.

Anyway here´s the tool link:
https://github.com/lumertya/Nomad

Would genuinely appreciate feedback, bug reports, or just someone else trying it on a distro I haven't tested yet. Thank you.


r/CLI 1h ago

I built SmartLog TUI: A terminal tool to diagnose server errors with AI in seconds

Upvotes

Hey r/CLI ,

As developers, we spend way too much time staring at raw log streams and debugging server crashes. I built SmartLog TUI to turn log inspection into a fast, interactive terminal dashboard.

It streams your logs in real-time, calculates anomaly rates, and lets you hit 'a' on any error to get an AI-powered root-cause summary and fix commands.

It's built with Python/Textual, features an open-core model with lifetime Pro licensing via Lemon Squeezy, and supports local Ollama models for privacy.

Check out the GitHub repo: GitHub Link

Would love your feedback on the UX and feature set!


r/CLI 11h ago

Deleto CLI - share secrets securely

1 Upvotes

Open source https://github.com/dele-to/cli to share secrets securely (via https://dele.to/ API)

Everything is encrypted locally, only encrypted payload is sent via API.

Can be also used to pipe content from other process / envs like

echo $API_KEY | deleto

to get started

curl -fsSL https://dele.to/install.sh | sh

https://reddit.com/link/1w4obdy/video/0jgfqy9exymh1/player


r/CLI 14h ago

uploads: The missing upload command for coding agent screenshots

Thumbnail
1 Upvotes

r/CLI 15h ago

cie

1 Upvotes

Repo: https://github.com/kannamma-labs/cie
Install: `pip install "cie-mcp[mcp]"`, then `cie index .` from inside
any project. That's the whole setup.

One maintainer, weeks-old alpha, generation-scale problem. If that
combination excites you rather than scares you off then lets build


r/CLI 17h ago

I added a CLI client to my Discord-inspired communicator!

1 Upvotes

I recently added a lightweight terminal client for my communicator.

It is written in pure Python and uses only the standard library. It connects to the same websocket backend as the web client.

Features include:
- Direct messages
- Friends and friend requests
- Groups and group management
- Profiles
- Message history
- Persistent sessions
- Secret phrase login
- ANSI terminal UI

The goal was to have a simpel way to use the communicator directly from a terminal without needing a browser.

Compared with Discord, this project is much smaller and focused on self-hosting and simplicity. IRC and Matrix are also alternatives, but ChatSec uses its own account, friend and group system.

I'd be interested in feedback on the CLI and terminal UX.

https://chatsec.pl

https://imgur.com/a/TpSZua7


r/CLI 4h ago

HelixBox: Your development environment in your pocket

Enable HLS to view with audio, or disable this notification

0 Upvotes

Meet HelixBox, your full development environment in your pocket.

Pair your laptop CLI with a QR code, open the workspace on your phone, inspect files, logs and Git, and run AI-assisted agent sessions from anywhere. Workspace controls are free. Agent access uses Algorand x402: $0.25 for 1 hour or $2 for 7 days via Pera Wallet. Build, run, and ship from anywhere.

[https://helix-box.vercel.app/\](https://helix-box.vercel.app/)