<?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: 9 Command Line Tools for Browsing Websites and Downloading Files in Linux	</title>
	<atom:link href="https://www.tecmint.com/command-line-web-browser-download-file-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/command-line-web-browser-download-file-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 30 Apr 2021 05:21:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/command-line-web-browser-download-file-in-linux/comment-page-1/#comment-1483876</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 30 Apr 2021 05:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12490#comment-1483876</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/command-line-web-browser-download-file-in-linux/comment-page-1/#comment-1483762&quot;&gt;yannis&lt;/a&gt;.

@Yannis,

I have added the Browsh text browser to the list as suggested by you. About wget and curl, we already covered in part 2 of this article here - https://www.tecmint.com/linux-command-line-tools-for-downloading-files/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/command-line-web-browser-download-file-in-linux/comment-page-1/#comment-1483762">yannis</a>.</p>
<p>@Yannis,</p>
<p>I have added the Browsh text browser to the list as suggested by you. About wget and curl, we already covered in part 2 of this article here &#8211; <a target="_blank" href="https://www.tecmint.com/linux-command-line-tools-for-downloading-files/" rel="ugc">https://www.tecmint.com/linux-command-line-tools-for-downloading-files/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: yannis		</title>
		<link>https://www.tecmint.com/command-line-web-browser-download-file-in-linux/comment-page-1/#comment-1483762</link>

		<dc:creator><![CDATA[yannis]]></dc:creator>
		<pubDate>Thu, 29 Apr 2021 21:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12490#comment-1483762</guid>

					<description><![CDATA[Browsh is one more terminal browser that is able to display images and videos (poor ASCII quality). Also, wget and curl for downloading files.]]></description>
			<content:encoded><![CDATA[<p>Browsh is one more terminal browser that is able to display images and videos (poor ASCII quality). Also, wget and curl for downloading files.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jake		</title>
		<link>https://www.tecmint.com/command-line-web-browser-download-file-in-linux/comment-page-1/#comment-960798</link>

		<dc:creator><![CDATA[jake]]></dc:creator>
		<pubDate>Sun, 14 Jan 2018 14:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12490#comment-960798</guid>

					<description><![CDATA[&lt;strong&gt;links2&lt;/strong&gt; is wonderful for simpler webpages in GUI mode. RAM usage is practically zilch and it handles some JS to boot. Was playing around with it for about 1/2 an hour just now. You can get some decent color (text, link, background) combos too and it does local file navigation very nicely (input url: &quot;file://&quot;)

between, was looking for a simple terminal-based markdown viewer and came across &#039;Terminal Markdown Viewer&#039; (mdv at github). It&#039;s one of the few that&#039;s python-based (pip install) and does a really nice job rendering MD locally. I suppose this makes it a subClass of the more able full-fledged browsers.

&lt;strong&gt;Lynx&lt;/strong&gt; works well too because it at least colorizes certain tags - so the output looks nice:
&lt;pre&gt;
pandoc filename.md &#124; lynx -stdin
&lt;/pre&gt;
Also... finding that w3m does MD locally pretty well via pandoc, though the output is blander but the html support is actually stronger than I expected:
&lt;pre&gt;
pandoc filename.md &#124; w3m -T text/html
&lt;/pre&gt;
Anyway, thought I&#039;d share a specific use-case.]]></description>
			<content:encoded><![CDATA[<p><strong>links2</strong> is wonderful for simpler webpages in GUI mode. RAM usage is practically zilch and it handles some JS to boot. Was playing around with it for about 1/2 an hour just now. You can get some decent color (text, link, background) combos too and it does local file navigation very nicely (input url: &#8220;file://&#8221;)</p>
<p>between, was looking for a simple terminal-based markdown viewer and came across &#8216;Terminal Markdown Viewer&#8217; (mdv at github). It&#8217;s one of the few that&#8217;s python-based (pip install) and does a really nice job rendering MD locally. I suppose this makes it a subClass of the more able full-fledged browsers.</p>
<p><strong>Lynx</strong> works well too because it at least colorizes certain tags &#8211; so the output looks nice:</p>
<pre>
pandoc filename.md | lynx -stdin
</pre>
<p>Also&#8230; finding that w3m does MD locally pretty well via pandoc, though the output is blander but the html support is actually stronger than I expected:</p>
<pre>
pandoc filename.md | w3m -T text/html
</pre>
<p>Anyway, thought I&#8217;d share a specific use-case.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kevin		</title>
		<link>https://www.tecmint.com/command-line-web-browser-download-file-in-linux/comment-page-1/#comment-823280</link>

		<dc:creator><![CDATA[kevin]]></dc:creator>
		<pubDate>Sun, 02 Oct 2016 14:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12490#comment-823280</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/command-line-web-browser-download-file-in-linux/comment-page-1/#comment-735130&quot;&gt;Shany Abady&lt;/a&gt;.

Could you use screen? Might work for some aspects, of this scenario.....]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/command-line-web-browser-download-file-in-linux/comment-page-1/#comment-735130">Shany Abady</a>.</p>
<p>Could you use screen? Might work for some aspects, of this scenario&#8230;..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bill		</title>
		<link>https://www.tecmint.com/command-line-web-browser-download-file-in-linux/comment-page-1/#comment-813981</link>

		<dc:creator><![CDATA[Bill]]></dc:creator>
		<pubDate>Wed, 07 Sep 2016 15:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12490#comment-813981</guid>

					<description><![CDATA[I love the way that the different tools are showcased in the text itself. Thank you for making such a well designed site]]></description>
			<content:encoded><![CDATA[<p>I love the way that the different tools are showcased in the text itself. Thank you for making such a well designed site</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
