Skip to content

Commit

Permalink
Add completions for ps2pdf, dvipdf and dvipdfm commands, written by R…
Browse files Browse the repository at this point in the history
…euben Thomas.

darcs-hash:20061103141945-ac50b-7592bb5784a55272747bbb0322281b9090e5fd65.gz
  • Loading branch information
liljencrantz committed Nov 3, 2006
1 parent 80a9fc2 commit 1a84a44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions share/completions/dvipdf.fish
@@ -0,0 +1,3 @@
complete -c dvipdf -x -a "(
__fish_complete_suffix (commandline -ct) .dvi 'DVI file'
)"
3 changes: 3 additions & 0 deletions share/completions/dvipdfm.fish
@@ -0,0 +1,3 @@
complete -c dvipdfm -x -a "(
__fish_complete_suffix (commandline -ct) .dvi 'DVI file'
)"
3 changes: 3 additions & 0 deletions share/completions/ps2pdf.fish
@@ -0,0 +1,3 @@
complete -c ps2pdf -x -a "(
__fish_complete_suffix (commandline -ct) .ps 'PostScript file'
)"

0 comments on commit 1a84a44

Please sign in to comment.