Live data from Hacker News

Terminology – a new terminal emulator

enlightenment.org

41–50 of 143 posts

Re: Terminology – a new terminal emulator

#41
post #22

i'd give all that away to instead have tab completing based on man page parameters descriptions or something.

As raylu says, zsh has that feature. Prezto (https://github.com/sorin-ionescu/prezto) makes it relatively easy to get started with zsh. Install it, enable any extra modules you want to load in .zpreztorc inside the “zstyle ':prezto:load' pmodule \” command, then update your .zshrc with your existing customizations from .bashrc and .bash_profile.

Re: Terminology – a new terminal emulator

#42
post #5

Installation is a bit of a pain, at least on OS X. It complains of a bunch of packages missing. Consider having it available through macports.

How did you install it? I'm on OS X, too, and make throws this error: "make: * No targets specified and no makefile found. Stop.".

Try ./autogen.sh

That should bring you into configure. This still fails for me, but at least then one can see what needs to be installed or updated in order to satisfy configure.

Re: Terminology – a new terminal emulator

#43

Transparency and background images are great for making screenshots to show off your customized desktop. For actual daily use, they're absurd.

I use transparency on terminals since I use X. Its not to bad if i dont have it, but on a tiling wm its the only way to see whats your background image ;) Yeah, its useless. But a bit of candy is not to bad.

I have a large screen. With a semi transparent terminal I get the impression that my brain is better able to re-scan the screen for the content I was looking for. Especially if I have a vim session with several columns.

Re: Terminology – a new terminal emulator

#44
post #38
post #34

Earlier quoted context omitted.

On the other hand, I couldn’t help thinking, while watching the video, why should my terminal load web pages and images? I’ve done the same thing both in Linux and now on OS X, by using various 'open' commands or – on OS X – 'qlmanage -p', which opens a QuickLook window for a file, just like the video is showing, but it’s system wide and not in my terminal. And this is not a “OS X had this before” post, it’s just tha…

Thumbnails for filelists seems somewhat useful. And another use for inline image display is that you could be modifying the image and then scroll back and forth to see the results and intermediates.

I was referring to displaying files in a separate window, not to file listings.

Re: Terminology – a new terminal emulator

#46

Transparency and background images are great for making screenshots to show off your customized desktop. For actual daily use, they're absurd.

Why would it be absurd? Do you use a monochrome display? Because, let's face it, black/white is all you need. Or green/white.

Re: Terminology – a new terminal emulator

#47
post #4

Terminology still has problems compared to SecureCRT or rxvt-unicode. I have been trying it on and off, as recently as this morning from the latest builds on ppa hannes-janetzek/svn-enlightenment, and if you fill the screen with text, it frequently does the wrong thing with the scrollback buffer, but as far as advanced terminals go, there's nothing for competition with Terminology. For the neatest demo of what you mi…

FWIW, the ppa is hannes-janetzek/enlightment-svn, and you can try it out in Ubuntu with: sudo apt-add-repository ppa:hannes-janetzek/enlightment-svn sudo apt-get update sudo apt-get install terminology great effort coming along. I'm sticking with terminator for now but will keep my eye on terminolog.

Unfortunately, terminology seems to be broken for me :(

  [buster@Fry➔ ~] terminology 
  terminology: symbol lookup error:   /usr/lib/libelementary.so.1: undefined symbol:   ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_ACTIVATE

Re: Terminology – a new terminal emulator

#48

I used to care a lot about tabs and pane splitting in the terminal emulator. Then I discovered terminal multiplexers: screen, then tmux. Now I don't want those features in the terminal emulator anymore, as they overlap and even conflict with the terminal multiplexer.

I still like tabs. I'm often logged into multiple remote machines where, for me, a terminal emulator's tab represents a unique SSH connection and that tab then has tmux running on the remote machine.

Otherwise, I'd be running tmux on my local machine, then want to run tmux on a remote machine, and nesting terminal multiplexers is not good.

Re: Terminology – a new terminal emulator

#49

I used to care a lot about tabs and pane splitting in the terminal emulator. Then I discovered terminal multiplexers: screen, then tmux. Now I don't want those features in the terminal emulator anymore, as they overlap and even conflict with the terminal multiplexer.

I like using both. Sometimes a screen tab just isn't enough separation.

Re: Terminology – a new terminal emulator

#50
post #4

Terminology still has problems compared to SecureCRT or rxvt-unicode. I have been trying it on and off, as recently as this morning from the latest builds on ppa hannes-janetzek/svn-enlightenment, and if you fill the screen with text, it frequently does the wrong thing with the scrollback buffer, but as far as advanced terminals go, there's nothing for competition with Terminology. For the neatest demo of what you mi…

Please open bug reports on http://trac.enlightenment.org/e/newticket or at least explain your issues here so I know what to fix. Also check in the TODO file if it's not already listed.

I'm currently working on text reflow when resizing terminology.

Post reply on HN