Popularity
2.2
Declining
Activity
0.0
Stable
1
2
1
Monthly Downloads: 4
Programming language: Haskell
License: Mozilla Public License 2.0
Tags:
System
retryer alternatives and similar packages
Based on the "System" category.
Alternatively, view retryer 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. -
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 -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
directory
Platform-independent library for basic file system operations -
typed-process
Alternative API for processes, featuring more type safety -
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. -
openssh-github-keys
Control SSH access to your servers via GitHub teams -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles -
temporary
Portable temporary file and directory support for Windows and Unix.
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of retryer or a related project?
README
retryer
Available through hackage.
Installing:
Have a working haskell install, and then
cabal install retryer
or
git clone https://github.com/dgonyeo/retryer.git
cd retryer
cabal install -j
Using:
Usage: retryer (-t|--tries <int>) (-d|--delay <double>) -- Command
Available options:
-h,--help Show this help text
-t,--tries <int> Number of times to retry the command. <= 0 disables.
-d,--delay <double> Seconds to wait before retrying the command. <= 0
disables.
So for example:
retryer -t 10 -d 5 -- ssh -p 222 [email protected]