I might be missing something but why would you want to use a terminal interface when a GUI is so much easier?
Aerc: A well-crafted TUI for email
21–30 of 166 posts
Re: Aerc: A well-crafted TUI for email
#22Earlier quoted context omitted.
You can configure aerc to pass the email contents through an intermediate program depending on the MIME type. I believe it renders HTML through w3m by default or something like that. Of course it isn't full rendering with CSS and whatnot, but it is pretty good for most mails.
Yeah, I get that, but it's still not a great experience, and inconsistent. It would be cool to see something that uses iTerm's support for inline images: https://iterm2.com/documentation-images.html Not sure how practical that actually would be, but I can dream.
Re: Aerc: A well-crafted TUI for email
#23Looks good but wish it was written in C.
Re: Aerc: A well-crafted TUI for email
#24Looks good but wish it was written in C.
Re: Aerc: A well-crafted TUI for email
#25Re: Aerc: A well-crafted TUI for email
#26The problem with a TUI is that it’s a silo. Makes more sense to have pipeable, scriptable program(s) to retrieve/filter/sync/send. Then you can make several different UIs for it—vim, emacs, web, vscode, acme, thick client, etc—with a minimum of effort. TUI ends up re-implementing a good part of tmux unnecessarily.
Re: Aerc: A well-crafted TUI for email
#27I might be missing something but why would you want to use a terminal interface when a GUI is so much easier?
Re: Aerc: A well-crafted TUI for email
#28I might be missing something but why would you want to use a terminal interface when a GUI is so much easier?
Resource usage is also about as low as you can get.
Re: Aerc: A well-crafted TUI for email
#29I miss using a TUI for mail but it looks like they haven’t really solved the most important reason I don’t, which is rendering HTML emails.
Re: Aerc: A well-crafted TUI for email
#30I might be missing something but why would you want to use a terminal interface when a GUI is so much easier?