mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
b3a9bc0f46
pipeline functionality. This package leverages subprocess to provide easy-to-use cross-platform command pipelines with a Posix flavour: you can have chains of commands using ;, &, pipes using | and |&, and redirection. The latest version of sarge can be found on BitBucket: https://bitbucket.org/vinay.sajip/sarge/ The latest documentation (kept updated between releases) is on Read The Docs: http://sarge.readthedocs.org/ Please report any problems or suggestions for improvement either via the mailing list or the issue tracker. WWW: http://sarge.readthedocs.org/ PR: 213324 Submitted by: Kyle Evans <bsdports@kyle-evans.net>
24 lines
652 B
Plaintext
24 lines
652 B
Plaintext
|
|
|
|
|
|
|
|
The sarge package provides a wrapper for subprocess which provides command
|
|
pipeline functionality.
|
|
|
|
This package leverages subprocess to provide easy-to-use cross-platform command
|
|
pipelines with a Posix flavour: you can have chains of commands using ;, &,
|
|
pipes using | and |&, and redirection.
|
|
|
|
The latest version of sarge can be found on BitBucket:
|
|
|
|
https://bitbucket.org/vinay.sajip/sarge/
|
|
|
|
The latest documentation (kept updated between releases) is on Read The Docs:
|
|
|
|
http://sarge.readthedocs.org/
|
|
|
|
Please report any problems or suggestions for improvement either via the mailing
|
|
list or the issue tracker.
|
|
|
|
WWW: http://sarge.readthedocs.org/
|