Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
232 B

#!/bin/sh
# Edit a p1k3 entry in vim and re-render everything.
# Set as editor in Lynx config.
dirname=$(dirname "$1")
dirname=$(echo "$dirname" | sed 's/public_lynx/archives/')
$EDITOR "$dirname" && cd ~/p1k3 && make render-lynx