klotz: tui*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. This article walks through building a minimalist VisiCalc clone in C, covering the core data model (cells, grid), a recursive‑descent parser for formulas, dependency handling via repeated recalculation, and a text‑based UI using ncurses. It explains how to parse cell references, evaluate expressions, and implement a simple modal interface with commands, editing, and navigation. The post culminates in a working terminal spreadsheet that supports basic functions like @SUM, @ABS, @INT, and @SQRT, and demonstrates how to render the grid, status bar, and edit line. It also discusses limitations and possible extensions, linking to the full implementation on GitHub.
  2. A terminal tool that right-sizes LLM models to your system's RAM, CPU, and GPU. Detects your hardware, scores each model across quality, speed, fit, and context dimensions, and tells you which ones will actually run well on your machine.
  3. Crush is a Go-based CLI application that brings AI assistance to your terminal. It provides a terminal user interface (TUI) for AI coding.
    2026-02-02 Tags: , , , , , , , , by klotz
  4. Interact with opencode server over HTTP. The `opencode serve` command runs a headless HTTP server that exposes an OpenAPI endpoint that an opencode client can use.
  5. The author discusses 10 Python libraries that have reduced the need to build traditional UIs, focusing on backend power and efficiency. The article begins by stating a shift away from frontend development towards leveraging powerful Python libraries for backend tasks.

    | Library | Description |
    |-------------|-------------------------------------------------|
    | Textual | Terminal UIs that look like native apps |
    | Remi | Web apps from Python scripts (no HTML needed) |
    | NiceGUI | Reactive GUIs with Python and Vue |
    | Flet | Flutter-like UIs in pure Python |
    | Eel | Web frontends + Python backends |
    | Dear PyGui | Fast, GPU-accelerated GUI engine |
    | pywebview | Native webview windows powered by Python |
    | Toga | Native UIs for desktop and mobile |
    | JustPy | Interactive web apps in pure Python |
    | Gooey | Turns CLI apps into GUIs instantly |
    2025-07-28 Tags: , , , , , by klotz
  6. An fzf terminal UI for systemctl
    2025-07-07 Tags: , , , , , , by klotz
  7. isd is a TUI offering fuzzy search for units, auto-refreshing previews, smart `sudo` handling, and a fully customizable interface for power-users and newcomers alike. It simplifies systemd management.
    2025-07-07 Tags: , , , , , by klotz
  8. systemctl-tui is a fast, simple TUI for interacting with systemd services and their logs. It allows browsing service status, starting/stopping/restarting/reloading services, and viewing/editing unit files.
    2025-07-07 Tags: , , , , , , by klotz
  9. A Reddit discussion about text user interfaces for systemd, including links to multiple implementations.
    2025-07-07 Tags: , , , , by klotz
  10. Generate terminal UIs (TUIs) with simple text prompts using AI.
    2024-12-31 Tags: , , , , , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: tui

About - Propulsed by SemanticScuttle