Tagged articles
10 articles
Page 1 of 1
IT Services Circle
IT Services Circle
May 5, 2026 · Frontend Development

Make Your CLI Apps Look Stunning with the Python Textual Library

The article introduces Textual, a Python library built on Rich that lets developers create modern, styled terminal user interfaces—including windows, sidebars, buttons, and animated progress bars—using CSS‑like styling, and shows how to install, build a simple counter app, run it in the terminal or browser, and discusses suitable use cases.

CLICSS stylingPython
0 likes · 8 min read
Make Your CLI Apps Look Stunning with the Python Textual Library
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 4, 2026 · Artificial Intelligence

DeepSeek‑TUI: A Claude‑Code‑Style Terminal Agent Optimized for DeepSeek

DeepSeek‑TUI is a Rust‑based terminal coding agent modeled after Claude Code, specially tuned for DeepSeek V4, offering chain‑of‑thought streaming, a 1 M‑token context window with automatic compression, cost‑saving RLM mode, multiple operation tiers, and a rapid release cadence that has driven its popularity to over 2.3k GitHub stars.

AICoding AgentDeepSeek
0 likes · 9 min read
DeepSeek‑TUI: A Claude‑Code‑Style Terminal Agent Optimized for DeepSeek
IT Services Circle
IT Services Circle
May 4, 2026 · Frontend Development

Boost Your CLI’s Look with This Powerful Python Library

The article introduces Textual, a Python library built on Rich that lets developers create modern, CSS‑styled terminal user interfaces, shows how to install it, walk through a complete counter example, and explains its ability to run in browsers for lightweight ops dashboards.

CLIPythonTUI
0 likes · 8 min read
Boost Your CLI’s Look with This Powerful Python Library
Java Architecture Diary
Java Architecture Diary
Apr 2, 2026 · Industry Insights

Why AI Is Reviving the CLI and What Java Developers Need to Know

The article explains how AI's need for efficient, machine‑readable interfaces is shifting software value from graphical UIs to command‑line and text‑based UIs, reviews recent CLI releases from major Chinese platforms, and presents Java solutions such as Picocli, TamboUI, and GraalVM native images for building robust, AI‑friendly tools.

AICLIJava
0 likes · 11 min read
Why AI Is Reviving the CLI and What Java Developers Need to Know
ShiZhen AI
ShiZhen AI
Mar 9, 2026 · Operations

Beginner’s Complete OpenClaw Installation Guide: Get Started in 10 Minutes

This step‑by‑step tutorial shows beginners how to verify Node.js, install OpenClaw on macOS, Linux or Windows with a single command, run the initialization wizard, configure AI models and hooks, and start chatting via a web dashboard or terminal UI, all within ten minutes.

AI assistantCLIInstallation
0 likes · 12 min read
Beginner’s Complete OpenClaw Installation Guide: Get Started in 10 Minutes
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 9, 2026 · Artificial Intelligence

Why You Should Upgrade to OpenClaw v2026.3.8 Today

The v2026.3.8 release of OpenClaw adds official backup commands, improves remote gateway configuration, introduces a configurable Talk silence timeout, refines the TUI and Brave search integration, and fixes numerous stability issues, making the personal AI assistant far more reliable for long‑term use.

AI assistantOpenClawTUI
0 likes · 11 min read
Why You Should Upgrade to OpenClaw v2026.3.8 Today
Sohu Tech Products
Sohu Tech Products
Oct 9, 2025 · Frontend Development

Exploring PixelPrompt: Dart’s Declarative Terminal UI Framework

PixelPrompt is a Dart-based terminal UI (TUI) framework that brings Flutter‑style declarative UI, component hierarchy, layout engines, and efficient ANSI‑based rendering to the console, using character cells, double buffering, and diff rendering to create interactive, styled terminal applications.

ANSIDARTLayout Engine
0 likes · 14 min read
Exploring PixelPrompt: Dart’s Declarative Terminal UI Framework
Liangxu Linux
Liangxu Linux
Dec 18, 2022 · Operations

Boost Your Terminal Debugging: From Raw GDB to TUI, CGDB, Emacs and gdbgui

This guide walks you through turning the basic command‑line GDB into a far more efficient debugging environment by using GDB's built‑in TUI, custom .gdbinit scripts, the cgdb front‑end, Emacs gdb‑mode, and the browser‑based gdbgui, complete with key bindings, window layouts and practical tips.

DebuggingEmacsTUI
0 likes · 15 min read
Boost Your Terminal Debugging: From Raw GDB to TUI, CGDB, Emacs and gdbgui