It is a set of libraries and tools for building screenshots in a standardized, high-performance image format.
SSS Code | SSS Screenshot |
---|---|
- sss_lib: Base library for screenshot generation
- sss_code: Terminal tool to take screenshot of your code
- sss: Terminal tool to take screenshot of your screen
Important
For the moment it is not published in any store so you have to download the tool from the releases
Note
To know how to configure it from a file, you can review the default.toml file
All cli arguments can be set from a single file in the path ~/.config/sss/config.toml
right here you can place the configuration for sss_code
and sss
- syntect: Rust library for syntax highlighting using Sublime Text syntax definitions.
- I use this library for code highlighting and parsing.
- djanho: Convert VSCode themes to (Neo)Vim colorschemes
- Use this project to understand how to import (Neo)vim themes.
- silicon: Create beautiful image of your source code.
- I used it as a basis for my code screenshot project.