codevis icon indicating copy to clipboard operation
codevis copied to clipboard

Turns your code into one large image

Results 16 codevis issues
Sort by recently updated
recently updated
newest added

The description of --theme says that passing `foo` as a value will list possible themes. but it does not.

bug
documentation

Rendering to one large image requires allocating that uncompressed image in memory. This is prohibitively expensive when rendering large repositories. Rendering the 30 million line Linux Kernel as readable would...

enhancement

Instead of just cutting off, add an option to wrap lines.

enhancement

example pictures of how various commands change things.

documentation

I can't get `codevis` to render the Linux kernel, on machines with only 16GB of memory. This is unexpected since it was thought that `mmap` would allow working on images...

bug