klotz: cli* + github*

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

  1. Termaid is a pure Python library and CLI that renders Mermaid diagrams as Unicode or ASCII art directly in the terminal or within Python apps, supporting 18 diagram types with zero dependencies, terminal-aware auto-fitting, optional Rich colored output and Textual widget integration.

    - Inspired by mermaid-ascii and beautiful-mermaid
    - Offers 11 built-in themes including gruvbox, monokai, dracula, nord and solarized
    - Pipe-friendly CLI examples include `cat diagram.mmd | termaid` and `uvx termaid diagram.mmd`
    2026-08-16 Tags: , , , , , , by klotz
  2. kata is a local-first issue tracking system designed to provide a structured environment for both humans and coding agents to record tasks, decisions, links, and state changes. Unlike traditional methods that clutter git history or chat transcripts, kata uses a local SQLite database managed by a daemon to maintain a durable task ledger. It features an agent-optimized CLI with stable commands and JSON output for automation, complemented by a terminal user interface (TUI) that allows humans to easily browse, triage, and supervise agent activity.

    Key aspects:
    - Local-first architecture using SQLite and a background daemon
    - Agent ergonomics via predictable exit codes and idempotency keys
    - Human oversight through an interactive TUI
    - Auditability with append-only event history and actor attribution
    - Lightweight design focused on task ledger functionality rather than full project management
    2026-05-11 Tags: , , , , , , by klotz
  3. gitcrawl is a local-first GitHub triage tool and a drop-in caching shim for the gh CLI. It mirrors repository issues and pull requests into a local SQLite database, enabling semantic clustering and full-text search while preventing API rate limit exhaustion. This setup allows maintainers and AI agents to perform heavy read operations against a local cache rather than live GitHub servers.
    Main features:
    Local SQLite storage for all issue, PR, and commit metadata.
    A gh-compatible shim that handles most read-only calls locally.
    Semantic clustering using OpenAI embeddings to group related reports.
    An interactive terminal UI for cluster browsing.
    JSON support for easy automation with AI agents.
  4. This article explores how a team built an AI-powered emoji list generator during a Rubber Duck Thursday live stream. The tool runs in the terminal, takes a list of bullet points, and uses AI to intelligently replace them with relevant emojis before copying the result to the clipboard.
    Key highlights include:
    - Use of GitHub Copilot CLI for rapid development via plan and autopilot modes.
    - Integration of @opentui/core for the terminal user interface.
    - Leveraging the GitHub Copilot SDK to provide intelligent emoji selection.
    - Implementation of a multi-model workflow using different LLMs for planning and execution.
    2026-04-19 Tags: , , , , , by klotz
  5. A workflow for rapidly building applications with GitHub Copilot CLI, emphasizing its role in generating *momentum* and quickly reaching a reviewable pull request. Leverage Copilot CLI for speed, your IDE for refinement, and GitHub for collaboration.

    * **Define & Scaffold:** Start with a natural language description of your goal and use Copilot CLI to scaffold only the parts you're ready to actively work on.
    * **Iterate & Refine:** Run tests and use Copilot CLI to help understand and fix failures; handle mechanical, repo-wide changes with the CLI.
    * **Develop & Ship:** Transition to your IDE for complex logic/design, then commit your changes and create a pull request on GitHub for collaboration.
    * The Copilot SDK offers possibilities for embedding agentic execution directly within applications.
    2026-03-01 Tags: , , , by klotz
  6. zerobrew is a faster, modern Mac package manager that applies uv's model to Mac packages. It features a content-addressable store, APFS clonefile, parallel downloads, and streaming execution for dramatic speedups.
  7. Emacs package for interacting with the GitHub CLI (gh).
    2026-01-13 Tags: , , , , by klotz
  8. MCP-native command line interface for Z.AI capabilities: vision analysis, web search, web reader, and GitHub repo exploration.
    2026-01-09 Tags: , , , , , , , by klotz
  9. A command-line tool that lets you interact with your terminal in natural language. All inference stays local.
  10. A neofetch-style CLI tool for GitHub statistics. Display your GitHub profile and stats in a beautiful, colorful terminal interface.
    2025-10-20 Tags: , , , , , , by klotz

Top of the page

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

About - Propulsed by SemanticScuttle