summary refs log tree commit diff
path: root/home/.local/bin/aes
blob: 32b52637c981de291093728d24de592dfd7470fa (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
set -eu

enwiden() {
	exec tr ' -~' ' !-~'
}
[ $# -gt 0 ] && echo "$*" | enwiden || enwiden
bce1d85060b584bc416bdb4fc045d87e72b6&follow=1'>Add just-about-functional dtch/atchJune McEnroe 2017-07-13Make pbd/pbcopy/pbpaste one binary with dispatchJune McEnroe 2017-07-11Remove manpager scriptJune McEnroe 2017-07-09Only pacman -Sy onceJune McEnroe 2017-07-09Add Tarmak 2 to console keymapJune McEnroe 2017-07-04Remove pathogenJune McEnroe 2017-07-04Consolidate pbd, pbcopy, pbpasteJune McEnroe 2017-07-04Reorganize neovim configuration, againJune McEnroe 2017-07-04Remove <Esc><Esc> terminal mappingJune McEnroe 2017-07-04Generalize C-w neovim terminal mappingJune McEnroe 2017-07-04Remove tmuxJune McEnroe 2017-07-04Show terminal title in statuslineJune McEnroe 2017-07-04Add nvim terminal mappingsJune McEnroe 2017-06-29Add color to xxJune McEnroe 2017-06-28Set tmux copy-mode-vi bindings for TarmakJune McEnroe 2017-06-27Link Scala syntax fileJune McEnroe 2017-06-27Clean up top of trivial colorscheme fileJune McEnroe 2017-06-27Fix Scala syntax highlight linksJune McEnroe