Skip to content
/ gux Public

🧙‍♂️another damn tmux wrapper

Notifications You must be signed in to change notification settings

vprasanth/gux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🧙‍♂️another damn tmux wrapper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages