Skip to content

A shell script to use as a replacement for cd that will automagically load a new tmux window at the passed directory, and check if this directory is a git repo, and if it is it will issue a new pull request at the current branch. Also, can pass a desired branch via some command line argument, maybe "-b"

License

Notifications You must be signed in to change notification settings

jwthe3rd/cd-tmux-gitpull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

cd-tmux-gitpull

A shell script to use as a replacement for cd that will automagically load a new tmux session/window or attach to an existing session (session if not currently in a tmux session), (window if currently within a tmux session) at the passed directory, and check if this directory is a git repo, and if it is it will issue a new pull request at the current branch. Also, can pass a desired branch as the second argument (defaults to main)

About

A shell script to use as a replacement for cd that will automagically load a new tmux window at the passed directory, and check if this directory is a git repo, and if it is it will issue a new pull request at the current branch. Also, can pass a desired branch via some command line argument, maybe "-b"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages