GithubHelp home page GithubHelp logo

pgen's Introduction

pgen

Create tmux project files for easy tmux session management. Project files are currently stored in ~/.projects. The project file is created with the name of the first arg to pgen and then there is a questionnaire for naming the windows and giving them a relative path.

Installation

Direct Download

Download the latest release, put it in your path, and make it executable. Then create your projects folder.

mkdir ~/.projects

Using Go

You can optionally install pgen using Go. If you haven't yet, install Go and make sure to setup $GOPATH.

go get github.com/joeytrapp/pgen
mkdir ~/.projects

Usage

Create a new project file

Run the command, replacing <project> with your desired project name and follow the instructions.

pgen <project>

Generate a script to easily load tmux project files

sudo pgen -s > /usr/local/bin/p
chmod +x /usr/local/bin/p

Start tmux with a project

Run the executable, replacing <project> with your previously created project. You can even run this from inside existing tmux sessions.

p <project>

Add autocompletion

Using the -a flag, pgen will echo an autocompletion script. This script will autocomplete pgen commands and project names when using the p script. You will want drop the script into your auto_completion.d folder, or add the second command to your startup file (.bashrc, etc).

sudo pgen -a > pgen_autocompletion.sh
. pgen_autocompletion.sh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.