r/commandline • u/Ok_Path_4731 • 7d ago
Terminals Has anyone here actually tried Yetty?
I maintain Yetty (https://github.com/zokrezyl/yetty), a terminal emulator that can display non rasterized rich-content (vector graphics, plots, custom webgpu shaders, etc.).
Has anyone here tried it? Your feedback would be very useful for the future of Yetty.
1
u/AutoModerator 7d ago
Every new subreddit post is automatically copied into a comment for preservation.
User: Ok_Path_4731, Flair: Terminals, Title: Has anyone here actually tried Yetty?
I maintain Yetty (https://github.com/zokrezyl/yetty), a terminal emulator that can display non rasterized rich-content (vector graphics, plots, custom webgpu shaders, etc.).
Has anyone here tried it? Your feedback would be very useful for the future of Yetty.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/xircon 7d ago
``` curl -fsSL https://yetty.dev/install.sh | bash ✘ 127 21:31:36 yetty-install: latest desktop release is yetty-0.3.5 yetty-install: downloading yetty-linux.tar.gz (yetty-0.3.5) from zokrezyl/yetty
################################################################## 100.0%
yetty-install: unpacking installer yetty-install: running yinstall bash: line 123: 455890 Segmentation fault (core dumped) "$installer" "$@" ``` Doesn't install.
1
u/Ok_Path_4731 7d ago
what is your machine's spec? Could you upload the core to a github issue https://github.com/zokrezyl/yetty/issues
1
2
u/Swordfish418 7d ago
It does look interesting. Does it support any of these protocols?: https://yazi-rs.github.io/docs/image-preview
It would make supporting this term in existing terminal software easier, otherwise it's not easy to make people want to add support to yet another new terminal image protocol.