Skip to content

Instantly share code, notes, and snippets.

@sknutsonsf
sknutsonsf / .screenrc
Last active November 26, 2022 05:08
Screenrc for emacs lovers
# Settings for Screen to allow better use of emacs
#
# Most important: rebind ctrl-A
## Control-^ (usually Control-Shift-6) is traditional and the only key not used by emacs
escape ^^^^
#
## do not trash BackSpace, usually DEL
bindkey -k kb
bindkey -d -k kb
#
@erichschroeter
erichschroeter / queue.sh
Created November 28, 2012 13:25
Shell script implementation of a Queue.
#!/bin/bash
#
# This script encapsulates the functionality of a queue. It requires there to be
# an input file with the data in the queue being separated on different lines.
#
INPUT=queue.txt
OUTPUT=trash.txt
CMD=/usr/bin/vlc