18 releases (7 breaking)

0.8.4 Jun 4, 2023
0.8.1 Mar 14, 2023
0.5.1 Nov 28, 2022

#751 in Text processing

Download history 1/week @ 2024-02-14 60/week @ 2024-02-21 21/week @ 2024-02-28 7/week @ 2024-03-06 5/week @ 2024-03-13

94 downloads per month

MIT license

120KB
1.5K SLoC

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.

Dependencies

~22–34MB
~298K SLoC