Changes
Indent chars (#49 ):
It can be a list of characters to iterate through to distinguish the levels of indentation.
command for image example: --indent-chars "│,┊"

Hidden Characters:
This supports:
- tab
- space
- end of line
command for image example: --hidden-chars "space:·,tab:»,eol:¶"

Improved rendering of rounded edges (#51 ):
Before:

Add Cachix Support (#52 ):
sss packages are built and cached automatically. To avoid unnecessary recompilations, you may use the binary cache.
nix.settings = {
builders-use-substitutes = true;
extra-substituters = [ "https://sss.cachix.org" ];
extra-trusted-public-keys = [ "sss.cachix.org-1:YI2JMG95LEu62PC7VMz75N7bypEdUz9Z/Il1hkGH4AA=" ];
};Install sss_code 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SergioRibera/sss/releases/download/sss_code/v0.2.0/sss_code-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/SergioRibera/sss/releases/download/sss_code/v0.2.0/sss_code-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install SergioRibera/tap/sss_codeDownload sss_code 0.2.0
| File | Platform | Checksum |
|---|---|---|
| sss_code-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| sss_code-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| sss_code-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| sss_code-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| sss_code-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
