A cross-platform utility for easy redirecting
  • C 83.6%
  • CMake 16.4%
Find a file
2026-03-11 02:39:21 +09:00
app UPDATE 2026-01-15 14:40:05 +09:00
cfg FIX MINOUR 2026-01-15 23:46:15 +09:00
lib HOTFIX 2026-03-04 21:26:52 +09:00
.gitignore UPDATE 2026-01-16 00:51:41 +09:00
CMakeLists.txt FIX 2026-02-10 15:55:02 +09:00
LICENSE LICENSE 2026-03-11 02:38:42 +09:00
README.md MINOUR FIX 2026-01-15 23:47:53 +09:00

             _____  __                                     _ _      
   __ _  ___|___ / / _| _ ___  __ _ ___ _   _ _ __ ___  __| (_)_ __ 
  / _` |/ _ \ |_ \| |(_|_) _ \/ _` / __| | | | '__/ _ \/ _` | | '__|
 | (_| |  __/___) |  _| |  __/ (_| \__ \ |_| | | |  __/ (_| | | |   
  \__,_|\___|____/|_|(_|_)___|\__,_|___/\__, |_|  \___|\__,_|_|_|   
                                        |___/                       

A cross-platform utility for easy pipelining.
Creates sub process with pipeline

Language

  • strict ISO C89

Build

Normal cmake building will be enough.

cmake -Bbuild
cmake --build build

Usage

easypipe stdin_file stdout_file stderr_file is_append programme-to-execute __VA_ARGS__|null
# is_append must be integer.