folca

Crates.iofolca
lib.rsfolca
version0.1.0
sourcesrc
created_at2021-05-28 15:48:28.634856
updated_at2021-05-28 15:48:28.634856
descriptionA commanad line FOLder CAche
homepage
repository
max_upload_size
id403189
size37,932
(pblkt)

documentation

README

Folca

FOLder CAche is a utility that caches the output folder/file of a command originating from an input folder/file.

If the command already ran on the exact same input in the past, the output will be retreived from the cache and not recomputed.

An example use-case would be a build server that builds several branches, some repeatedly.

Respects .gitignore in the input folder by default.

Usage

folca INPUT_PATH OUTPUT_PATH COMMAND COMMAND_ARG1 COMMAND_ARG2 ...

Installation

Downloading binaries

Folca is downloadable from the releases page.

Cargo

Run cargo install folca

Commit count: 0

cargo fmt