termshot icon indicating copy to clipboard operation
termshot copied to clipboard

Creates screenshots based on terminal command output

Results 25 termshot issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.19.0 to 1.20.0. Release notes Sourced from github.com/onsi/gomega's releases. v1.20.0 Features New gleak experimental goroutine leak detection package! (#538) [85ba7bc] New BeComparableTo matcher(#546) that uses gocmp to...

dependencies

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.5.0 Spring 2022 Release 🌥️ Hello everyone! Welcome to another release of cobra. Completions continue to get better...

dependencies

There is a problem with Chinese garbled code ![image](https://user-images.githubusercontent.com/51531502/167242357-a9e39803-0dd2-48f1-861c-3a2704c562b5.png)

_Issue description_: I'm using latest termshot to generate an image based on an `ls` cmd. I can see that the stdout of my cmd is not fitting into the rounded...

help wanted

Docker File FROM ubuntu RUN wget https://github.com/homeport/termshot/releases/download/v0.2.2/termshot_0.2.2_linux_amd64.tar.gz RUN tar -xf termshot_0.2.2_linux_amd64.tar.gz RUN chmod +x termshot RUN cp termshot /usr/bin COPY run.py run.py CMD ["python3","run.py"] run.py - import os os.system("termshot -c...

bug
help wanted

I might be using this wrong somehow, but when I run a program that uses inverse text colors (switches text and background colors) it isn't captured in the screenshot.

enhancement
dependencies

_Idea:_ Add a flag to configure text that is later highlighted in the output. It could be encircled with a red oval, or some kind or arrow is used, or...

enhancement

Using [`github.com/fogleman/gg`](https://github.com/fogleman/gg) and [Hack font](https://sourcefoundry.org/hack/), it is currently not possible draw [U+2717 BALLOT X (cross)](https://en.wikipedia.org/wiki/X_mark). ![image](https://user-images.githubusercontent.com/1979133/107129617-e897ae00-68c6-11eb-8af0-735d805e6465.png)

bug
help wanted

Love this project. Would be great if you could add support for basic unicode emojis 🙏

enhancement

Fixes https://github.com/homeport/termshot/issues/37 Add check to only set RAW mode in case Stdin is a terminal.