skanehira / got

simple tmux tool with go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

got

got is simple tmux tool

Support OS

  • MacOS
  • Linux

Features

  • new session
  • attach session
  • kill session
  • swtich session

Required

tmux

Instllation/Update

$ go get -u github.com/skanehira/got
$ got

Release

Homebrew

$ brew tap skanehira/got
$ brew install got

Linuxbrew

When installing on x86-64 Linux, do as follows.

$ brew tap z80oolong/tmux
$ brew install z80oolong/tmux/got

Or, do as follows.

$ brew tap z80oolong/tmux
$ brew install z80oolong/tmux/got-bin

Also, when compiling and installing "got" from the source code, do as follows.

$ brew tap z80oolong/tmux
$ brew install z80oolong/tmux/got-src
$ brew link --force z80oolong/tmux/got-src

Usage

Operation Key
quit Tab + d
cancel Ctrl + c
select Enter

Screenshots

s1.png

About

simple tmux tool with go

License:MIT License


Languages

Language:Go 97.1%Language:Shell 2.9%