Slashdot Mirror


Enlightenment Terminal Allows Video Playback, PDF Viewing

An anonymous reader writes "The E17 Enlightenment project has released a new version of its Terminology terminal emulator. With Terminology 0.3 comes several fancy features, including the ability to preview video files, images, and PDF files from within the terminal. There's new escape sequences, inline video playback, and other features to this terminal emulator that's only built on EFL and libc."

6 of 114 comments (clear)

  1. So by mybeat · · Score: 5, Funny

    How long will it take for the "Terminology is a great OS, all that is lacking is a terminal" joke to be relevant?

  2. Re:Can it do... by Ash+Vince · · Score: 5, Interesting

    (tell me again: why would someone want to do any of the above in a terminal?)

    After having watched the full video of its capabilities I am pretty amazed and certainly some of it will be useful.

    I particularly liked things like the ability to use ls to a get a list of files but with small thumbnails next each. You were then able to select the thumbail and see a bigger preview for images and movies. I also like the ability to do things like hover over a file in a "ls" output then just click and drag it but getting a full path to the file.

    --
    I dont read /. to RTFA, I read /. to offend people in ignorance.
  3. Re:Can it do... by raster · · Score: 5, Interesting

    'Because I can' ... yup.

      Seriously though it's zero extra code to handle video in a bg when it's already supported in Popups. It's the same object. It's supported in popups because it's helps people who use terminals for irc, email and more and when they have a link to a video stream they get easy one click access. Users of irssi have been singing terminology's praises for this. There are tonnes of legitimate normal uses of such features. You might not see it now or your usage of terminals is incredibly narrow, but many who live in them all day find these features a godsend.

    --
    --------------- Codito, ergo sum - "I code, therefore I am" --------------------
  4. Re:"only built on EFL and libc" by raster · · Score: 5, Informative

    Me (author) doesn't care about this as these are already the requirements of e17 anyway, so for the target audience or doesn't need extra dependencies they don't already have. By the time you have any featured desktop installed you have at least this much installed.

    --
    --------------- Codito, ergo sum - "I code, therefore I am" --------------------
  5. Re:Can it access media over ssh? by raster · · Score: 5, Informative

    Sorry. Doesn't work over a remote shell. Has to be local atm. Haven't figured out how to sensibly do it remotely.

    --
    --------------- Codito, ergo sum - "I code, therefore I am" --------------------
  6. Re:Seems logical.. by Dixie_Flatline · · Score: 5, Insightful

    This is for people that like to work in the terminal--instead of a file browser--but still want to look at all their files.

    When the UNIX terminal was invented, there weren't a lot of things to look at other than text files. Times have changed somewhat since then.

    The terminal is often the best place to get work done, and sometimes you don't want to go into a file browser or fire up an external viewer just to look at a PDF. Being able to preview a file so you can correctly sort it into a directory, for instance, seems like a good use of this upgrade.

    In OS X, you can get something like Pathfinder that lets you manage your files graphically, but has an attached shell if you need one. This is just a more terminal-centric view of things. You can still work text-only, if you like.