<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Collection on Pavan Yara</title><link>https://pavanyara.com/tags/collection/</link><description>Recent content in Collection on Pavan Yara</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><managingEditor>pavan.yara@gmail.com (Pavan Yara)</managingEditor><webMaster>pavan.yara@gmail.com (Pavan Yara)</webMaster><copyright>Pavan Yara</copyright><lastBuildDate>Tue, 08 May 2018 23:03:56 +0530</lastBuildDate><atom:link href="https://pavanyara.com/tags/collection/index.xml" rel="self" type="application/rss+xml"/><item><title>A list of terminal focused tools</title><link>https://pavanyara.com/blog/favorite-cli-programs/</link><pubDate>Tue, 08 May 2018 23:03:56 +0530</pubDate><author>pavan.yara@gmail.com (Pavan Yara)</author><guid>https://pavanyara.com/blog/favorite-cli-programs/</guid><description>&lt;p&gt;Listing down links from the recent [HN discussion](HN Discussion - &lt;a href="https://news.ycombinator.com/item?id=17011227"&gt;https://news.ycombinator.com/item?id=17011227&lt;/a&gt;) on favorite terminal programs:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Erstwhile &lt;a href="https://inconsolation.wordpress.com/"&gt;popular blog&lt;/a&gt;, not updated in last couple of years.&lt;/li&gt;&#10;&lt;li&gt;Twitter CLI client, &lt;a href="https://github.com/orakaro/rainbowstream"&gt;https://github.com/orakaro/rainbowstream&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Git Standup, &lt;a href="https://github.com/kamranahmedse/git-standup"&gt;https://github.com/kamranahmedse/git-standup&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Rq, Record Query - A tool for doing record analysis and transformation, &lt;a href="https://github.com/dflemstr/rq"&gt;https://github.com/dflemstr/rq&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;AsciiCinema, &lt;a href="https://github.com/asciinema"&gt;https://github.com/asciinema&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;A cat clone with wings, &lt;a href="https://github.com/sharkdp/bat"&gt;https://github.com/sharkdp/bat&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Visidata, with super powers, &lt;a href="https://github.com/saulpw/visidata"&gt;https://github.com/saulpw/visidata&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Curl-size, &lt;a href="https://github.com/egoist/curl-size"&gt;https://github.com/egoist/curl-size&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;RipGrep, &lt;a href="https://github.com/BurntSushi/ripgrep"&gt;https://github.com/BurntSushi/ripgrep&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;jq, &lt;a href="https://github.com/stedolan/jq"&gt;https://github.com/stedolan/jq&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;autojump, &lt;a href="https://github.com/rupa/z"&gt;https://github.com/rupa/z&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;notif tool, &lt;a href="https://github.com/variadico/noti"&gt;https://github.com/variadico/noti&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;tmux, &lt;a href="https://github.com/tmux/tmux/wiki"&gt;https://github.com/tmux/tmux/wiki&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;glances, &lt;a href="https://nicolargo.github.io/glances/"&gt;https://nicolargo.github.io/glances/&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;rtv, &lt;a href="https://github.com/michael-lazar/rtv"&gt;https://github.com/michael-lazar/rtv&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;discurses, &lt;a href="https://github.com/topisani/Discurses"&gt;https://github.com/topisani/Discurses&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;tg, telegram client, &lt;a href="https://github.com/vysheng/tg"&gt;https://github.com/vysheng/tg&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;PDFtk, &lt;a href="https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/"&gt;https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;gdb+peda, &lt;a href="https://github.com/longld/peda"&gt;https://github.com/longld/peda&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;CLI diassembler, &lt;a href="https://github.com/radare/radare2"&gt;https://github.com/radare/radare2&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;</description><content:encoded><![CDATA[<p>Listing down links from the recent [HN discussion](HN Discussion - <a href="https://news.ycombinator.com/item?id=17011227">https://news.ycombinator.com/item?id=17011227</a>) on favorite terminal programs:</p>
<ul>
<li>Erstwhile <a href="https://inconsolation.wordpress.com/">popular blog</a>, not updated in last couple of years.</li>
<li>Twitter CLI client, <a href="https://github.com/orakaro/rainbowstream">https://github.com/orakaro/rainbowstream</a></li>
<li>Git Standup, <a href="https://github.com/kamranahmedse/git-standup">https://github.com/kamranahmedse/git-standup</a></li>
<li>Rq, Record Query - A tool for doing record analysis and transformation,  <a href="https://github.com/dflemstr/rq">https://github.com/dflemstr/rq</a></li>
<li>AsciiCinema, <a href="https://github.com/asciinema">https://github.com/asciinema</a></li>
<li>A cat clone with wings, <a href="https://github.com/sharkdp/bat">https://github.com/sharkdp/bat</a></li>
<li>Visidata, with super powers, <a href="https://github.com/saulpw/visidata">https://github.com/saulpw/visidata</a></li>
<li>Curl-size, <a href="https://github.com/egoist/curl-size">https://github.com/egoist/curl-size</a></li>
<li>RipGrep, <a href="https://github.com/BurntSushi/ripgrep">https://github.com/BurntSushi/ripgrep</a></li>
<li>jq, <a href="https://github.com/stedolan/jq">https://github.com/stedolan/jq</a></li>
<li>autojump, <a href="https://github.com/rupa/z">https://github.com/rupa/z</a></li>
<li>notif tool, <a href="https://github.com/variadico/noti">https://github.com/variadico/noti</a></li>
<li>tmux, <a href="https://github.com/tmux/tmux/wiki">https://github.com/tmux/tmux/wiki</a></li>
<li>glances, <a href="https://nicolargo.github.io/glances/">https://nicolargo.github.io/glances/</a></li>
<li>rtv, <a href="https://github.com/michael-lazar/rtv">https://github.com/michael-lazar/rtv</a></li>
<li>discurses, <a href="https://github.com/topisani/Discurses">https://github.com/topisani/Discurses</a></li>
<li>tg, telegram client, <a href="https://github.com/vysheng/tg">https://github.com/vysheng/tg</a></li>
<li>PDFtk, <a href="https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/">https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/</a></li>
<li>gdb+peda, <a href="https://github.com/longld/peda">https://github.com/longld/peda</a></li>
<li>CLI diassembler, <a href="https://github.com/radare/radare2">https://github.com/radare/radare2</a></li>
</ul>
]]></content:encoded></item></channel></rss>