8000 GitHub - LS-KR/izucat
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LS-KR/izucat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

izucat

A program that can recursively concatenate (cat) text and binary files in a path to typst.

Build

git clone https://github.com/yourname/izucat.git
cd izucat
cargo build --release

Usage

Usage: izucat [OPTIONS] <INPUT_DIR>
Options:
    -o <FILE>        Output Typst file name (default: output.typ)
    -h, --help       Show this help message

Example:

izucat -o output.typ ./project 
typst c output.typ output.pdf

Output

Text:

path/to/file
----------------
Everyone has the right to an effective remedy by the competent national tribunals
for acts violating the fundamental rights granted him by the constitution or by law. 

HEX:

path/to/file
----------------
Hex View 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%
0