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
Add pattend to hiJune McEnroe 2019-02-06Add hi syntax highlighterJune McEnroe 2019-02-05Update neovim to 0.3.4 on DarwinJune McEnroe Also rewrite install.sh once again. 2019-02-05Fix DEL in aesJune McEnroe 2019-02-05Add aesJune McEnroe Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile. 2019-02-01Set nvim Directory back to blueJune McEnroe