There's an xkcd on this but I'm having trouble finding itβ¦
@Mojeek
Aha, here!
Its nor for no reason that we call him the xkcd-O-tron!
Daaang, timg is nice. If only neofetch would use it ;)
Your journaling uses images?
Or are you using cat instead, which is what I do. (I also do that for my sandbox script which has proved super handy. https://codeberg.org/benjaminhollon/.dotfiles/src/branch/main/.local/bin/sandbox)
oop that link probably got mangled by the parentheses: https://codeberg.org/benjaminhollon/.dotfiles/src/branch/main/.local/bin/sandbox
No, just markdown. Right now I have a view mode that just fzfs the journal files, but having a quick preview within fzf is pretty cool.
Whoa, timg works with videos??? I could use this as a way to play youtube videos when on a slow connection, having my server download the video and play it via timg over ssh.
You could always just use ffmpeg to downsample the videos. You might incur some processing penalties, though. I'd probably just use yewtu.be or piped.kavin.rocks at the lowest setting.
yt-dlp lets you select a specific resolution to download from youtube, no ffmpeg processing necessary. I already do that.