Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 675 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 675 Bytes

gux

gux is yet another tmux wrapper with a user centric focus on simplifying multiple tty workflows, specifically around shareability, standardization, and easy of use.

Status

In development

Goals

  • define a tmux window/pane template specification (.gux file)
  • shareable templates (fetchable)
  • be SUPER easy & straightforward
  • provide extensible API

.gux spec (in development)

version: "0.1.0"
session: 
  - name: test 
    window:
      - layout: vertical-split
        name: editor 
        workingDir: ~/code
        panes:
          - command: vim .
          - command: bash
          - command: figlet hello
    workingDir: ~/code