Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Enlightenment GUI Open Source Software Linux

Enlightenment Terminal Allows Video Playback, PDF Viewing 114

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."
This discussion has been archived. No new comments can be posted.

Enlightenment Terminal Allows Video Playback, PDF Viewing

Comments Filter:
  • by ciggieposeur ( 715798 ) on Wednesday March 27, 2013 @09:27AM (#43290843)

    They should have used the future-proofed OSC, DCS, SOS, PM, or APC prefixes instead of this new ESC{ sequence. And then they terminate the sequence with a control character (NUL)! This is worse than "ANSI music".

    Terminology authors, if you are reading this, could you PLEASE talk to Ted Dickey (xterm and ncurses maintainer) about the RIGHT way to do this? Otherwise you're going to find yourselves with your own version of brokenLinuxOSC.

  • by Rude Turnip ( 49495 ) <valuation@@@gmail...com> on Wednesday March 27, 2013 @10:11AM (#43291383)

    In the financial world, you also have the Bloomberg terminal. It's very heavily command line driven, although it does have some pointy-clicky functionality for noobs. You get a mix of text, graphics, audio and video from what I'd call a self-contained semantic web.

  • by raster ( 13531 ) on Wednesday March 27, 2013 @10:22AM (#43291523) Homepage

    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.

  • Re:Can it do... (Score:2, Informative)

    by Anonymous Coward on Wednesday March 27, 2013 @10:25AM (#43291559)

    > Because if you're working at a terminal, leaving the command-line is always a pain in the ass?

    OSX has a cool feature that makes it a bit less of a pain. It has a command-line "open" tool that has the same effect as double-clicking a file in the file browser. In particular, I often use "open ." to open the current folder in the file browser.

    A GUI-aware terminal is of course way cooler.

  • by raster ( 13531 ) on Wednesday March 27, 2013 @10:27AM (#43291587) Homepage

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

  • Re:Seems logical.. (Score:3, Informative)

    by raster ( 13531 ) on Wednesday March 27, 2013 @10:47AM (#43291863) Homepage

    Please become informed before claiming things you have no clue about. It does everything your current terminal does (more or less if we talk of vt100/200 and friends) the same way. It ALSO adds extended escapes and inside these all it sends is file paths or uri text. If you call a file path high bandwidth then ok, guilty. But I think you are simply living up to slashdots reputation in the users category of blowing hot air.

  • by raster ( 13531 ) on Wednesday March 27, 2013 @11:58AM (#43292969) Homepage

    it's modular. just at the library level which does make for a lot more efficiency. :) and what is new here - bringing the usability to your regular cmdline terminal without the need for launching other apps in windows... oh and did you read? it can render with opengl.. THAT is not exactly old hat.. AND it works in the framebuffer without x... and gives u moue control and copy and paste... IN the framebuffer... AND.. its like 20 TIMES faster than the kernel text console (try see how long u ait for a file to cat in the console vt)... and then in your console u can view pdf's, images and videos... the SAME as you do in x... oh and tabs and splits will work in the fb too... oh and it works in wayland too... not like there are a lot of terminals for wayland atm.

To program is to be.

Working...