2012-06-16 08:30:10 +08:00
|
|
|
__fish_complete_lpr lp
|
2020-12-13 15:27:21 +08:00
|
|
|
complete -c lpr -k -xa "(__fish_complete_suffix .pdf)"
|
|
|
|
complete -c lpr -k -xa "(__fish_complete_suffix .ps)"
|
2012-06-16 08:30:10 +08:00
|
|
|
complete -c lp -s d -d 'Prints files to the named printer' -xa '(__fish_print_lpr_printers)'
|
|
|
|
complete -c lp -s i -d 'Specifies an existing job to modify' -x
|
|
|
|
complete -c lp -s n -d 'Sets the number of copies to print from 1 to 100' -x
|
|
|
|
complete -c lp -s q -d 'Sets the job priority from 1 (lowest) to 100 (highest)'
|
|
|
|
complete -c lp -s s -d 'Do not report the resulting job IDs (silent mode)'
|
|
|
|
complete -c lp -s t -d 'Sets the job name' -x
|
|
|
|
complete -c lp -s H -d 'Specifies when the job should be printed' -xa 'hold immediate restart resume HH:MM'
|
|
|
|
complete -c lp -s P -d 'Specify the page ranges' -x
|