@hackage handsy0.0.14.1
A DSL to describe common shell operations and interpeters for running them locally and remotely.
Categories
License
BSD-3-Clause
Maintainer
utdemir@gmail.com
Links
Versions
Installation
Dependencies (11)
- base >=4.6 && <4.9
- bytestring
- data-default-class
- errors
- lifted-base
- operational Show all…
Dependents (1)
@hackage/acme-everything
DEPRECATED. handsy is a small library mainly for applications which should make some
operations on remote machines by SSH. It currently provides you:
A DSL describing basic system operations(
command,readFile,writeFileetc.)Two interpreters for running this DSL locally or via SSH(
runandrunRemote)Some utility functions for common commands(
os,mkTempetc.)
If you're looking for a shell scripting alternative, look at turtle, shelly or
shellmate packages. handsy is mostly relevant for the ability to apply simple
commands remotely.