<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1116241&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [résolu]"Rechercher sur Google"]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1116241</link>
		<description><![CDATA[Les sujets les plus récents dans [résolu]"Rechercher sur Google".]]></description>
		<lastBuildDate>Sun, 25 Nov 2012 19:48:22 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]"Rechercher sur Google"]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11636851#p11636851</link>
			<description><![CDATA[<p>Pense à passer ton sujet en [Résolu] dans ce cas.</p>]]></description>
			<author><![CDATA[dummy@example.com (mydjey)]]></author>
			<pubDate>Sun, 25 Nov 2012 19:48:22 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11636851#p11636851</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]"Rechercher sur Google"]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11636411#p11636411</link>
			<description><![CDATA[<p>Bonsoir,</p><p>Merci à tous pour vos réponses.<br />J&#039;ai trouvé mon bonheur : <a href="http://www.ubuntugeek.com/gnome-terminal-with-google-search-support.html">http://www.ubuntugeek.com/gnome-termina … pport.html</a><br />Merci encore.</p>]]></description>
			<author><![CDATA[dummy@example.com (D3XT3R)]]></author>
			<pubDate>Sun, 25 Nov 2012 19:01:11 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11636411#p11636411</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]"Rechercher sur Google"]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11635781#p11635781</link>
			<description><![CDATA[<p>Bonsoir, j&#039;ai écrit un petit script sans prétention qui permet de faire une recherche sur google à partir d&#039;une sélection dans le presse-papiers. Il fonctionne avec n&#039;importe quel programme et doit être appeler par un raccourci clavier. Apparemment ce n&#039;est pas possible par clic droit, car le menu clic-droit dépend du programme (Nautilus, geany, etc...).<br />Il faut installer xclip et il fait appel à xdg-open qui devrait déjà être installé.</p><div class="codebox"><pre><code>#!/bin/bash
# recherche_google.sh : Effectue une recherche sur google à partir
# d&#039;une selection dans le presse-papiers (clipboard).
# Il est appelé par un raccourci clavier.

google=&quot;https://www.google.com/#hl=fr&amp;q=&quot;
recherche=`xclip -o`
url=&quot;$google$recherche&quot;
xdg-open &quot;$url&quot; 

exit 0</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (paul97480)]]></author>
			<pubDate>Sun, 25 Nov 2012 18:13:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11635781#p11635781</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]"Rechercher sur Google"]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11631431#p11631431</link>
			<description><![CDATA[<p>A mon avis il cherche à faire ce qu&#039;on peut faire avec Firefox ou Chromium : sélectionner du texte, et faire un clic droit &quot;Rechercher sur Google&quot; pour le terme sélectionné, c&#039;est comme ça que je l&#039;ai compris.</p>]]></description>
			<author><![CDATA[dummy@example.com (mydjey)]]></author>
			<pubDate>Sun, 25 Nov 2012 12:26:27 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11631431#p11631431</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]"Rechercher sur Google"]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11631371#p11631371</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>je souhaite pouvoir copier le contenu d&#039;un terminal et le rechercher dans google.</p></div></blockquote></div><p>Tu souhaites avoir une entrée dans un menu pour faire ça automatiquement (ce qui serait à programmer dans GNOME Terminal), ou alors tu souhaites juste pouvoir faire une recherche sur du texte extrait du terminal (ce qui est facile, un copier-coller, quoi...) ?</p>]]></description>
			<author><![CDATA[dummy@example.com (tiramiseb)]]></author>
			<pubDate>Sun, 25 Nov 2012 12:21:49 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11631371#p11631371</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]"Rechercher sur Google"]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11631161#p11631161</link>
			<description><![CDATA[<p>Cela te conviendrait-il une recherche de la sorte ?</p><div class="codebox"><pre><code>echo &quot;ma recherche&quot; | rechercheGoogle.sh</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (binnette)]]></author>
			<pubDate>Sun, 25 Nov 2012 12:06:19 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11631161#p11631161</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]"Rechercher sur Google"]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11630761#p11630761</link>
			<description><![CDATA[<p>C&#039;est apparement possible avec Gnome terminal en installant Gnome Tweak Tool :<br /><a href="http://ubuntuguide.net/ubuntu-12-04-terminal-with-search-in-google-support">http://ubuntuguide.net/ubuntu-12-04-ter … le-support</a><br />et :<br /><a href="http://blog.ubuntu-tweak.com/2010/11/16/gnome-terminal-with-google-search-support.html">http://blog.ubuntu-tweak.com/2010/11/16 … pport.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (mydjey)]]></author>
			<pubDate>Sun, 25 Nov 2012 11:25:55 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11630761#p11630761</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]"Rechercher sur Google"]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11630631#p11630631</link>
			<description><![CDATA[<p>D&#039;accord,</p><p>@tiramiseb, en fait j&#039;en aurait besoin dans le Terminal uniquement, j&#039;ai cité nautilus et Gedit mais ce n&#039;est clairement pas le plus important.</p><p>@binette, Tes liens sont pour faire des recherches via un Terminal ( une commande ), moi je souhaite pouvoir copier le contenu d&#039;un terminal et le rechercher dans google.</p>]]></description>
			<author><![CDATA[dummy@example.com (D3XT3R)]]></author>
			<pubDate>Sun, 25 Nov 2012 11:10:36 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11630631#p11630631</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]"Rechercher sur Google"]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11630171#p11630171</link>
			<description><![CDATA[<p>Résultat trouvé après une recherche dans la doc :<br />* pour nautilus : <a href="http://doc.ubuntu-fr.org/nautilus_scripts">http://doc.ubuntu-fr.org/nautilus_scripts</a></p><p>Résultats trouvés après une recherche sur Google :<br />* <a href="http://superuser.com/questions/47192/google-search-from-linux-terminal">http://superuser.com/questions/47192/go … x-terminal</a><br />* <a href="http://www.unixmen.com/how-to-use-google-search-from-the-terminal/">http://www.unixmen.com/how-to-use-googl … -terminal/</a><br />* <a href="http://hints.macworld.com/article.php?story=2007060116541780">http://hints.macworld.com/article.php?s … 0116541780</a></p><p>GIYF <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /> @+</p>]]></description>
			<author><![CDATA[dummy@example.com (binnette)]]></author>
			<pubDate>Sun, 25 Nov 2012 10:38:50 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11630171#p11630171</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]"Rechercher sur Google"]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11629951#p11629951</link>
			<description><![CDATA[<p>Ce que tu souhaites n&#039;a rien à voir avec du shell.</p><p>L&#039;action que tu veux faire, dans trois logiciels différents, doit être implémentée différemment pour chacun des logiciels. Il n&#039;y a en effet pas de moyen d&#039;ajouter une entrée dans un menu contextuel de manière universelle.</p><p>Je pense que ce que tu veux (idée très intéressante d&#039;ailleurs) n&#039;est malheureusement pas faisable de manière universelle.</p>]]></description>
			<author><![CDATA[dummy@example.com (tiramiseb)]]></author>
			<pubDate>Sun, 25 Nov 2012 10:24:45 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11629951#p11629951</guid>
		</item>
		<item>
			<title><![CDATA[[résolu]"Rechercher sur Google"]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11629261#p11629261</link>
			<description><![CDATA[<p>Bonjour à tous,</p><p>Je ne suis pas nouveau dans le monde du script BASH néanmoins, c&#039;est la première fois que j&#039;essaie de faire quelque chose de la sorte et meme si je pense avoir un algo, je ne sais pas comment le mettre en place.</p><p>Je voudrais que quand je sois dans Nautilus, Gedit, et surtout Terminal, en sélectionnant une portion de texte. Je puisse faire &quot;Rechercher sur Google&quot;, et qui évidemment m&#039;ouvrirai Chromium avec ma recherche. <br />Avez-vous des idées ?<br />Merci</p>]]></description>
			<author><![CDATA[dummy@example.com (D3XT3R)]]></author>
			<pubDate>Sun, 25 Nov 2012 08:40:18 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11629261#p11629261</guid>
		</item>
	</channel>
</rss>
