1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: tmuxinator
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
gem2deb,
pry,
rake,
ruby-awesome-print,
ruby-coveralls,
ruby-erubi,
ruby-factory-bot,
ruby-rspec,
ruby-thor,
ruby-simplecov,
ruby-xdg,
tmux,
bash-completion
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/ruby-team/tmuxinator
Vcs-Git: https://salsa.debian.org/ruby-team/tmuxinator.git
Homepage: https://github.com/tmuxinator/tmuxinator
Rules-Requires-Root: no
Package: tmuxinator
Architecture: all
Depends: ruby,
ruby-erubi,
ruby-thor,
ruby-xdg,
tmux,
${misc:Depends},
${shlibs:Depends}
Enhances: tmux
Description: Create and manage tmux sessions easily
Tmuxinator is a command line tool that makes it easy to create and
manage tmux sessions. It allows a user to define how to setup a
session, including naming windows, splitting panes, and what
commands initially run in each pane. The configuration is done in
yaml
|