shellshot 0.1.1

Transform your command-line output into clean, shareable images with a single command.
Documentation
[[bin]]
name = "shellshot"
path = "src/main.rs"

[dependencies.ab_glyph]
version = "0.2.32"

[dependencies.ansi-parser]
version = "0.9.1"

[dependencies.arboard]
version = "3.6.1"

[dependencies.clap]
features = ["derive"]
version = "4.5.51"

[dependencies.image]
version = "0.25.8"

[dependencies.imageproc]
version = "0.25.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tiny-skia]
version = "0.11.4"

[dependencies.unicode-width]
version = "0.2.2"

[dependencies.yore]
version = "1.1.0"

[dev-dependencies.heapless]
version = "0.8.0"

[dev-dependencies.tempfile]
version = "3.23.0"

[lib]
name = "shellshot"
path = "src/lib.rs"

[package]
authors = ["lhenry-dev <lhenry.dev1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Transform your command-line output into clean, shareable images with a single command."
documentation = "https://docs.rs/shellshot/latest/shellshot/"
edition = "2021"
homepage = "https://crates.io/crates/shellshot"
keywords = ["terminal", "screenshot", "cli", "ansi", "command"]
license = "MIT/Apache-2.0"
name = "shellshot"
readme = "README.md"
repository = "https://github.com/lhenry-dev/shellshot"
rust-version = "1.85.1"
version = "0.1.1"