Crates.io | codevis |
lib.rs | codevis |
version | 0.8.4 |
source | src |
created_at | 2022-09-08 19:27:35.934027 |
updated_at | 2023-06-04 07:08:42.039801 |
description | A tool for turning your code into one large image |
homepage | |
repository | https://github.com/sloganking/codevis |
max_upload_size | |
id | 661282 |
size | 159,991 |
codevis takes all source code / UTF-8 encodable files in a folder and renders them to one image, syntax highlighting any file it knows how to. These images show the shape and size of files, but not the exact characters inside the files. Looking for a video instead of an image? Check out this repo's sister project codemov
This repo's render of sloganking/My-Own-OS:
cargo install codevis
/home/username/.cargo/bin/
on Linux) to your system's path, if it is not there already.To visualize all files in the current directory and subdirectories. Run codevis -i ./
. This will store the visualization in a new file called ./output.png
. If you wish to generate an output file with a different name, You can use the -o
flag like so codevis -i ./ -o ./different_name.png
.
For a list of more commands run codevis --help
.