reddio VS sixel-tmux

Compare reddio vs sixel-tmux and see what are their differences.

sixel-tmux

sixel-tmux is a fork of tmux, with just one goal: having the most reliable support of graphics (by csdvrx)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
reddio sixel-tmux
19 34
- 455
- -
- 0.0
- 11 days ago
C
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

reddio

Posts with mentions or reviews of reddio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-05.
  • How would you work effectively with an extremely slow 56Kbps connection?
    12 projects | /r/linux | 5 Dec 2023
    https://gitlab.com/aaronNG/reddio looks like it might be a decent, maintained alternative.
  • Så kom dagen, hvor alle de store Reddit third-party apps lukker ned.
    5 projects | /r/Denmark | 29 Jun 2023
  • Q&A: Why is Programmer Humor shutting down?
    5 projects | /r/ProgrammerHumor | 7 Jun 2023
    Which one? There's cortex and cReddit and reddio and rttt and rtv and tuir.
  • do you reddit from the commandline?
    6 projects | /r/commandline | 22 Sep 2022
    I just found https://gitlab.com/aaronNG/reddio.
  • Does toycat have a discord server?
    3 projects | /r/ibxtoycat | 19 Sep 2022
    For websites, I use an extension called LibreJS to block nonfree JavaScript. It seems that most sites work without nonfree JavaScript, though sometimes you have to explicitly block the site in LibreJS to force noscript tags to appear. It's hard to say for sure how many sites require nonfree JavaScript though, as since I don't tend to re-visit sites that require it, all the sites I regularly use work without nonfree nontrivial JavaScript. Often LibreJS doesn't detect free scripts as free so I have to mark them myself, but on most sites I don't need to do this (On Reddit specifically, there's one script that LibreJS marks as nontrivial, $(this).parent().submit(), but I consider that trivial myself because it's so short. I also use Reddit Enhancement Suite which might make some things work better too. Occasionally the site breaks for some reason, in which case I use reddio (git clone the URL to avoid JavaScript).). I also use an extension called LibRedirect which redirects some sites that require JavaScript to some that don't. For email I still use Google from before I was avoiding nonfree software, but I connect using a free software IMAP client.
  • reddit's python
    2 projects | /r/ProgrammerHumor | 18 Aug 2022
    I'm on my phone right now, so I'm using Slide (a 3-rd party reddit client), but on PC I usually use reddio.
  • One teacher called her in tears. “She said it: ‘I can’t even let them read ‘The Diary of Anne Frank.’”
    1 project | /r/StallmanWasRight | 18 Aug 2022
    Technically speaking, this may be true, but most of the scripts I have enabled are trivial scripts. The only whitelisted script (on this page) I have currently is $(this).parent().submit() (needed for submitting comments). I think triviality is subjective to some extent, and I consider that whitelisted script trivial. I also use Reddit Enhancement Suite and I think that might help with some things that would otherwise require nonfree JavaScript. For some reason, old.reddit sometimes doesn't let me interact (expand comments, post comments, upvote, join the subreddit), and I'm not sure why it sometimes doesn't work (seems to break more often on posts than permalinks to comments or subreddit pages), but in those cases I can use reddio (git clone that link to avoid GitLab's JS).
  • Why open source still uses reddit even it's a closed source platform
    1 project | /r/foss | 5 Jul 2022
    My understanding is that the Reddit client used to be free, but it isn't anymore. I think there is no way to create an account on Reddit using free software today, but you can post/comment using reddio (git clone it to avoid nonfree JS) or sometimes using RES + LibreJS and whitelisting a few simple scripts (e.g. $(this).parent().submit() at the simplest). Given that it is possible to use Reddit with free software if you already have an account, I think it is okay to keep using it. It would be good if someone added account registration functionality to reddio though, so that more people could participate.
  • I dare you
    4 projects | /r/linuxmemes | 7 Jun 2022
    there's also reddio
  • real programmers don't use mouse
    5 projects | /r/ProgrammerHumor | 30 Apr 2022
    Of course this exists

sixel-tmux

