← Back to tools

bkt

Subprocess caching utility for reusing slow command invocations

Productivity linuxmacos Rust MIT

Description

bkt is a subprocess caching utility that makes it easy to reuse past invocations of slow commands. It caches command output with configurable TTL for faster subsequent runs.

AI Summary

Caches the output of slow commands with configurable TTL, speeding up subsequent invocations of the same command.

Capabilities

  • + Cache command output with TTL
  • + Transparent caching wrapper
  • + Configurable cache duration
  • + Works with any command

Use When

  • User runs slow commands repeatedly
  • User wants to cache command output

Avoid When

  • x Command output changes frequently
  • x User needs real-time output
View AGENTS.md for bkt