fsutils alternatives and similar packages
Based on the "System" category.
Alternatively, view fsutils 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. -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby. -
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]
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.

Do you think we are missing an alternative of fsutils or a related project?
README
fsutils
http://hackage.haskell.org/package/fsutils
fsutils is a collection of file system odds and ends that don't seem to be in
any easily accessible place. Included is a walk
function similar to Python's
os.walk
, copyDir
for copying directories recursively, and fileList
for
getting a depth-first list of files recursively in a directory, among other
things.
Also included (because I don't really want to have a separate library just for
it) is an mtreeList
function that is similar to tree-seq
from Clojure. A lot
of the file system functions included are written in terms of it.