SergioRibera / sss

SSS (Super ScreenShot) is a WIP: CLI/Lib to take amazing screenshot of code or screen

Home Page:https://sergioribera.github.io/sss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super ScreenShot

It is a set of libraries and tools for building screenshots in a standardized, high-performance image format.

SSS Code SSS Screenshot
out out

Libraries

  • 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

Installation

Important

For the moment it is not published in any store so you have to download the tool from the releases

Configuration

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

Acknowledgments

  • 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.

Other Goals

  • silicon: Create beautiful image of your source code.
    • I used it as a basis for my code screenshot project.

About

SSS (Super ScreenShot) is a WIP: CLI/Lib to take amazing screenshot of code or screen

https://sergioribera.github.io/sss/

License:Apache License 2.0


Languages

Language:Rust 88.5%Language:Nix 10.9%Language:Shell 0.5%