2 个仓库
Systems that store the output of terminal commands to avoid repeating computationally expensive operations.
Distinct from Expensive Result Caches: None of the candidates cover the specific caching of shell command stdout/stderr outputs for performance.
Explore 2 awesome GitHub repositories matching data & databases · Shell Command Result Caches. Refine with filters or upvote what's useful.
vite-plus 是一个统一的 Web 开发工具链和命令行界面,旨在从单一入口点管理 Vite 构建、JavaScript 运行时和包管理器。它作为一个 JavaScript 运行时管理器,用于安装和固定语言版本;作为一个 Monorepo 任务编排器,用于执行依赖感知的脚本;并作为一个项目脚手架引擎,用于引导应用程序和库的开发。 该项目通过将完整的开发生命周期整合到一个工具中而脱颖而出,具有统一的静态分析引擎,可一次性完成类型检查、Linting 和格式化。它通过并行执行和使用基于指纹失效的缓存系统来跳过冗余任务,提供了先进的 Monorepo 编排能力。 该工具链还涵盖了广泛的能力,包括用于生产编译的 Web 资源流水线、自动化环境配置以及 Git 提交钩子(commit hooks)的管理。它还包括用于原生单元测试执行和创建原生可执行二进制文件的实用工具。
Caches terminal output and generated files to instantly replay successful shell commands.
x-cmd is an AI agent orchestrator, cloud infrastructure CLI, and cross-platform package manager that provides an enhanced POSIX shell toolkit. It integrates large language models directly into the terminal for chatting, code generation, and the execution of agentic workflows, while offering a framework for building interactive terminal user interface components. The project distinguishes itself by deploying containerized AI agents within isolated sandboxes, provisioning them with specialized skills and headless browser automation capabilities. It further streamlines development through a unif
Caches the output of expensive shell commands to prevent redundant execution and improve terminal performance.