staticrypt icon indicating copy to clipboard operation
staticrypt copied to clipboard

[FR] stdin | stdout unix pipe

Open kuvaldini opened this issue 4 months ago • 0 comments

GNU usually uses "``-" to indicate input file is stdin. Most unix/linux tools reads stdin by default if filepath(s) was not passed as argument. So as stdout.

It would nice to use staticrypt as regular linux tool like cat file | staticcrypt > encrypted.html . This also would work fine with Python subprocess, C++ subprocess, Rust subprocess, Ruby open3, and so on.

kuvaldini avatar Sep 04 '25 12:09 kuvaldini