dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit f396552ad536da37f08f936c19bda6f8c80f1493
parent 58c53e4ea7db37ef28a3b4f1bcede4c82f4f2e16
Author: hhvn <dev@hhvn.uk>
Date:   Wed, 21 Jul 2021 14:07:56 +0100

.s/b/{hbnc,me0w,mpvout2asplit,popup*,patchmultibranch}: remove more old scripts

Diffstat:
D.scripts/bin/hbnc | 4----
D.scripts/bin/me0w | 3---
D.scripts/bin/mpvout2asplit | 20--------------------
D.scripts/bin/patchmultibranch | 17-----------------
D.scripts/bin/popupcgo | 3---
D.scripts/bin/popupcurl | 3---
D.scripts/bin/popupcurl2 | 3---
D.scripts/bin/popupmpv | 4----
8 files changed, 0 insertions(+), 57 deletions(-)

diff --git a/.scripts/bin/hbnc b/.scripts/bin/hbnc @@ -1,4 +0,0 @@ -#!/bin/sh - -nc haydenvh.com 8888 | tee /dev/stderr | xclip - diff --git a/.scripts/bin/me0w b/.scripts/bin/me0w @@ -1,3 +0,0 @@ -#!/bin/sh - -echo "gopher://me0w.net/0/pit/$(nc me0w.net 31415 < /dev/stdin)" | tee /dev/stderr |xclip diff --git a/.scripts/bin/mpvout2asplit b/.scripts/bin/mpvout2asplit @@ -1,20 +0,0 @@ -#!/bin/sh - -grep -E 'A: [0-9]|title: ' | tr '\n' '\t' | sed 's/A: [0-9]/\n&/g' | grep '^A: ' | awk ' - BEGIN { - start="00:00" - } - - // { - printf("%s\t%s\t", start, $2) - start=$2 - $1="" - $2="" - $3="" - $4="" - $5="" - $6="" - $7="" - $8="" - print - }' | sed -E 's/ //;s/ ([^ ]*) ([^-]*)-(.*)/ \1 \3 \2/;s/ / /g' diff --git a/.scripts/bin/patchmultibranch b/.scripts/bin/patchmultibranch @@ -1,17 +0,0 @@ -#!/bin/sh - -[ -z $1 ] && echo "usage: patchmultibranch <message> <patch> <branch1> <branch2> ..." && exit 1 -message="$1" && shift -patch="$1" && shift - -while [ $# != 0 ] -do - git checkout "$1" - patch < $patch - git add . - git commit -m "$message" - shift -done - -printf "Push? " && read push < /dev/tty -echo "$push" | grep -i 'y' >/dev/null && git push --all origin diff --git a/.scripts/bin/popupcgo b/.scripts/bin/popupcgo @@ -1,3 +0,0 @@ -#!/bin/sh - -exec $TERMINAL -e cgo $@ diff --git a/.scripts/bin/popupcurl b/.scripts/bin/popupcurl @@ -1,3 +0,0 @@ -#!/bin/sh - -exec $TERMINAL -e popupcurl2 $@ diff --git a/.scripts/bin/popupcurl2 b/.scripts/bin/popupcurl2 @@ -1,3 +0,0 @@ -#!/bin/sh - -curl $@ | less diff --git a/.scripts/bin/popupmpv b/.scripts/bin/popupmpv @@ -1,4 +0,0 @@ -#!/bin/sh - -hmpv pause /tmp/mpv-socket -exec $TERMINAL -e mpv $@