dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

Bls (160B) [raw]


      1 #!/bin/sh
      2 # Bls -- list buffer history
      3 tail -r "$HOME/.cache/acme/buffer_history.txt" | uniq \
      4 	| plumb -i -d edit -a 'action=showdata filename=+BufferHistory'