ScratchFs alternatives and similar packages
Based on the "System" category.
Alternatively, view ScratchFs alternatives based on common mentions on social networks and blogs.
-
ghc-hotswap
DISCONTINUED. Example code for how we swap compiled code within a running Haskell process. -
nix-deploy
DISCONTINUED. Deploy software or an entire NixOS system configuration to another NixOS system -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
cef
DISCONTINUED. A Haskell library for CEF (Commont Event Format) [GET https://api.github.com/repos/picussecurity/haskell-cef: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby.
InfluxDB – Built for High-Performance Time Series Workloads

Do you think we are missing an alternative of ScratchFs or a related project?
README
ScratchFS - Size limited filesystem
ScratchFS is a FUSE-based filesystem which provides a size-limited directory tree. When the filesystem is mounted, the user provides a maximum size the target directory and all it's subdirectories may get. All IO operations in the mountdirectory are tracked and the oldest files in the watchdirectory get deleted automatically.
Usage
ScratchFs {-s|--size} SIZE WATCHDIR MOUNTDIR
-s SIZE --size=SIZE The maximum size in kilobytes (allowed extensions: MB, GB, TB)
-h --help Show help message
CAUTION
Don't use ScratchFS with important files or mount important directories, you may loose your data.