clippard alternatives and similar packages
Based on the "System" category.
Alternatively, view clippard 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 -
nix-deploy
Deploy software or an entire NixOS system configuration to another NixOS system -
optparse-generic
Auto-generate a command-line parser for your datatype -
directory
Platform-independent library for basic file system operations -
typed-process
Alternative API for processes, featuring more type safety -
openssh-github-keys
Control SSH access to your servers via GitHub teams -
atomic-write
Writes files atomically in Haskell while preserving permissions -
system-fileio
Contains the system-filepath and system-fileio packages -
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 -
optparse-declarative
Declarative command-line option parser -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
executable-hash
Provides the SHA1 hash of the program executable -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of clippard or a related project?
README
Clippard
HClip is a library that was written after I wrote this library. While Clippard works fine (at least on Linux and OS X where I have tested it), HClip appears to have safer API and presumably was not authored in the space of a talk at the 3rd Clojure Conj conference. I'd suggest checking it out as well! ;)
A simple library for pasting to the clipboard on various operating systems. Currently works for OS X and Linux, and may work on Windows.
But don't get all excited. It calls out to pbcopy on OS X and xclip (which doesn't come with most linux distros) on Linux. There is native support for Windows via the Clipboard library, but I don't know if it works at all in Clippard. I do not have a Windows system to test on. Please let me know if it doesn't work and I can try to fix it, or better yet, send me a patch!