File: README.md

package info (click to toggle)
termit 3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 588 kB
  • sloc: ansic: 3,798; sh: 55; xml: 31; makefile: 7
file content (42 lines) | stat: -rw-r--r-- 1,167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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 configurations can be found in doc/rc.lua.example.

Command-line arguments:

    termit --help
    Options:
      -h, --help             - print this help message
      -v, --version          - print version number
      -e, --execute          - execute command
      -i, --init=init_file   - use init_file instead of standard rc.lua
      -n, --name=name        - set window name hint
      -c, --class=class      - set window class hint
      -r, --role=role        - set window role (Gtk hint)
      -T, --title=title      - set window title

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 doc/lua_api.md and in man page.

Download termit from [here](https://github.com/nonstop/termit/releases).