benoitfragit / google2ubuntu

1.1.5 publcation Nedd Translation
https://plus.google.com/u/0/communities/103854623082229435165
133 stars 33 forks source link

Wikipedia module #24

Closed Levan7 closed 10 years ago

Levan7 commented 10 years ago

I have a preposition maybe wikipedia module should be changed to something like this ??

!/bin/bash

CONTENU="$1" CONTENU=$(echo $CONTENU | sed "s/ /+/g") xdg-open http://en.wikipedia.org/w/index.php?search="$CONTENU" &

exit 0

because I with the old version I could not us it and the

and maybe change Wikipédia to wikipedia because I think I do not think this software recognizes é letter

benoitfragit commented 10 years ago

Ok done

Levan7 commented 10 years ago

@benoitfragit Thank you :+1: