https://github.com/venelin98/cppipe
Run C/C++ files like scripts. Use shell like command syntax.
https://github.com/venelin98/cppipe
linux openbsd scripting terminal
Last synced: 14 days ago
JSON representation
Run C/C++ files like scripts. Use shell like command syntax.
- Host: GitHub
- URL: https://github.com/venelin98/cppipe
- Owner: venelin98
- License: gpl-2.0
- Created: 2024-05-27T15:54:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T19:21:06.000Z (about 1 year ago)
- Last Synced: 2025-01-30T22:51:32.907Z (about 1 year ago)
- Topics: linux, openbsd, scripting, terminal
- Language: C++
- Homepage: https://vene.volconst.com/en/cppipe
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cppipe - C Plus Pipe
====================
cppipe is a utility for Linux that allows you to use C/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.
C/C++ programs are cached and only recompiled if needed.
Installation
------------
git clone https://gitlab.com/venelin98/cppipe.git
cd cppipe
sudo ./install.sh
How to execute a C/C++ source file
----------------------------------
cppipe PATH_TO_SRC [ARGUMENTS_FOR_YOUR_PROGRAM]...
Example
-------
You can see an example of the command call syntax in test/functions_test.cppipe
Webpage with more info
----------------------
https://vene.volconst.com/en/cppipe