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

Thanks 4 `termshot` because till today, I just did enlarge the font a lot and did the best screenshot I could to share it with someone. **Works good** when doing...

I'm trying to use `termshot` to capture [Nushell](https://www.nushell.sh/) output, and it panics. ```console ❯ ./result/bin/termshot nu ❯ ls ╭────┬────────────────────────┬─────────┬────────┬───────────────╮ │ # │ name │ type │ size │ modified │...

Love the tool! I use it a lot for work and figured some documentation for the CLI flags would help out some others who are less inclined to jump into...

I get the following panic when trying to use `termshot -- pfetch` and `termshot -- "./simple-go-cli-program"`, the latter just prints plain text, it's a tiny go program I wrote to...

I'm not too sure if this is possible, though given the following sequence of commands, I think it should be possible code-wise? --- Naturally, if I attempt to use `-`...

Add an option to select the desired font. # Description As far as I can tell, the font is hardcoded to "Hack", which does not support all of unicode. The...

Allows to impose number of columns in screenshot terminal.

Hello, I just made this customization for my personal use, should be useful to everyone. This can be used to create "clean" terminal screenshot without the shadow or window border....

Seems like this is an issue with bunt.. I'll report it there too. ``` panic: strconv.ParseUint: parsing "500": value out of range goroutine 1 [running]: github.com/gonvenience/bunt.ParseStream.func3({0xc00020c0d0?, 0x0?}) github.com/gonvenience/[email protected]/parse.go:112 +0x48 github.com/gonvenience/bunt.ParseStream.func4()...

Is it possible to save the contents of your termshot to clipboard instead of file? I'm using **MacOS Ventura** which has `pbcopy/pbpaste`. Would it work if you can pass the...