mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 07:46:32 +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
|
# Function used to take a github http pull URL and automatically convert it to an ssh url
|
||||||
|
|
||||||
if [[ "$1" == "" ]]; then
|
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
|
# Function used to checkout a pull request into it's own branch
|
||||||
|
|
||||||
REMOTE=""
|
REMOTE=""
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
# Created by ViViDboarder. Please share with attribution
|
||||||
# Reads hostname from arg1 and gets echos the tmux buffer over to to pbcopy
|
# Reads hostname from arg1 and gets echos the tmux buffer over to to pbcopy
|
||||||
|
|
||||||
ssh $1 'tmux show-buffer' | pbcopy
|
ssh $1 'tmux show-buffer' | pbcopy
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /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
|
# 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
|
# This is useful for yanking to the cliboard buffer in Vim on a remote box
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /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
|
# 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
|
# This is useful for putting from cliboard buffer in Vim on a remote box
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
# Created by ViViDboarder. Please share with attribution
|
||||||
|
|
||||||
tmux new-session "tmux link-window -s $*"
|
tmux new-session "tmux link-window -s $*"
|
||||||
|
Loading…
Reference in New Issue
Block a user