aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_lpr_printers.fish
blob: e128bc172dd31aa1f8cbf31c6a43a7fbb03b8516 (plain)
1
2
3
4
5
function __fish_print_lpr_printers --description 'Print lpr printers'
	lpstat -p ^ /dev/null | sed 's/^\S*\s\(\S*\)\s\(.*\)$/\1\t\2/'


end