Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gowall_0.2.1_checksums.txt | 2025-04-12 | 788 Bytes | |
gowall_0.2.1_linux_amd64.tar.gz | 2025-04-12 | 4.1 MB | |
gowall_0.2.1_windows_amd64.tar.gz | 2025-04-12 | 4.2 MB | |
gowall_0.2.1_windows_arm64.tar.gz | 2025-04-12 | 3.8 MB | |
gowall_0.2.1_darwin_amd64.tar.gz | 2025-04-12 | 4.2 MB | |
gowall_0.2.1_darwin_arm64.tar.gz | 2025-04-12 | 3.9 MB | |
gowall_0.2.1_linux_386.tar.gz | 2025-04-12 | 3.9 MB | |
gowall_0.2.1_linux_arm64.tar.gz | 2025-04-12 | 3.7 MB | |
gowall_0.2.1_windows_386.tar.gz | 2025-04-12 | 4.1 MB | |
README.md | 2025-04-12 | 2.6 kB | |
v0.2.1 source code.tar.gz | 2025-04-12 | 3.3 MB | |
v0.2.1 source code.zip | 2025-04-12 | 3.4 MB | |
Totals: 12 Items | 38.6 MB | 1 |
1) Big Features
❗ ❗
- Unix pipe/redirection (stdin,stdout) support
,this enables gowall to work with svg
and icos
and convert icon themes, documentation here and here
- --dir, --batch, --output
flags have been expanded to all gowall commands and all of future commands will have them as well.
--dir
processes whole directories, --batch
batch-files, --output
allows you to put the processed file(s) in whatever path you want.
- A bunch of important bug fixes : [MacOS not reading config file],[panic when converting whole directories] etc...
2) Features
- Gowall is available on the official MacOS repo's
: here
- gowall is now available as a binary instead of building it yourself
check the tarballs at the release section.
- gowall supports the Kitty image protocol directly
this means that you don't need external dependencies (like kitty previously) to view images in the terminal in Konsole & Ghostty (You still have to enable a flag). here
- Image Terminal Preview
added for Wezterm see here
- Chafa as Terminal image preview option
: chafa supports sixel, the kitty image protocol as well as ASCII representations for terminals that don't support images (cough Alacritty) check it out here
- You can now change the threshold in replace image color
see the new docs here
- You can draw grids to an image or draw the grid in the background of the image docs
- increased performance in gowall gif
check out the new flags here
2) Quality Features
- Shell completions for the theme names have been added
- gowall now respects XDG_PICTURES_DIR
for users that dont have an english filesystem.
- gowall convert
now respects transparency.
- Themes : Added the other catppuccin flavor themes cat-frappe
cat-latte
due to demand as well as kanagawa
Thank you to my contributors
@MillerApps For helping in natively supporting the kitty image protocol without dependencies @0bCdian For helping in the IO refactor and the Unix Pipe and redirection features.