Commit graph

4 commits

Author SHA1 Message Date
pin
f8cff91289 sysutils/bkt: update to 0.5.4
-Patch release to aid packaging for Debian (see #12).
 No new functionality vs. 0.5.2
2022-04-06 09:55:37 +00:00
pin
25abf8487b sysutils/bkt: update to 0.5.3
-Patch release to aid packaging for Debian (see #12).
 No new functionality vs. 0.5.2.
2022-03-14 10:18:08 +00:00
pin
ac087cccb0 sysutils/bkt: update to 0.5.2
-Handle (i.e. ignore) BrokenPipe errors, which indicate stdout/stderr were
 closed without reading all output.
2022-02-07 09:17:55 +00:00
pin
e2f94b11dd 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.
2022-02-01 19:17:29 +00:00