bkt icon indicating copy to clipboard operation
bkt copied to clipboard

a subprocess caching utility, available as a command line binary and a Rust library.

Results 22 bkt issues
Sort by recently updated
recently updated
newest added

Consider the following command taken directly from the [find.1 man page](https://man7.org/linux/man-pages/man1/find.1.html) > Traversing the filesystem just once - for 2 different actions > * Traverse the filesystem just once, listing...

Today `bkt` caches data on disk using a hand-spun "database" on top of the file system. This works reasonably well, but there [might be](https://github.com/dimo414/bkt/blob/76c4d24306bd9679ebc6cbacfdb9934ec9ba3be5/src/lib.rs#L619) performance / stability / compatibility improvements...