imgcat
imgcat copied to clipboard
Display images and gifs in your terminal.
Using the snap package, `imgcat` returns permission denied error when a file is given as input in the argument. However, it works fine when reading standard input (e.g. `cat .jpg...
I installed `imgcat` with `scoop` and run it to display `avatar.png` . `imgcat` throw error with below: ```bash (base) PS C:\Users\mago\Downloads> imgcat avatar.png 2024/03/19 10:55:42 failed to get the terminal...
```go ❯ imgcat JIF.png panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x0 pc=0x341535] goroutine 1 [running]: github.com/creack/pty.Getsize(...) /home/runner/go/pkg/mod/github.com/creack/[email protected]/winsize.go:23 main.scale({0xc000088220, 0x1, 0x111e7a}) /home/runner/work/imgcat/imgcat/main.go:148 +0x75 main.main()...
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.18.0. Commits 3bbf4a6 tiff: Validate palette indices when parsing palette-color images 6c5fa46 go.mod: update golang.org/x dependencies 55c4ab6 go.mod: update golang.org/x dependencies 0057a93 tiff: fix function...
Added line for ANSI RESET. Without this line, if the program is stopped with CTRL + C, the text written is not visible anymore until a "reset" command is run....
To see the real images
Either with `--type fit` or `--type resize`, the images are displayed full-term, even if the image is smaller than the terminal size. The actual behavior is pretty annoying with very...
In addition to publishing distributions for brew and snap, it would be very nice to also distribute on conda-forge. This would allow for people to install in a self contained...