Installation
# Binary download
curl -fsSL https://raw.githubusercontent.com/xdagiz/xytz/main/install.sh | bash
# Homebrew
brew install xdagiz/tap/xytz
# Scoop
scoop bucket add xdagiz https://github.com/xdagiz/scoop-bucket.git
scoop install xdagiz/xytz
# Or via Go
go install github.com/xdagiz/xytz@latest
# Arch Linux (AUR)
paru -S xytz # source build
paru -S xytz-bin # prebuilt binaryChangelog
New Features
- e2edfb4: feat(history): thread-safe read/write with mutex (@xdagiz)
- a04f5c9: feat(tui): mouse click & scroll support (@xdagiz)
Bug fixes
- b1ca4a7: fix(thumbnail): use raw output for other protocols to work (#44) (@xdagiz)
- 89b7e6b: fix: improve instagram dash format handling (@xdagiz)
- 4081d9e: fix: post-download go back navigation (@xdagiz)
- a1f5eff: fix: remove duplicate space key handler (@xdagiz)
- c49b5ec: fix: strip ansi color when logging to file (@xdagiz)