Skip to content

A small script that allows you fuzzy find your project folder and setup your workflow automatically.

Notifications You must be signed in to change notification settings

laporchen/tmux-sessionizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

tmux-sessionizer

A simple script to fuzzy find your project and start tmux session with preconfigured windows layout.

Inspired and based on ThePrimeagen's dotfile.

Prerequisites

Installation

git clone [email protected]:laporchen/tmux-sessionizer.git
cd tmux-sessionizer
chmod +x sessionizer
ln -s $(pwd)/sessionizer ~/.local/bin/sessionizer

Configuration

Project paths

Edit the sessionizer script and change the search_paths variable to your project directories.

Project window configurations

This script uses teamocil to handle the layout configuration. You can create a configuration file for each project in where you store your teamocil layout files. The configuration file should be named after the project directory name with .yml extension.

Usage

sessionizer

About

A small script that allows you fuzzy find your project folder and setup your workflow automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages