dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit be0c5878df3215652821fee29bd49eab40234d73
parent 587e02ce15c74f54c3df7d871f535f2f0fde33f1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 28 Jul 2020 10:00:50 +0200

Clean up script

Diffstat:
M.local/bin/manpick | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/.local/bin/manpick b/.local/bin/manpick @@ -5,6 +5,3 @@ match($1, /[A-z]*\.[0-9]/) printf "%s\t%s\n", substr($1, RSTART), $1 }' |\ tsvplumb - -#sed 's,\(.*\),\1 \1,' |\ -#printf '%s\t%s\n' "${mans##*/}" "${mans}" | tsvplumb