2023-10-18 13:31:50 +03:00
2023-10-07 19:38:27 +03:00
fix
2023-10-13 14:04:13 +03:00
fix
2023-10-13 14:04:13 +03:00
fix
2023-10-13 14:04:13 +03:00
2023-10-10 13:59:11 +03:00
2023-10-18 13:31:50 +03:00
2023-10-07 19:38:27 +03:00
2023-10-07 19:42:58 +03:00
2023-10-18 13:31:50 +03:00
2023-10-18 13:31:50 +03:00

cppipe - C Plus Pipe
====================
cppipe is a utility that allows you to use C++ programs as scripts.
it also offers a shell like syntax for seamless command execution

In this way your scripts can benefit from increased control and speed, while
maintaining a lot of the potential for simple command call syntax.

Webpage
-------
https://vene.volconst.com/en/cppipe

Installation
------------
git clone https://gitlab.com/venelin98/cppipe.git
cd cppipe
sudo ./install.sh

How to write a cppipe program
-----------------------------
Just include <cppipe/commands.hpp>

How to execute a cppipe program
-------------------------------
cppipe my_cppipe_program.cpp ${ANY_ARGUMENTS_FOR_YOUR_PROGRAM}


S
Description
No description provided
Readme
102 KiB
Languages
C++ 93%
Shell 3.8%
C 3.2%