diff options
| -rwxr-xr-x | aur | 1 | ||||
| -rwxr-xr-x | ci | 1 | ||||
| -rwxr-xr-x | d | 2 | ||||
| -rwxr-xr-x | m | 3 | ||||
| -rwxr-xr-x | ranpas | 1 | ||||
| -rwxr-xr-x | sc | 1 | ||||
| -rwxr-xr-x | wls | 1 |
7 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,4 @@ +# Simple AUR wrapper #!/bin/sh if [ "$1" = "-s" ]; then echo Searching for "$2" ... @@ -1,3 +1,4 @@ +# Convenient frontend for quickly evaluating C code #!/bin/bash LIBR="stdlib stdio math ieee754" @@ -1,3 +1,5 @@ +# Smart directory changer using the power of grep ;) +# source in a function j() { cd `d $*`} or some such #!/bin/bash [ "$1" = "$HOME" ] && echo $HOME && exit fl="$HOME/.local/share/dir_lst";[ ! -f "$fl" ] && touch "$fl" @@ -1,4 +1,5 @@ -#!/bin/dash +# MPD control script based on socat and an idea I saw somewhere +#!/bin/bash case "$1" in "") socat - tcp-connect:localhost:6600 | grep -v '^OK' | sed 's/^$//';; @@ -1,3 +1,4 @@ +# Read random pastes from pastie.org ;) #!/bin/bash echo Fetching paste list ... @@ -1,3 +1,4 @@ +# Quick hack to manage screen hotplugging #!/bin/dash case "$1" in "d") xrandr --nograb --output CRT1 --off --output LVDS --auto;; @@ -1,3 +1,4 @@ +# Terribly written wireless network control script #!/bin/bash dird="${HOME}/.config/wireless" |
