[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-934":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},934,"tmux","tmux\u002Ftmux","tmux source code","",null,"C",46476,2686,471,16,0,27,208,1094,142,120,"ISC License",false,"master",true,[],"2026-06-12 04:00:06","# 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:\u002F\u002Flibevent.org) 2.x, available from [this\npage](https:\u002F\u002Fgithub.com\u002Flibevent\u002Flibevent\u002Freleases\u002Flatest).\n\nIt also depends on [ncurses](https:\u002F\u002Fwww.gnu.org\u002Fsoftware\u002Fncurses\u002F), available\nfrom [this page](https:\u002F\u002Finvisible-mirror.net\u002Farchives\u002Fncurses\u002F).\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:\u002F\u002Fgithub.com\u002Ftmux\u002Ftmux\u002Fwiki\u002FInstalling).\n\n### From release tarball\n\nTo build and install tmux from a release tarball, use:\n\n~~~bash\n.\u002Fconfigure && 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:\u002F\u002Fgithub.com\u002Ftmux\u002Ftmux\u002Fwiki\u002FInstalling).\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:\u002F\u002Fgithub.com\u002Ftmux\u002Ftmux.git\ncd tmux\nsh autogen.sh\n.\u002Fconfigure && 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:\u002F\u002Fgithub.com\u002Ftmux\u002Ftmux\u002Fwiki\u002FContributing).\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:\u002F\u002Fgithub.com\u002Fscop\u002Fbash-completion\u002Fblob\u002Fmain\u002Fcompletions-core\u002Ftmux.bash\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:\u002F\u002Fgroups.google.com\u002Fforum\u002F#!forum\u002Ftmux-users\n\nSubscribe by sending an email to:\n\ntmux-users+subscribe@googlegroups.com\n","tmux 是一个终端复用器，允许用户在一个屏幕上创建、访问和控制多个终端会话。其核心功能包括支持会话的分离与重新连接，即使在断开连接后也能继续在后台运行。技术上，tmux 采用 C 语言编写，依赖于 libevent 和 ncurses 库，并且可以在多种操作系统如 OpenBSD, FreeBSD, NetBSD, Linux, macOS 和 Solaris 上运行。适用于需要同时管理多个终端会话的场景，例如开发人员希望在同一时间窗口中执行多任务时，或者系统管理员需要远程管理服务器时。",2,"2026-06-11 02:40:22","top_all"]