AltYo - drop-down terminal emulator, written in Vala, depends only on libvte and gtk3.
- The design of altyo allows to open an unlimited tab count, even with long terminal titles.
if tabs do not fit in one row, they will move to a new line. - Drag and drop tabs.
- Tabs do not stand out from the terminal. (solid view)
- Title of the tabs fully customisable.
Highlight parts of the terminal header by color (for example, highlight username and hostname)
Adjust the header of the terminal, using regular expressions(for example cut unnecessary parts). - Autostart with desktop session.
- Autostarts programs in new tabs ,for example start mocp and mutt, by default.
- Alert popup shows when you the terminal will be closed with an important program (ssh, wget pattern is customizable), even if executed in the background.
- Delayed "Close tab", 10 seconds before tab will actually be closed. If necessary,
<Ctrl><Shift>R
can be pressed to restore the closed tab, tabs can also be restored from the terminal popup menu. - Important tabs can be 'Locked', the program will then ask to confirm tab closing. ("Lock tab" is in from the context menu on tab button)
- All options can be configured via graphical settings dialog.
- The program will warn the user when incorrect values are filled in the configuration, if settings are absent in config file, the program will use the default values.
- Hotkey for
the first 20unlimited tabs (double press ofalt+5
will switch to the 15th tab, triple press will switch to the 25th tab and so on) - You may use css to style the program (thanks to gtk3)
- Multi monitor support.
- The monitor in which altYo is started by default can be configured.
- Individual window size and position for each monitor.
- Program contains "Follow the mouse" mode, after hiding, window will shown on the monitor with mouse pointer.
- Tiling window manager support (usual window).
Use--standalone
command line option to run in tiling window manager,
For any other window managers, altyo will operate as usual terminal emulator (like xterm). - Multiple instances. You may run several instances of alto in same time.
In order to do that, an unique id and configuration file for each instance should be setup.
For example:
altyo --id=org.gtk.altyo_left_monitor -c ~/.config/altyo/config_left_monitor.ini
altyo --id=org.gtk.altyo_right_monitor -c ~/.config/altyo/config_right_monitor.ini
now each instance can be controlled individually
altyo --id=org.gtk.altyo_left_monitor -e "htop"
altyo --id=org.gtk.altyo_right_monitor -e "mc"
The id can be omitted:--id=none
may be used, but in that case there will be no possibility to control instances from the command line.
small video presentation of the available features:
- youtube video altyo 0.3
- altyo 0.2 http://youtu.be/9W8m6T7HyVs and http://youtu.be/utxeh-SBTvI
Packages for Ubuntu and Debian available there https://launchpad.net/~linvinus/+archive/altyo
Package for Arch Linux AUR https://aur.archlinux.org/packages/altyo-git/ (package created by willemw)
Ebuild for Gentoo/Sabayon https://drive.google.com/file/d/0B6vs0mKF7AyLQzdYOEdEVzJOZWM/view?usp=sharing (ebuild created by giacomogiorgianni)
Source code available there https://github.com/linvinus/AltYo
How to install from sources is described in INSTALL file.
- A new stand-alone terminal may always be opened in current directory by pressing
<Ctrl><Shift>N
(default key binding). - In search mode (when text entry have a focus), the following hotkeys may be used:
ctrl+1
- toggle "Wrap search"
ctrl+2
- toggle "Match case-sensitive"
ctrl+3
- toggle search mode "terminal text"/"terminals titles"
ctrl+Up
orEnter
- find next
ctrl+Down
- find prev
Up
- search history
Down
- search history
Esc
- close search dialog
(Soddy, but those shortcuts are hardcoded). - Switching tabs by searching in the titles.
In order to switch tabs by searching a search dialog<Ctrl><Shift>F
(default key binding) should be opened,
then the search option "terminals titles" has to be activated, by pressing<Ctrl+3>
. Type in order to search for part of the tab titles.
The hotkeys :ctrl+Up
orEnter
- find next
ctrl+Down
- find prev
can be used to cycle through the search results
Also, you may configure special hotkeys to quickly activate the "Search in terminals titles" mode. - Tabs can be sorted by hostname (if tab title contains host name in the following form
<user>@<host>:<path>
)
To do that after pressing right mouse button on tab title, in the context menu, select "Sort by hostname"
Also, you may configure a special hotkey for the "Sort by hostname" action. - Altyo is portable, the executable file can be copied on an USB flash drive.
The only requirement on the target machine is that Gtk 3.4 or newer and libvte 3.0 or newer sould be installed.
Those libraries should be available on fresh distributives. - Double click on an empty space in the tab bar will open a new tab.
- Middle mouse button click on a tab button will close the tab.
- You may set the default TERM variable at Advanced -> Terminal regexps ->TERM, e.g.
TERM=xterm-256color
- Q) ubuntu "global menu" + alt+grave "global menu" show application menu, when user press alt+grave, but it should not
- A) disable gtk3 auto mnemonics
dconf write /org/gnome/desktop/interface/automatic-mnemonics false
-
Q) when resizing terminal, lines break, if you are running Zsh
-
A) bug is described there https://bugzilla.gnome.org/show_bug.cgi?id=708213 and there https://bbs.archlinux.org/viewtopic.php?pid=1246865
you need to apply patch (https://bbs.archlinux.org/viewtopic.php?pid=1246865#p1246865). to resolve that. for ubuntu users, patched vte available in this ppa https://launchpad.net/~linvinus/+archive/vte
this bug resolved in vte 0.36 -
Q) Window gravity south, not working under xfwm4
-
A) it is xfwm4 bug https://bugzilla.xfce.org/show_bug.cgi?id=3634
-
Q) tabs does not close after entering "exit" command (mc restarting after pressing F10 if it was runned as autorun command)
-
A) if you prefer close tabs by "exit" command, you may turn off option "Auto restart shell"
-
Q) "auto run" commands doesn't see environment variables from bashrc file
-
A) this happen because they are running as standalone application,
but, for example, you may use following wrap aroundbash -c "EDITOR=vim mc"
in this example mc will runned with special environment variable -
Q) F11 (maximize) not working in lubuntu (with openbox)
-
A) you need to remove following lines in ~/.config/openbox/lubuntu-rc.xml
<keybind key="F11"> <action name="ToggleFullscreen"/> </keybind>
-
Q) Missing terminal focus-in (libvte bug)
-
A) Bug report is here https://bugzilla.gnome.org/show_bug.cgi?id=677329
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699907
resolved in Ubuntu 12.04 updates xserver-xorg-core-lts-trusty >= 2:1.15.1-0ubuntu2~precise2
resolved in Ubuntu 14.04 and newer
Workarounds:window.unrealize();export GDK_CORE_DEVICE_EVENTS=1- Set checkbox "Workaround if focus lost" in settings, then restart altyo.
Video Review from Noah and Chris in Linux Action Show The worlds #1 Linux podcast. https://www.youtube.com/watch?v=RJyBoqvQg54#t=665 (http://www.jupiterbroadcasting.com/show/linuxactionshow/)
zenway.ru (Russian) http://zenway.ru/page/altyo
muhas.ru (Russian) http://muhas.ru/?p=202