Posts with mentions or reviews of sixel-tmux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-16.
  • Show HN: a Rust Based CLI tool 'imgcatr' for displaying images
    12 projects | news.ycombinator.com | 16 Apr 2024
    It's not really that strange that tmux doesn't support sixels. It's quite a bit more complicated and resource-intensive than ANSI Escape Codes or ncurses.

    It might be fine for local[1] multiplexing but over the network it is not as fast as even something like VNC or RDP.

    [1] https://github.com/csdvrx/sixel-tmux/

  • Zellij – A terminal workspace with batteries included (tmux alternative)
    8 projects | news.ycombinator.com | 5 Feb 2024
    After having spent too much time trying to get the simple https://github.com/csdvrx/sixel-tmux/ features into mainline tmux (last November https://github.com/tmux/tmux/issues/3753), maybe it'd be easier to jump ship as use zellij?

    Could anyone offer recommendations on "riced" zellij configuations, or just a demo where it shows doing with (say charts of disk usage per folder), watching a movie with mpv + keeping a vim to type on?

  • I Just Wanted Emacs to Look Nice – Using 24-Bit Color in Terminals
    7 projects | news.ycombinator.com | 30 Jan 2024
    Your approach looks very sound!

    A fork of terminfo may be needed if the description of modern terminal capabilities can't be added -- or if old and deprecated attributes repurposed for that job (like in your padding example): if you're automating the correction/creation of terminfos in ~/, IMHO, it may be better to piggyback on tic as much as possible.

    Anyway, to backport modern terminal descriptions to legacy programs, creating correct binary terminfos in ~/.terminfo seems the best practice. You can also invent new TERM. When I wanted to have italics etc about everywhere, personally that's just what I did for sixel-tmux: https://github.com/csdvrx/sixel-tmux/?tab=readme-ov-file#ste... : just declare a new $TERM you know to be right, and use that in the apps that let you use a little logic in their configuration file

    I do that in my .vimrc:

       " If Vim doesn't know the escape codes to switch to italic
  • Terminal Graphics Protocol
    4 projects | news.ycombinator.com | 7 Dec 2023
    You can have that functionality integrated within tmux with https://github.com/csdvrx/sixel-tmux/ : if you terminal doesn't support sixels, you'll at least see something close to the picture they represent.

    Then of course it's not pixel-perfect unless you make your terminal very large (like 800x240 instead of 80x24) but something being better than nothing, I'd argue it's for the better if all you can do is 80x24 with no pictures otherwise.

  • How would you work effectively with an extremely slow 56Kbps connection?
    12 projects | /r/linux | 5 Dec 2023
    sixel-tmux can help you have both: https://github.com/csdvrx/sixel-tmux/
  • Are We Sixel Yet
    15 projects | news.ycombinator.com | 14 May 2023
    See also rant[1] of sixel-tmux author.

    > It's 2021, and we should be able to do litterate programming in the console, with full graphical support.

    Yeah. We are stuck cosplaying computers from the sixties.

    What's even funnier, even if you find a modern terminal emulator that supports features like ligatures, graphics, emoji etc. you still will be blocked by tmux. Sure - not everyone needs tmux. If you never work on remote machines, you can live without it.

    But I work on remote machines all the time. I also use Kakoune text editor that defers window management to external tools (WM or tmux, but to be honest, tmux is much better). Zellij is more of r/unixporn bait than usable tool for now. So I'm stuck with text only interface.

    [1]: https://github.com/csdvrx/sixel-tmux/blob/main/RANTS.md

  • UnicodePlots
    10 projects | news.ycombinator.com | 9 Apr 2023
    > Some terminal emulators have support for images, which fit most of the use cases here but not the one I described.

    That what sixel-tmux is for, when you're in a hurry and needs images with your current terminal emulator: https://github.com/csdvrx/sixel-tmux

  • Some maintainers are holding users hostage to favor their preferred formats
    1 project | news.ycombinator.com | 22 Mar 2023
  • Anyone know a Prefixed based terminal emulator that supports Image Preview of some sort? Tmux style keybindings, for splits, tabs, and sessions
    1 project | /r/commandline | 19 Mar 2023
    Maybe tmux-sixel does that tmux sixel
  • Switched Back to Windows After a Year and a Half of Linux
    7 projects | /r/Windows11 | 21 Jan 2023
    If you want some crazy shit like sixels or italics and ligatures, try msys2 that's what I've used for the screenshot. The only thing comparable on Linux in term of features is xterm and, that's another story.

What are some alternatives?

When comparing reddio and sixel-tmux you can also consider the following projects:

reddl - Search Reddit with CLI

sixvid - Simple script for animated GIF viewing using sixels

Reddit

viu - Terminal image viewer with native support for iTerm and Kitty

wefwef - Voyager — a mobile-first Lemmy web client (formerly wefwef) [Moved to: https://github.com/aeharding/voyager]

Windows Terminal - The new Windows Terminal and the original Windows console host, all in the same place!

tuir

iterm2

sub.rehab - A list of subreddit alternatives

mpv - 🎥 Command line video player

cReddit - CLI Reddit client written in C. Oh, crossplatform too!

FFmpeg-SIXEL - Experimental fork git://source.ffmpeg.org/ffmpeg.git