Next | Query returned 11 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2022-02-01 20:17:29 by pin | Files touched by this commit (5)
Log message:
sysutils/bkt: import package

bkt (pronounced bucket) is a subprocess caching utility written in Rust,
inspired by bash-cache.
Wrapping expensive process invocations with bkt allows callers to reuse recent
invocations without complicating their application logic. This can be useful in
shell prompts, interactive applications such as fzf, and long-running programs
that poll other processes.

When bkt is passed a command it hasn't seen before (or recently) it executes
the command synchronously and caches its stdout, stderr, and exit code.
Calling bkt again with the same command reads the data from the cache and
outputs it as if the command had been run again.

Next | Query returned 11 messages, browsing 11 to 20 | previous