<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Googler: A Command Line Tool to Do &#8216;Google Search&#8217; from Linux Terminal	</title>
	<atom:link href="https://www.tecmint.com/google-commandline-search-terminal/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/google-commandline-search-terminal/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 23:37:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Tito		</title>
		<link>https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-1131680</link>

		<dc:creator><![CDATA[Tito]]></dc:creator>
		<pubDate>Sun, 14 Apr 2019 18:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24000#comment-1131680</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-1112353&quot;&gt;rilian4&lt;/a&gt;.

Does this &quot;&lt;strong&gt;fixed some bugs for me&lt;/strong&gt;&quot; include opening up results in browsers like &lt;strong&gt;elinks&lt;/strong&gt; or &lt;strong&gt;w3m&lt;/strong&gt;? I still cannot open any results. Dev suggest we grab the latest development branch and try but that didn&#039;t help me. To file a bug, we have to add some logs in gist and a few other items/results from &quot;&lt;code&gt;googler -d&lt;/code&gt;&quot; but I haven&#039;t had a chance yet.

Just checking if anyone else is having the same issue other than the two of us]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-1112353">rilian4</a>.</p>
<p>Does this &#8220;<strong>fixed some bugs for me</strong>&#8221; include opening up results in browsers like <strong>elinks</strong> or <strong>w3m</strong>? I still cannot open any results. Dev suggest we grab the latest development branch and try but that didn&#8217;t help me. To file a bug, we have to add some logs in gist and a few other items/results from &#8220;<code>googler -d</code>&#8221; but I haven&#8217;t had a chance yet.</p>
<p>Just checking if anyone else is having the same issue other than the two of us</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vignesh		</title>
		<link>https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-1126687</link>

		<dc:creator><![CDATA[vignesh]]></dc:creator>
		<pubDate>Sat, 06 Apr 2019 20:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24000#comment-1126687</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-856986&quot;&gt;Aaron Kili&lt;/a&gt;.

Even installing python more than 3 version it shows me this message
&lt;pre&gt;
[Randomperson@localhost ~]$ googler tecmint.com
Traceback (most recent call last):
  File &quot;/usr/bin/googler&quot;, line 29, in 
    from http.client import HTTPSConnection
ImportError: cannot import name &#039;HTTPSConnection&#039;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-856986">Aaron Kili</a>.</p>
<p>Even installing python more than 3 version it shows me this message</p>
<pre>
[Randomperson@localhost ~]$ googler tecmint.com
Traceback (most recent call last):
  File "/usr/bin/googler", line 29, in 
    from http.client import HTTPSConnection
ImportError: cannot import name 'HTTPSConnection'
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rilian4		</title>
		<link>https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-1112353</link>

		<dc:creator><![CDATA[rilian4]]></dc:creator>
		<pubDate>Thu, 14 Mar 2019 06:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24000#comment-1112353</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-1103517&quot;&gt;Namit&lt;/a&gt;.

Update via source code from the git site using the master branch. It fixed some bugs for me.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-1103517">Namit</a>.</p>
<p>Update via source code from the git site using the master branch. It fixed some bugs for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-1105567</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 27 Feb 2019 06:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24000#comment-1105567</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-1103517&quot;&gt;Namit&lt;/a&gt;.

@Namit 

You can raise the issue to the developer: https://github.com/jarun/googler]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-1103517">Namit</a>.</p>
<p>@Namit </p>
<p>You can raise the issue to the developer: <a target="_blank" href="https://github.com/jarun/googler" rel="nofollow ugc">https://github.com/jarun/googler</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Namit		</title>
		<link>https://www.tecmint.com/google-commandline-search-terminal/comment-page-1/#comment-1103517</link>

		<dc:creator><![CDATA[Namit]]></dc:creator>
		<pubDate>Thu, 21 Feb 2019 02:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24000#comment-1103517</guid>

					<description><![CDATA[I am using googler on Ubuntu 18 and am unable to open any search results in a browser even after setting the &lt;strong&gt;BROWSER=w3m&lt;/strong&gt;. I have also installed &lt;strong&gt;w3m&lt;/strong&gt; and it works fine. I must say that the utility is awesome and I would like to use it further. Thanks]]></description>
			<content:encoded><![CDATA[<p>I am using googler on Ubuntu 18 and am unable to open any search results in a browser even after setting the <strong>BROWSER=w3m</strong>. I have also installed <strong>w3m</strong> and it works fine. I must say that the utility is awesome and I would like to use it further. Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
