{"id":13409885,"url":"https://github.com/tmux/tmux","last_synced_at":"2025-05-12T20:39:13.725Z","repository":{"id":37245771,"uuid":"36836475","full_name":"tmux/tmux","owner":"tmux","description":"tmux source code","archived":false,"fork":false,"pushed_at":"2025-05-01T09:02:14.000Z","size":17925,"stargazers_count":37307,"open_issues_count":54,"forks_count":2189,"subscribers_count":434,"default_branch":"master","last_synced_at":"2025-05-05T16:04:11.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/tmux.png","metadata":{"files":{"readme":".github/README.md","changelog":"CHANGES","contributing":".github/CONTRIBUTING.md","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":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"nicm","liberapay":"tmux"}},"created_at":"2015-06-03T23:32:55.000Z","updated_at":"2025-05-05T15:42:49.000Z","dependencies_parsed_at":"2023-12-28T04:25:32.073Z","dependency_job_id":"5bdd6520-a8b3-46c4-8edb-33c49237f4c5","html_url":"https://github.com/tmux/tmux","commit_stats":{"total_commits":8633,"total_committers":41,"mean_commits":210.5609756097561,"dds":"0.16124174678559022","last_synced_commit":"00894d188d2a60767a80ae749e7c3fc810fca8cd"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmux%2Ftmux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmux%2Ftmux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmux%2Ftmux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmux%2Ftmux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmux","download_url":"https://codeload.github.com/tmux/tmux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253817613,"owners_count":21969009,"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":[],"created_at":"2024-07-30T20:01:03.870Z","updated_at":"2025-05-12T20:39:13.703Z","avatar_url":"https://github.com/tmux.png","language":"C","readme":"# Welcome to tmux!\n\ntmux is a terminal multiplexer: it enables a number of terminals to be created,\naccessed, and controlled from a single screen. tmux may be detached from a\nscreen and continue running in the background, then later reattached.\n\nThis release runs on OpenBSD, FreeBSD, NetBSD, Linux, macOS and Solaris.\n\n## Dependencies\n\ntmux depends on [libevent](https://libevent.org) 2.x, available from [this\npage](https://github.com/libevent/libevent/releases/latest).\n\nIt also depends on [ncurses](https://www.gnu.org/software/ncurses/), available\nfrom [this page](https://invisible-mirror.net/archives/ncurses/).\n\nTo build tmux, a C compiler (for example gcc or clang), make, pkg-config and a\nsuitable yacc (yacc or bison) are needed.\n\n## Installation\n\n### Binary packages\n\nSome platforms provide binary packages for tmux, although these are sometimes\nout of date. Examples are listed on\n[this page](https://github.com/tmux/tmux/wiki/Installing).\n\n### From release tarball\n\nTo build and install tmux from a release tarball, use:\n\n~~~bash\n./configure \u0026\u0026 make\nsudo make install\n~~~\n\ntmux can use the utempter library to update utmp(5), if it is installed - run\nconfigure with `--enable-utempter` to enable this.\n\nFor more detailed instructions on building and installing tmux, see\n[this page](https://github.com/tmux/tmux/wiki/Installing).\n\n### From version control\n\nTo get and build the latest from version control - note that this requires\n`autoconf`, `automake` and `pkg-config`:\n\n~~~bash\ngit clone https://github.com/tmux/tmux.git\ncd tmux\nsh autogen.sh\n./configure \u0026\u0026 make\n~~~\n\n## Contributing\n\nBug reports, feature suggestions and especially code contributions are most\nwelcome. Please send by email to:\n\ntmux-users@googlegroups.com\n\nOr open a GitHub issue or pull request. **Please read [this\ndocument](CONTRIBUTING.md) before opening an issue.**\n\nThere is [a list of suggestions for contributions](https://github.com/tmux/tmux/wiki/Contributing).\nPlease feel free to ask on the mailing list if you're thinking of working on something or need\nfurther information.\n\n## Documentation\n\nFor documentation on using tmux, see the tmux.1 manpage. View it from the\nsource tree with:\n\n~~~bash\nnroff -mdoc tmux.1|less\n~~~\n\nA small example configuration is in `example_tmux.conf`.\n\nAnd a bash(1) completion file at:\n\nhttps://github.com/imomaliev/tmux-bash-completion\n\nFor debugging, run tmux with `-v` or `-vv` to generate server and client log\nfiles in the current directory.\n\n## Support\n\nThe tmux mailing list for general discussion and bug reports is:\n\nhttps://groups.google.com/forum/#!forum/tmux-users\n\nSubscribe by sending an email to:\n\ntmux-users+subscribe@googlegroups.com\n","funding_links":["https://github.com/sponsors/nicm","https://liberapay.com/tmux"],"categories":["What in this Repo","C","Uncategorized","Terminal","inbox","CLI tools","Command Line Utilities","others","Terminal Emulators","Coding","开发者工具","Command Line Tools","工具","Linux","Fancy shell sessions","Tools","命令行工具","Applications","HarmonyOS","Command line - Linux","my-ubuntu","Developer Tools","Awesome Python","Basic Concepts","🧰 命令行工具","Programming/Comp Sci/SE Things","Table of Contents","CLI and TUI Tools","Productivity and Workflow Tools","Resources"],"sub_categories":["Uncategorized","Packages","Tools","多模态","JavaScript","Stat","Multiplexer","C","Terminal","Windows Manager","Learning resources","Command Line Tools","Command-line Tools","IDE","命令行工具","Test Tools","Tmux","Terminal Multiplexer","Codex Resources","Other","Command-Line Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmux%2Ftmux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmux%2Ftmux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmux%2Ftmux/lists"}