Add zsh-lookup sub-system
authorFrank Terbeck <ft@grml.org>
Thu, 4 Nov 2010 12:48:18 +0000 (13:48 +0100)
committerFrank Terbeck <ft@grml.org>
Fri, 5 Nov 2010 08:36:10 +0000 (09:36 +0100)
commit1ee27bd79f2b8eae519f6890bc43f5feca13a261
tree2820fc598dffb10bb91cbcab5762aa159b5093dd
parent9ae0b0c0858f15dc7ec46fbd86660dafc3946695
Add zsh-lookup sub-system

In the grml-etc-core package. Not in the grmlzshrc file. Not going to happen. :)
29 files changed:
etc/zsh/zshrc
usr_share_grml/zsh/completion/unix/_lookup [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_cpan [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_deb_bts [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_deb_msgid [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_deb_patchtrack [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_deb_pts [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_dsc [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_filewatcher [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_freshmeat [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_gmane [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_google [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_koders [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_leo [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_letssingit [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_rfc [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_sourceforge [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_usenet [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_wikipedia [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/Backends/LOOKUP_be_zsh_mla [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/LOOKUP_browser [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/LOOKUP_context [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/LOOKUP_encode [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/LOOKUP_guard [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/LOOKUP_help [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/LOOKUP_hook [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/LOOKUP_parseopts [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/LOOKUP_query_handler [new file with mode: 0644]
usr_share_grml/zsh/functions/Lookup/lookupinit [new file with mode: 0644]