{"id":13439599,"url":"https://github.com/borisfaure/terminology","last_synced_at":"2025-12-30T14:04:39.281Z","repository":{"id":5545264,"uuid":"6749230","full_name":"borisfaure/terminology","owner":"borisfaure","description":"The best terminal emulator based on the Enlightenment Foundation Libraries","archived":false,"fork":false,"pushed_at":"2024-06-18T20:09:03.000Z","size":15946,"stargazers_count":648,"open_issues_count":29,"forks_count":52,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-06-22T05:04:14.770Z","etag":null,"topics":["c","console","terminal","terminal-app","terminal-emulators"],"latest_commit_sha":null,"homepage":"http://terminolo.gy/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/borisfaure.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"borisfaure"}},"created_at":"2012-11-18T17:40:15.000Z","updated_at":"2024-06-22T05:04:21.216Z","dependencies_parsed_at":"2024-06-22T05:04:19.531Z","dependency_job_id":"aa0e24df-ba52-49e3-a159-1de1891ca4bc","html_url":"https://github.com/borisfaure/terminology","commit_stats":{"total_commits":3271,"total_committers":121,"mean_commits":27.03305785123967,"dds":"0.36105166615713846","last_synced_commit":"092f542d769d8a367a226e015e1c3e84cde88281"},"previous_names":["billiob/terminology"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borisfaure%2Fterminology","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borisfaure%2Fterminology/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borisfaure%2Fterminology/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borisfaure%2Fterminology/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borisfaure","download_url":"https://codeload.github.com/borisfaure/terminology/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244577861,"owners_count":20475375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","console","terminal","terminal-app","terminal-emulators"],"created_at":"2024-07-31T03:01:15.445Z","updated_at":"2025-12-30T14:04:39.275Z","avatar_url":"https://github.com/borisfaure.png","language":"C","funding_links":["https://github.com/sponsors/borisfaure"],"categories":["C"],"sub_categories":[],"readme":"![Terminology](/data/readme/terminology.png)\n# Terminology\n\n-----\n\n*Please report bugs/issues at*\n[git.enlightenment.org](https://git.enlightenment.org/enlightenment/terminology/issues)\n\n-----\n\n[![Coverity](https://scan.coverity.com/projects/terminology/badge.svg)](https://scan.coverity.com/projects/terminology)\n[![CircleCI](https://circleci.com/gh/borisfaure/terminology.svg?style=shield)](https://circleci.com/gh/borisfaure/terminology)\n[![Codecov](https://codecov.io/gh/borisfaure/terminology/branch/master/graph/badge.svg)](https://codecov.io/gh/borisfaure/terminology)\n[![Twitter: _Terminology_](https://img.shields.io/twitter/follow/_Terminology_?style=social)](https://twitter.com/_Terminology_)\n[![Snapcraft](https://snapcraft.io//terminology/badge.svg)](https://snapcraft.io/terminology)\n[![Weblate](https://hosted.weblate.org/widgets/terminology/-/terminology/svg-badge.svg)](https://hosted.weblate.org/engage/terminology/)\n\n-----\n\nThis is an EFL terminal emulator with some extra bells and whistles\nsuch as the ability to display in-line images, video and even play\nmusic files, background images, videos, Z-Modem like sending (e.g. SSH\ninto a server and use tysend to send a file back to the local\nterminal), GPU Accelerated rendering (optional - just set the\nEFL Elementary toolkit  engine to use OpenGL) and much more.\n\n## Requirements\n\n* [efl](https://git.enlightenment.org/enlightenment/efl)\n\nPlease see http://www.enlightenment.org for information on these.\n\n## Compiling\n\nOnce you have met requirements, compiling and installing are simple:\n\n``` sh\nmeson build\nninja -C build\nsudo ninja -C build install\n```\n\nAt the end of this file is more complete information on cimpiling and\ninstalling.\n\n**NOTE:** to make terminology work with input methods in general you need:\n\n``` sh\nexport ECORE_IMF_MODULE=\"xim\"\nexport XMODIFIERS=\"@im=none\"\n```\n\n## Themes\n\nApart from the ones shipped with Terminology, themes can be stored in\n`~/.config/terminology/themes/`.\n\nDocumentation on themes is written in [THEMES.md](THEMES.md).\n\n## Color Schemes\n\nTerminology ships with some common color schemes.\n\nTo know how to modify or add some new color schemes, please read\n[COLORSCHEMES.md](COLORSCHEMES.md).\n\n## Mouse controls\n\n* `Right mouse button` = controls menu\n* `Middle mouse button` = paste highlight selection\n* `Left mouse button/drag` = make highlight\n* `Wheel` = scroll up or down in history\n* `Ctrl+Wheel` = zoom font size up/down\n* `Ctrl+Left mouse button/drag` = make block selection highlight\n\n## Default key controls\n\n* `Shift+PgUp` = Scroll 1 page up\n* `Shift+PgDn` = Scroll 1 page down\n* `Shift+Up` = Scroll 1 line up\n* `Shift+Down` = Scroll 1 line down\n* `Shift+Home` = Scroll to the top of the backlog\n* `Shift+End` = Reset scroll\n* `Shift+Left` = switch focus to previous terminal inside a window\n* `Shift+Right` = switch focus to next terminal inside a window\n* `Shift+Insert` = Paste Clipboard (`ctrl+v/c`) selection\n* `Shift+Ctrl+Insert` = Paste Primary (highlight) selection\n* `Shift+Keypad-Plus` = Font size up 1\n* `Shift+Keypad-Minus` = Font size down 1\n* `Shift+Keypad-Multiply` = Reset font size\n* `Shift+Keypad-Divide` = Copy highlight to Clipboard (same as `Ctrl+c` in gui apps)\n* `Ctrl+PgUp` = switch focus to previous terminal inside a window\n* `Ctrl+PgDn` = switch focus to next terminal inside a window\n* `Ctrl+Shift+t` = create new terminal on top of current inside window (tabs)\n* `Ctrl+Shift+End` = close the focused terminal.\n* `Ctrl+Shift+h` = toggle displaying the miniview of the history\n* `Ctrl+Shift+Home` = bring up \"tab\" switcher\n* `Ctrl+Shift+PgUp` = split terminal horizontally (1 term above the other)\n* `Ctrl+Shift+PgDn` = split terminal vertically (1 term to the left of the other)\n* `Ctrl+Shift+c` = copy current selection to clipboard\n* `Ctrl+Shift+v` = paste current clipboard selection\n* `Alt+Home` = Enter command mode (enter commands to control terminology itself)\n* `Alt+Return` = Paste primary selection\n* `Alt+g` = Group input: send input to all visible terminals in the window\n* `Alt+Shift+g` = Group input: send input to all terminals in the window\n* `Alt+w` = Copy selection to primary\n* `Alt+Up` = Focus the terminal above\n* `Alt+Down` = Focus the terminal below\n* `Alt+Left` = Focus the terminal on the left\n* `Alt+Right` = Focus the terminal on the right\n* `Ctrl+Alt+Equal` = Font size up 1\n* `Ctrl+Alt+Minus` = Font size down 1\n* `Ctrl+Alt+0` = Reset font size\n* `Ctrl+Alt+9` = Big font size\n* `Ctrl+Alt+t` = Set terminal title\n* `Ctrl+1` = switch to terminal tab 1\n* `Ctrl+2` = switch to terminal tab 2\n* `Ctrl+3` = switch to terminal tab 3\n* `Ctrl+4` = switch to terminal tab 4\n* `Ctrl+5` = switch to terminal tab 5\n* `Ctrl+6` = switch to terminal tab 6\n* `Ctrl+7` = switch to terminal tab 7\n* `Ctrl+8` = switch to terminal tab 8\n* `Ctrl+9` = switch to terminal tab 9\n* `Ctrl+0` = switch to terminal tab 10\n\n## Companion tools\n\nTerminology ships with a set of tools to help you get the best out of\nTerminology.\n\n* `tyls`: list directory contents with bells and whistles\n* `tyalpha`: set transparency level of the background\n* `tybg`: change the background image\n* `tycat`: display inline a media file or a URI\n* `typop`: display in a popup a media file or a URI\n* `tyq`: queue media files or URI to be popped up\n* `tysend`: send files to the terminal (useful through ssh)\n\n## Extended escapes for terminology only\n\n`[\\033][}][COMMAND][\\000]`\ni.e.\n1. `ESC` char (`\\033` or `0x1b`)\n2. `}` char\n3. a sequence of UTF8 chars other than `nul` (`\\000` or `0x00`).\n4. `\\000` char (`nul` byte or `0x00` to indicate end of sequence)\n\ne.g.\n``` sh\n  `echo -n '\\033}Hello world\\000'`\n```\n\n## Commands\n\nIn the following, any values inside square brackets `[]` are to be replaced\nby some content (numbers, strings, paths, url's etc.).\n\nExamples:\n\n* `aa[PATH-OF-FILE]` should become something like: `aa/tmp/file.png`\n* `aa[true/false]` should become something like:  `aatrue` or `aafalse`\n\n## Available commands\n\n  * `pn[FULL-PATH-OR-URL]`\n    popup the given media file/url now\n\n  * `pq[FULL-PATH-OR-URL]`\n     queue a popup for the given media file/url\n\n  * `bt[FULL-PATH-OR-URL]`\n    set the terminal background media file/url temporarily\n\n  * `bp[FULL-PATH-OR-URL]`\n    set the terminal background media file/url permanently\n\n  * `at[on/true/yes/off/false/no]`\n    set the terminal alpha state to be on, or off temporarily\n\n  * `ap[on/true/yes/off/false/no]`\n    set the terminal alpha state to be on, or off permanently\n\n  * `qs`\n  query grid and font size. stdin will have written to it:\n    `W;H;FW;FH\\n`\n      * where `W` is the width of the terminal grid in characters\n      * where `H` is the height of the terminal grid in characters\n      * where `FW` is the width of 1 character cell in pixels\n      * where `FH` is the height of 1 character cell in pixels\n\n  * `is[CW;H;FULL-PATH-OR-URL]`\n    insert _Stretched_ media (where image will stretch to fill the cell area)\n    and define expected cell area to be `W` cells wide and `H` cells high,\n    with the image/media/url.\n      * where `C` is the replace character to be identified in later text\n      * where `W` is the width in character cells (up to 511).\n      * where `H` is the height in character cells (up to 511).\n\n    note that this escape alone has no effect. It indicates a future\n    intention of inserting media into the terminal. the terminal will\n    EXPECT a grid of `WxH` _replace characters_ to follow, with each\n    sequence of such replace characters beginning with a `ib` escape command\n    and ending with an 'ie' escape command.\n\n    the `FULL-PATH-OR-URL` for all  the `i` commands (`is`, `ic`, `if`, `it`)\n    may be of the form:\n      * `/full/path/to/file.png`\n      * OR `/full/path/to/link\\n/full/path/to/file.png`\n    where a newline character separates a URI for a link and a full\n    path to a file to display in the region. the link is the\n    destination URI when a user may click on the given media image.\n\n    example:\n    ``` sh\n      printf(\"\\033}is#5;3;%s\\000\"\n             \"\\033}ib\\000#####\\033}ie\\000\\n\"\n             \"\\033}ib\\000#####\\033}ie\\000\\n\"\n             \"\\033}ib\\000#####\\033}ie\\000\\n\", \"/tmp/icon.png\");\n    ```\n    note that `#` is the replace character, and later `#` chars if inside\n    begin/end escapes, will be replaced by the given media indicated\n    in the insert media escape.\n\n  * `ic[CW;H;FULL-PATH-OR-URL]`\n    insert _Centered_ media (centered in cell area). Otherwise parameters are\n    identical to the `is` command, but retains aspect and is padded by\n    blank space.\n\n  * `if[CW;H;FULL-PATH-OR-URL]`\n    insert _Filled_ media (fill in cell area). Otherwise parameters are\n    identical to the `is` command but ensures the entire area is\n    filled like a background even if media goes beyond cell bounds and is\n    clipped.\n\n  * `it[CW;H;FULL-PATH-OR-URL]`\n    insert _Thumb_ media (thumbnail cell area). Otherwise parameters are\n    identical to the `is` command, but uses thumbnail generation to\n    make a fast to load but low resolution version (cached) of the media.\n\n  * `it[CW;H;LINK\\nFULL-PATH-OR-URL]`\n    insert _Thumb_ media with link (thumbnail cell area). Otherwise parameters\n    are identical to the `is` command, but uses thumbnail generation to\n    make a fast to load but low resolution version (cached) of the media.\n    `LINK` is a path (or url) to open _when_ the thumb is clicked on by the\n    user.\n\n  * `ij[CW;H;FULL-PATH\\nGROUP][\\n][cmd1][\\r\\n][cmd2]...`\n    insert _Edje_ object with file path given, and the group name given.\n    The command list (and the `\\n` whitespace delimiter before the list)\n    is optional, but is executed/parsed before display of the actual\n    object to do things like initialize its initial state. See `iC`\n    command for more details on the command list.\n\n    Be aware that once you have an object with an assigned channel id,\n    it can send back signals and messages via escapes on stdin. These\n    escapes will follow terminology extended escape format\n    `(ESC + } ... \\000)`, and the content will be one of:\n\n      * `;CHID\\ndrag\\nPART NAME\\nVAL1\\nVAL2`\n      * `;CHID\\ndrag,start\\nPART NAME\\nVAL1\\nVAL2`\n      * `;CHID\\ndrag,stop\\nPART NAME\\nVAL1\\nVAL2`\n      * `;CHID\\ndrag,step\\nPART NAME\\nVAL1\\nVAL2`\n      * `;CHID\\drag,set\\nPART NAME\\nVAL1\\nVAL2`\n      * `signal;CHID\\nSIGNAL STRING\\nSOURCE STRING`\n      * `message;CHID\\nOPCODE ID\\nstring\\nSTRING1`\n      * `message;CHID\\nOPCODE ID\\nint\\nINT1`\n      * `message;CHID\\nOPCODE ID\\nfloat\\nFLOAT1`\n      * `message;CHID\\nOPCODE ID\\nstring_set\\nSTRING1\\nSTRING2\\nSTRING3...`\n      * `message;CHID\\nOPCODE ID\\nint_set\\nINT1\\nINT2\\nINT3...`\n      * `message;CHID\\nOPCODE ID\\nfloat_set\\nFLOAT1\\nFLOAT2\\nFLOAT3...`\n      * `message;CHID\\nOPCODE ID\\nstring_int\\nSTRING1\\nINT1`\n      * `message;CHID\\nOPCODE ID\\nstring_float\\nSTRING1\\nFLOAT1`\n      * `message;CHID\\nOPCODE ID\\nstring_int_set\\nSTRING1\\nINT1\\nINT2\\nINT3...`\n      * `message;CHID\\nOPCODE ID\\nstring_float_set\\nSTRING1\\nFLOAT1\\nFLOAT2\\nFLOAT3...`\n\n  * `iC[CHID]\\n[cmd1][\\r\\n][cmd2][\\r\\n][cmd3]...`\n    send a _Command_ (`cmd1`, `cmd2`, `cmd3` etc.) to an existing named\n    channel id `CHID`. this can be a list of 1 or more command strings,\n    with each string broken by a continuous sequence of 1 or more `\\r`\n    and/or `\\n` characters. e.g. `\\n`, `\\r`, `\\r\\n`, `\\n\\r`,\n    `\\n\\r\\n\\n\\n`, etc.\n\n    commands understood are:\n\n      * `text\\nPART NAME\\nTEXT STRING`\n        set the text of `PART NAME` to string `TEXT STRING`\n      * `emit\\nSIGNAL STRING\\nSOURCE STRING`\n        emit signal `SIGNAL STRING` `SOURCE STRING`\n      * `drag\\nPART NAME\\n[value|size|step|page]\\nVAL1\\nVAL2`\n        manipulate dragable of name `PART NAME` and either set `value`,\n        `size`, `step` or `page` properties to `VAL1` and `VAL2` for `x`\n        and `y`, where `VAL1` and `VAL2` are floating point values\n      * `chid\\nCHANNEL ID`\n        set the channel id of a given edje object (only valid in setup\n        commands for the inline edje object) to `CHANNEL ID` so it can\n        be addressed later.\n      * `message\\nOPCODE ID\\n[string|int|float|string_set|int_set|...`\n        `float_set|string|int|string_float|string_int_set|...`\n        `string_float_set]\\n[message data]`\n        send a message with opcode (integer) id `OPCODE ID` of one of\n        the given types supported (`string`, `int`, `float`, etc.) and\n        then with the given `message data` at the end.\n        `message data` format depends on message type:\n          * `string`:           `STRING1`\n          * `int`:              `INT1`\n          * `float`:            `FLOAT1`\n          * `string_set`:       `STRING1\\nSTRING2\\nSTRING3...`\n          * `int_set`:          `INT1\\nINT2\\nINT3...`\n          * `float_set`:        `FLOAT1\\nFLOAT2\\nFLOAT3...`\n          * `string_int`:       `STRING1\\nINT1`\n          * `string_float`:     `STRING1\\nFLOAT1`\n          * `string_int_set`:   `STRING1\\nINT1\\nINT2\\nINT3...`\n          * `string_float_set`: `STRING1\\nFLOAT1\\nFLOAT2\\nFLOAT3...`\n\n  * `ib`\n    begin media replace sequence run\n\n  * `ie`\n    end media replace sequence run\n\n  * `ix[chid]`\n    stops the given image/edje block with channel id \"chid\" from\n    listening to signals and messages. do this when you are done with\n    interacting with the chid identified element.\n\n  * `fr[PATH/FILE]`\n    begin file send for a file named `PATH` / `FILE`\n\n  * `fs[SIZE_BYTES]`\n    set the size in bytes of a file send started with the above fr escape\n\n  * `fd[CHECKSUM DATA]`\n    block of data for the current file transfer with checksum as a\n    string decimal which is the sum of every byte when taken as an\n    unsigned char per byte. the checksum is a signed 32bit integer.\n    the checksum is the sum of the data after escaping. 4 bits at a\n    time per data byte, encoded with high bits in one byte then low\n    bits, with the bits encoded as 4 bit value being `0x40` + 4 bit value\n    per byte. `(@ == 0x0, A == 0x1, B == 0x2, ... N == 0xe, O == 0xf)`.\n    so to rebuild a byte will be `(((bytes[0] - 0x40) \u0026 0xf) \u003c\u003c 4) | ((bytes[1] - 0x40) \u0026 0xf)` per byte pair in the data block.\n\n  * `fx`\n    exit file send mode (normally at the end of the file or when it's\n    complete)\n\n## Compiling and Installing\n\nMeson is the build system used for this project. For more information\nplease see [mesonbuild.com](https://mesonbuild.com)\n\nYou will need normal build tooling installed such as a compiler (gcc\nor clang for example), pkg-config, ninja, any relevant package-dev or\npackage-devel packages if your distribution splits out development\nheaders (e.g. libc6-dev) etc.\n\nDepending on where dependencies (like efl) are installed, you might have to\nset your `PKG_CONFIG_PATH` environment variable like:\n```sh\nexport PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig\n```\n\nAlso note that some distributions like to add extra arch directories\nto your library locations so you might have to have more like:\n```sh\nexport PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig\n```\n\nYou will need to ensure that the destination library directory (e.g.\n`/usr/local/lib` is in your /etc/ld.so.conf or /etc/ld.so.conf.d/\nfiles and after installing anything that installs libraries you\nre-run `ldconfig`. Please see relevant documentation on ldconfig and\nld.so.conf for your distribution.\n\nYou might also want to add the destination bin dir to your environment\nvariable PATH (see documentation on your shell PATH variable) such as:\n```sh\nexport PATH=/usr/local/bin:/usr/bin:/bin\n```\n\nNormal compilation in /usr/local:\n```sh\nmeson . build\nninja -C build\nsudo ninja -C build install\n```\n\nFor meson build generic options:\n```sh\nmeson --help\n```\n\nFor a list of project specific options supported:\n```sh\ncat meson_options.txt\n```\n\nTo set 1 or more project specific options:\n```sh\nmeson --prefix=/path/to -Doption=value [-Dother=value2] [...] . build\n```\n\nTo display current configuration:\n```sh\nmeson configure build\n```\n\nThe above will only work after at least the following is done:\n```sh\nmeson . build\n```\n\n### Quick build help\n\nHow to clean out the build and config and start fresh:\n```sh\nrm -rf build\n```\n\nHow to make a dist tarball and check its build:\n(must do it from git tree clone and commit all changes to git first)\n```sh\nninja -C build dist\n```\n\nHow to change prefix:\n```sh\nmeson --prefix=/path/to/prefix . build\n```\n\nHow to install in a specific destination directory for packaging:\n```sh\nDESTDIR=/path/to/destdir ninja -C build install\n```\n\nHow to build with verbose output (full commands run):\n```sh\nninja -C build -v\n```\n\n## Running on framebuffer\n\nTerminology can run on the framebuffer, if EFL is compiled with ``fb`` or\n``drm`` support.\nThen the following environment need to be set:\n\n*  ``ELM_DISPLAY=fb``\n*  ``ELM_ACCEL=none``\n*  ``EVAS_FB_DEV=/dev/fb0``\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborisfaure%2Fterminology","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborisfaure%2Fterminology","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborisfaure%2Fterminology/lists"}