{"id":21237694,"url":"https://github.com/jixiuf/emacs-tsmterm","last_synced_at":"2026-04-16T17:34:18.110Z","repository":{"id":139149638,"uuid":"155063888","full_name":"jixiuf/emacs-tsmterm","owner":"jixiuf","description":null,"archived":false,"fork":false,"pushed_at":"2018-11-01T09:02:03.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T19:11:25.648Z","etag":null,"topics":["emacs","libtsm","terminal-emulators"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jixiuf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-28T11:30:00.000Z","updated_at":"2019-09-28T23:52:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"c69c745b-0a70-479a-88dd-61d48336a2b8","html_url":"https://github.com/jixiuf/emacs-tsmterm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jixiuf%2Femacs-tsmterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jixiuf%2Femacs-tsmterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jixiuf%2Femacs-tsmterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jixiuf%2Femacs-tsmterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jixiuf","download_url":"https://codeload.github.com/jixiuf/emacs-tsmterm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243676783,"owners_count":20329434,"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":["emacs","libtsm","terminal-emulators"],"created_at":"2024-11-21T00:20:05.595Z","updated_at":"2025-10-25T09:14:31.764Z","avatar_url":"https://github.com/jixiuf.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThis emacs module implements a bridge to libtsm to display a terminal in a\nemacs buffer.\n\n## Warning\n\nThis is not finished, so it will crash your emacs. If it does, please\nreport a bug!\n# Installation forked version libtsm\n https://github.com/jixiuf/libtsm\n# Installation\n\n```\ngit clone https://github.com/akermu/emacs-tsmterm.git\n```\n\n```\nmkdir -p build\ncd build\ncmake ..\nmake\n```\n\nAnd add this to your `init.el`:\n\n```\n(add-to-list 'load-path \"path/to/emacs-tsmterm\")\n(require 'tsmterm)\n```\n\nIf you want to have the module compiled, wrap the call to `require` as follows:\n\n```\n(add-to-list 'load-path \"path/to/emacs-tsmterm\")\n(require 'tsmterm)\n\n```\n\n# Debugging and testing\n\nIf you have successfully build the module, you can test the module by executing\nthe following command in the `build` directory:\n\n```\nmake run\n```\n\n# Usage\n\n## `tsmterm`\n\nOpen a terminal in the current window.\n\n## `tsmterm-other-window`\n\nOpen a terminal in another window.\n\n# Customization\n\n## `tsmterm-shell`\n\nShell to run in a new tsmterm. Defaults to `$SHELL`.\n\n## `tsmterm-keymap-exceptions`\n\nList of keys, which should be processed by emacs and not by the terminal.\n\n## Colors\n\nSet the `:foreground` and `:background` attributes of the following faces to a\ncolor you like:\n\n- tsmterm\n- tsmterm-color-black\n- tsmterm-color-red\n- tsmterm-color-green\n- tsmterm-color-yellow\n- tsmterm-color-blue\n- tsmterm-color-magenta\n- tsmterm-color-cyan\n- tsmterm-color-white\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjixiuf%2Femacs-tsmterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjixiuf%2Femacs-tsmterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjixiuf%2Femacs-tsmterm/lists"}