mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 05:26:30 +00:00
Add attribution to some shell scripts
This commit is contained in:
parent
67e5dd7444
commit
ae71df8263
@ -1,3 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Created by ViViDboarder. Please share with attribution
|
||||
# Function used to take a github http pull URL and automatically convert it to an ssh url
|
||||
|
||||
if [[ "$1" == "" ]]; then
|
||||
|
@ -1,3 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Created by ViViDboarder. Please share with attribution
|
||||
# Function used to checkout a pull request into it's own branch
|
||||
|
||||
REMOTE=""
|
||||
|
@ -1,5 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Created by ViViDboarder. Please share with attribution
|
||||
# Reads hostname from arg1 and gets echos the tmux buffer over to to pbcopy
|
||||
|
||||
ssh $1 'tmux show-buffer' | pbcopy
|
||||
|
@ -1,5 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Created by ViViDboarder. Please share with attribution
|
||||
# Mimics pbcopy using the tmux buffer instead. To use, put this in your path as pbcopy
|
||||
# This is useful for yanking to the cliboard buffer in Vim on a remote box
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Created by ViViDboarder. Please share with attribution
|
||||
# Mimics pbpaste using the tmux buffer instead. To use, put this in your path as pbpaste
|
||||
# This is useful for putting from cliboard buffer in Vim on a remote box
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Created by ViViDboarder. Please share with attribution
|
||||
|
||||
tmux new-session "tmux link-window -s $*"
|
||||
|
Loading…
Reference in New Issue
Block a user