Skip to content

Freed-Wu/tmux-zh

Repository files navigation

tmux 中文手册

pre-commit.ci status github/workflow

github/downloads github/downloads/latest github/issues github/issues-closed github/issues-pr github/issues-pr-closed github/discussions github/milestones github/forks github/stars github/watchers github/contributors github/commit-activity github/last-commit github/release-date

github/license github/languages github/languages/top github/directory-file-count github/code-size github/repo-size github/v

安装

您可以先试一下在线预览。

  • 简体中文
  • 繁體中文

Debian

下载 deb

dpkg -i tmux-zh_cn-*-Linux.deb
dpkg -i tmux-zh_tw-*-Linux.deb

Redhat

下载 rpm

rpm -i tmux-zh_cn-*-Linux.rpm
rpm -i tmux-zh_tw-*-Linux.rpm
yay -S tmux-zh_cn
yay -S tmux-zh_tw

nix

nix-shell -p github:Freed-Wu/tmux-zh

构建时依赖

必选

可选

构建

cmake -Bbuild -DZH_CN=ON -DZH_TW=ON -DHTML=ON
cmake --build build

运行时依赖

用法

export -Lzh_CN:zh_CHS:zh
man tmux

贡献

修改 po4a/zh_CN/tmux.1.po 即可。

欢迎 PR