HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: //usr/share/doc/termit/README
            Termit

    Simple terminal emulator based on vte library, extensible via lua.

    Features:
        * multiple tabs
        * switching encodings
        * sessions
        * configurable keybindings
        * embedded Lua 
    Configuration can be changed via $HOME/.config/termit/rc.lua file (example is provided).
    
    Command-line arguments:
        * --version (-v) - prints version info
        * --init=init_file - use init_file instead of standard rc.lua
        * --execute=cmd - execute command (also -e)

    Keybindings can be configured via rc.lua.
    Defaults are:
        Alt-Left     -  previous tab  
        Alt-Right    -  next tab      
        Ctrl-t       -  open tab      
        Ctlr-w       -  close tab     
        Ctrl-Insert  -  copy          
        Shift-Insert -  paste         

    Lua API is described in lua_api.txt