codevis

Crates.iocodevis
lib.rscodevis
version0.8.4
sourcesrc
created_at2022-09-08 19:27:35.934027
updated_at2023-06-04 07:08:42.039801
descriptionA tool for turning your code into one large image
homepage
repositoryhttps://github.com/sloganking/codevis
max_upload_size
id661282
size159,991
Logan King (sloganking)

documentation

README

codevis

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:

CLI Installation

  • Install the Rust programming language.
  • Run cargo install codevis
  • You may have to add cargo's binary installation folder (/home/username/.cargo/bin/ on Linux) to your system's path, if it is not there already.

CLI Usage

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.

Commit count: 260

cargo fmt