drawille alternatives and similar packages
Based on the "System" category.
Alternatively, view drawille alternatives based on common mentions on social networks and blogs.
-
taffybar
A gtk based status bar for tiling window managers such as XMonad -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
nix-deploy
Deploy software or an entire NixOS system configuration to another NixOS system -
ghc-hotswap
Example code for how we swap compiled code within a running Haskell process. -
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 -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
optparse-declarative
Declarative command-line option parser -
executable-hash
Provides the SHA1 hash of the program executable -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles
Static code analysis for 29 languages.
Do you think we are missing an alternative of drawille or a related project?
README
drawille
A tiny library to write to the terminal using Braille characters, a port of Adam Tauber's (asciimoo) work on python drawille to haskell.
[Screenshot](screenshot.png)
The implementation still has some quirks, but it works (and is efficient).
Installing
This package is available on hackage as
drawille
. You may install it
with cabal with:
cabal install drawille
Documentation
The haddock documentation is available in hackage or at our github pages website, to which it is deployed continously with Travis CI
Examples
To compile the examples, use the flag examples
, with:
cabal install drawille -fexamples
image2term
Converts an image into a drawille canvas and displays the result on the screen. [image2term Screenshot](image2term-screenshot.png)
How to run tests
cabal configure --enable-tests && cabal build && cabal test
License
This code is licensed under the GPL3 license. See [LICENSE](LICENSE) for more information.
Donations
Would you like to buy me a beer? Send bitcoin to 3JjxJydvoJjTrhLL86LGMc8cNB16pTAF3y
*Note that all licence references and agreements mentioned in the drawille README section above
are relevant to that project's source code only.