From 0582c0ce50ff7abb250566314be8fa5e00fc92d1 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Mon, 14 Jun 2004 05:56:58 +0000 Subject: [PATCH] - Various OpenOffice completions from Ian Redfern --- bash_completion | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index 520dd203..ecef90b5 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05b # -# $Id: bash_completion,v 1.716 2004/06/01 08:08:18 ianmacd Exp $ +# $Id: bash_completion,v 1.717 2004/06/14 07:56:58 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -109,6 +109,9 @@ complete -f -X '*.@(o|so|so.!(conf)|a|tar?(.@(gz|bz2))|tgz|tbz2|rpm|zip|ZIP|gif| complete -f -X '!*.@(exe|EXE|com|COM|scr|SCR)' wine complete -f -X '!*.@(zip|ZIP|z|Z|gz|GZ|tgz|TGZ)' bzme complete -f -X '!*.@(?([xX]|[sS])[hH][tT][mM]?([lL]))' netscape mozilla lynx opera w3m galeon curl dillo elinks amaya +complete -f -X '!*.@(sxw|stw|sxg|doc|dot|rtf|txt|htm|html)' oowriter +complete -f -X '!*.@(sxi|sti|pps|ppt|pot)' ooimpress +complete -f -X '!*.@(sxc|stc|xls|xlw|xlt|csv)' oocalc # FINISH exclude -- do not remove this line # start of section containing compspecs that can be handled within bash