Skip to content

corrupt952/tmuxist

Repository files navigation

tmuxist

Test

TODO

main

  • log level

test

  • config
  • logger

Installation

Manual

Download tar.gz on Latest release.

Homebrew

brew tap corrupt952/tmuxist
brew install tmuxist

Commands

tmuxist init

Initialize configuration.

tmuxist init
# or, with profile name
tmuxist init -profile your_profile

tmuxist edit

Edit configuration.

tmuxist edit
# or, with profile name
tmuxist edit -profile your_profile
# or, specify editor
tmuxist edit -profile gvim

tmuxist start

Start tmux session.

tmuxist start
# or, with profile name
tmuxist start -profile your_profile

tmuxist output

Ouput tmuxist configuration.

tmuxist output
# or, with profile name
tmuxist output -profile your_profile

Configuration

name    = 'tmuxist'
root    = '~'
attach  = true

[[windows]]
[[windows.panes]]
command = """
htop
"""

[[windows]]
[[windows.panes]]
command = """
cd ~/Repo/corrupt952/tmuxist
"""
[[windows.panes]]

[[windows]]
layout = "tiled"
sync = true
[[windows.panes]]
[[windows.panes]]
[[windows.panes]]
[[windows.panes]]