Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 463 Bytes

stringliner

It inlines stuff as strings. Supported languages: C, golang, python, rust.

Comments of printables can be disabled by the option --noprintables.

Usage

stringliner -f path_to_your_file # from file
stringliner # from STDIN

Examples

tail -c 50 ./stringliner | ./stringliner clang --name test_bytes
tail -c 50 ./stringliner | ./stringliner python --name test_bytes --chunk_size 8