funion alternatives and similar packages
Based on the "System" category.
Alternatively, view funion alternatives based on common mentions on social networks and blogs.
-
taffybar
A gtk based status bar for tiling window managers such as XMonad -
ghc-hotswap
Example code for how we swap compiled code within a running Haskell process. -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
optparse-generic
Auto-generate a command-line parser for your datatype -
nix-deploy
Deploy software or an entire NixOS system configuration to another NixOS system -
typed-process
Alternative API for processes, featuring more type safety -
openssh-github-keys
Control SSH access to your servers via GitHub teams -
system-fileio
Contains the system-filepath and system-fileio packages -
atomic-write
Writes files atomically in Haskell while preserving permissions -
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 -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles
Access the most powerful time series database as a service
Do you think we are missing an alternative of funion or a related project?
README
FUNION
About
FUNION (Fuse Union) presents a unioned view of two or more directories. As an example: /A/fileA1 /fileA2 /dir1 /fileA3
/B/fileB1
/dir1
/fileB2
/dir2/fileB3
/FUNION(A,B)/fileA1
/fileA2
/fileB1
/dir1/fileA3
/fileB2
/dir2/fileB3
Common use case is when you have media spread across non-RAIDed disks and you
would like to have a single view of the media. For example: /disk1/dvds/{tv,
movies}
and /disk2/dvds/{tv,movies}
. You'd prefer to just have
/dvds/{tv,movies}
which is a unioned view of the two.
Features
Currently supports unioning of 2+ directory trees. Though, currently the unioned file-system is read only.
Requirements
Installation
Install libfuse-dev
. On Ubuntu 9.10:
sudo apt-get install libfuse-dev
Install Funion: cabal install funion
Usage
There are currently very few options:
funion [OPTIONS] MOUNTPOINT DIR1 DIR2 ...
where MOUNTPOINT, DIR1, DIR2, ..., are paths.
OPTIONS:
-h
-? print help
-V print version