文件名称:tmuxinator:轻松管理复杂的tmux会话
文件大小:72KB
文件格式:ZIP
更新时间:2024-03-11 22:25:30
Ruby
转化剂 轻松创建和管理tmux会话。 安装 Ruby gem install tmuxinator 家酿 brew install tmuxinator tmuxinator旨在与兼容。 某些操作系统可能会提供不受支持的Ruby版本作为其“系统Ruby”。 在这些情况下,用户应使用或安装受支持的Ruby版本,并使用该版本的gem二进制文件来安装tmuxinator。 编辑器和外壳 tmuxinator使用Shell的默认编辑器打开文件。 如果不确定那是什么,请输入: echo $EDITOR 对我来说,产生“ vim”。 如果要更改默认编辑器,只需在〜/ .bashrc中放置一行即可更改它。 我的看起来像这样: export EDITOR='vim' 多路复用器 推荐使用的tmux版本为1.8或更高版本,但不支持2.5除外(有关详细信息,请参阅 )。 您的里程可能因早期版本而异。
【文件预览】:
tmuxinator-master
----tmuxinator.gemspec(2KB)
----.gitignore(170B)
----.codeclimate.yml(414B)
----.rspec(31B)
----bin()
--------tmuxinator(141B)
----.travis.yml(917B)
----CONTRIBUTING.md(2KB)
----.rubocop.yml(34KB)
----code_of_conduct.md(3KB)
----LICENSE(1KB)
----CHANGELOG.md(13KB)
----.github()
--------ISSUE_TEMPLATE()
----spec()
--------matchers()
--------factories()
--------spec_helper.rb(1KB)
--------lib()
--------fixtures()
----README.md(13KB)
----lib()
--------tmuxinator()
--------tmuxinator.rb(533B)
----completion()
--------tmuxinator.bash(716B)
--------tmuxinator.zsh(703B)
--------tmuxinator.fish(1KB)
----Gemfile(95B)
----Rakefile(168B)