Dotfiles for my tiling window manager + terminal workflow.
 
 
 

3 lines
53 B

function wc-pdf
pdftotext $argv[1] - | wc -w
end