Re: display images inline in xterm (while using mutt)

2020-12-05 Thread Globe Trotter via Mutt-users
Thanks very much! I know copr, I am not sure that that site is supported though, not having been updated since Fedora 28 (so for over two years). I will see if I can contact the packager. Thanks again! On Saturday, December 5, 2020, 7:48:17 AM CST, David Champion wrote: I don't use

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Globe Trotter via Mutt-users
Thank you for this, and my apologies for top-posting. I have w3m installed but it does not have img2sixel in it (I use Fedora). Could I use w3m (on something else) instead in the code that you have provided? Thanks! On Friday, December 4, 2020, 3:51:03 PM CST, David Champion wrote:

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Dave Woodfall
On 04/12/20 11:16, Patrick Shanahan put forth the proposition: > > $ /usr/libexec/w3m/w3mimgdisplay test.png > > > > appears to do nothing. The prompt just comes back. Yes, it's probably easier to use w3m, come to think of it. To use w3mimgdisplay, the path to the image needs to be piped to it,

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Patrick Shanahan
* mutt users list [12-04-20 13:04]: > Hi, > > Thanks again! > > On Friday, December 4, 2020, 11:57:52 AM CST, Patrick Shanahan > wrote: > > > > > > * mutt users list [12-04-20 12:45]: > > > Hi, > > > > Thanks again! > > > > > > On Friday, December 4, 2020, 11:13:03 AM CST, Patrick

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Globe Trotter via Mutt-users
Hi, Thanks again! On Friday, December 4, 2020, 11:57:52 AM CST, Patrick Shanahan wrote: * mutt users list [12-04-20 12:45]: > Hi, > > Thanks again! > > > On Friday, December 4, 2020, 11:13:03 AM CST, Patrick Shanahan > wrote:  * mutt users list [12-04-20 > 11:44]:> > > Hi, > >

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Patrick Shanahan
* mutt users list [12-04-20 12:45]: > Hi, > > Thanks again! > > > On Friday, December 4, 2020, 11:13:03 AM CST, Patrick Shanahan > wrote:  * mutt users list [12-04-20 > 11:44]:> > > Hi, > > > > Thanks very much! > > > > > On Friday, December 4, 2020, 10:24:44 AM CST, Patrick Shanahan >

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Globe Trotter via Mutt-users
Hi, Thanks again! On Friday, December 4, 2020, 11:13:03 AM CST, Patrick Shanahan wrote:  * mutt users list [12-04-20 11:44]:> > Hi, > > Thanks very much! > > > On Friday, December 4, 2020, 10:24:44 AM CST, Patrick Shanahan > > wrote:  * mutt users list > > [12-04-20 11:07]: > > > >

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Patrick Shanahan
* mutt users list [12-04-20 11:44]: > > Hi, > > Thanks very much! > > > On Friday, December 4, 2020, 10:24:44 AM CST, Patrick Shanahan > > wrote:  * mutt users list > > [12-04-20 11:07]: > > > > Hi, > > > > Thanks! > > > >  > On Friday, December 4, 2020, 9:56:23 AM CST, Dave Woodfall

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Globe Trotter via Mutt-users
Hi, Thanks very much! > On Friday, December 4, 2020, 10:24:44 AM CST, Patrick Shanahan > wrote:  * mutt users list [12-04-20 > 11:07]: > > Hi, > > Thanks! > >  > On Friday, December 4, 2020, 9:56:23 AM CST, Dave Woodfall >wrote: > > >>  On 04/12/20 05:30, Mutt Users put forth the

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Patrick Shanahan
* mutt users list [12-04-20 11:07]: > > Hi, > > Thanks! > > > On Friday, December 4, 2020, 9:56:23 AM CST, Dave Woodfall > wrote: > > >>  On 04/12/20 05:30, Mutt Users put forth the > >>proposition: > >> Hi, > >> If I use w3m -o ext_image_viewer=0 test.png, I can get the file test.png

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Patrick Shanahan
* mutt users list [12-04-20 11:07]: > > Hi, > > Thanks! > > > On Friday, December 4, 2020, 9:56:23 AM CST, Dave Woodfall > wrote: > > >>  On 04/12/20 05:30, Mutt Users put forth the > >>proposition: > >> Hi, > >> If I use w3m -o ext_image_viewer=0 test.png, I can get the file test.png

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Globe Trotter via Mutt-users
Hi, Thanks! > On Friday, December 4, 2020, 9:56:23 AM CST, Dave Woodfall > wrote: >>  On 04/12/20 05:30, Mutt Users put forth the >>proposition: >> Hi, >> If I use w3m -o ext_image_viewer=0 test.png, I can get the file test.png >> inside xterm. I wanted to do the same on my mutt

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Dave Woodfall
On 04/12/20 05:30, Mutt Users put forth the proposition: > Hi, > If I use w3m -o ext_image_viewer=0 test.png, I can get the file test.png > inside xterm. > I wanted to do the same on my mutt window (inside xterm). How do I do this? > I tried putting: > image/*;w3m -o ext_imageviewer=0 %s;

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Globe Trotter via Mutt-users
Hi, Thanks! > On Friday, December 4, 2020, 2:36:14 AM CST, Zenithal > wrote: >> If I use w3m -o ext_image_viewer=0 test.png, I can get the file test.png >> inside xterm.In my setup I do not have `ext_image_viewer` option so I can >> not verify >> image/*;w3m -o ext_imageviewer=0 %s;

Re: display images inline in xterm (while using mutt)

2020-12-04 Thread Zenithal
> If I use w3m -o ext_image_viewer=0 test.png, I can get the file test.png > inside xterm. In my setup I do not have `ext_image_viewer` option so I can not verify > image/*;w3m -o ext_imageviewer=0 %s; copious output should be `copiousoutput`, not `copious output`, I think. > However this

display images inline in xterm (while using mutt)

2020-12-03 Thread Globe Trotter via Mutt-users
Hi, If I use w3m -o ext_image_viewer=0 test.png, I can get the file test.png inside xterm. I wanted to do the same on my mutt window (inside xterm). How do I do this? I tried putting: image/*;w3m -o ext_imageviewer=0 %s; copious output However this does not work and gives me the options of