#redirect #stdin #stdout #stderr #tool #command #another

bin+lib stdioredirect

stdioredirect 提供了一个工具,可以将另一个命令的输出重定向

2 个不稳定版本

0.2.0 2024 年 8 月 19 日
0.1.0 2024 年 8 月 19 日

#10 in #stderr

Download history 221/week @ 2024-08-14

每月 221 次下载

Apache-2.0

18KB
272

stdioredirect

stdioredirect 是一个简单的工具,用于执行 stdio 重定向。它旨在用作类似于 numactl 或 env 的包装程序。

USAGE: stdioredirect [--close-$stream|--$stream /file.txt] -- command [args]

Options:
    -h, -help           Print this help menu.
        -close-stdin    "Close stdin. Mutually exclusive with --stdin."
        -close-stdout   "Close stdout. Mutually exclusive with --stdout."
        -close-stderr   "Close stderr. Mutually exclusive with --stderr."
        -stdin          "Redirect stdin to this file in O_RDONLY mode."
        -stdout         "Redirect stdout to this file in O_WRONLY mode,
                        truncating and creating as necessary."
        -stderr         "Redirect stderr to this file in O_WRONLY mode,
                        truncating and creating as necessary."

状态

维护跟踪。二进制文件被认为是稳定的,如果一年内未更改,将被放入维护模式。

范围

这个crate提供了stdioredirect工具。

文档

最新的文档始终可在docs.rs上获得。

依赖关系

~2MB
~40K SLoC