scripts

My personal collection of scripts
git clone git://src.gearsix.net/scripts
Log | Files | Refs | Atom | README | LICENSE

commit e9dab5c2c7a9b8f06c52ae5c3f970b05cb69a4ed
parent 001af1c199b01886a6794a44b3feffee46b49a1b
Author: gearsix <gearsix@tuta.io>
Date:   Tue,  9 Mar 2021 20:44:11 +0000

removed git-tmux

Diffstat:
Dsrc/git-tmux.sh | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/git-tmux.sh b/src/git-tmux.sh @@ -1,11 +0,0 @@ -#!/bin/sh -# git-tmux -# description: a tmux window i find myself creating often for git repositores, decided to throw it into a script -# dependencies: tmux, git, while-true - -tmux new-session -d -tmux split-window -h "while-true 'git --no-pager branch'" -tmux split-window -v "while-true 'git status'" -tmux split-window -h "while-true 'git --no-pager log --graph --abbrev-commit -n 1'" -tmux select-layout main-vertical -tmux -2 attach-session -d