GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
smug(1) smug - a session manager for tmux written in go smug(1)

smug - a session manager for tmux written in go

smug [options] [command]

smug is a session manager for tmux. Configuration is inspired by tmuxinator and tmuxp.

-d, --debug
Print all commands to ~/.config/smug/smug.log

list
Display all smug project configurations.
start [<projectname>]
Start a tmux project session.

COMMAND OPTIONS

-f, --file A custom path to a config file.
-w, --windows List of windows to start. If session exists, those windows will be attached to current session.
-a, --attach Force switch client for a session.

stop [<projectname>]
Stop tmux project session

print
Print current session configuration as yaml to stdout

$ smug list
$ smug start blog
$ smug start blog:win1
$ smug start blog -w win1
$ smug start blog:win1,win2
$ smug stop blog
$ smug start blog --attach
$ smug print > ~/.config/smug/new_project.yml

Ivan Klymenchenko

Project homepage:
https://github.com/ivaaaan/smug

MIT
Mar 2021 smug 0.2.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.