simple-cmd: Simple String-based process commands

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Thin wrappers over the System.Process (readProcess, readProcessWithExitCode, and rawSystem). The idea is just to provide some simple common idioms for easy calling out to commands from programs. For proper shell-scripting please use turtle, shelly, command, etc.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.1, 0.1.2, 0.1.3, 0.1.3.1, 0.1.4, 0.2.0, 0.2.0.1, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7
Change log ChangeLog.md
Dependencies base (<5), directory, filepath, process [details]
License BSD-3-Clause
Copyright Jens Petersen <juhpetersen@gmail.com>
Author Jens Petersen
Maintainer juhpetersen@gmail.com
Category System
Source repo head: git clone https://github.com/juhp/simple-cmd
Uploaded by JensPetersen at 2018-09-13T15:40:54Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for simple-cmd-0.1.0.0

[back to package description]

Build Status

simple-cmd

Some simple String wrappers of readProcess, readProcessWithExitCode, rawSystem from the Haskell process library.

It can also be used as a copy library.

Examples