<?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>Cli on Inverted Tree</title>
    <link>https://inverted-tree.pages.dev/tags/cli/</link>
    <description>Recent content in Cli on Inverted Tree</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 29 Dec 2022 18:30:00 +0000</lastBuildDate>
    <atom:link href="https://inverted-tree.pages.dev/tags/cli/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Command line tools for the productive web developer</title>
      <link>https://inverted-tree.pages.dev/posts/cli-tools-web-dev/</link>
      <pubDate>Thu, 29 Dec 2022 18:30:00 +0000</pubDate>
      <guid>https://inverted-tree.pages.dev/posts/cli-tools-web-dev/</guid>
      <description>&lt;p&gt;In my &lt;a href=&#34;https://inverted-tree.com/command-line-tools-to-make-your-life-easier/&#34;&gt;previous post&lt;/a&gt;, I discussed some general purpose command line utilities that help ease your way around the command line. In this post we&amp;rsquo;ll discuss some command line utilities that are indispensable to my web development workflow, and might come in handy for you too :)&lt;/p&gt;
&lt;h4 id=&#34;pgclimycli&#34;&gt;pgcli/mycli&lt;/h4&gt;
&lt;p&gt;All web apps depend on a database of some kind. Thus, communicating with a database is one of the most common tasks a web developer has to perform. Although MySQL and PostgreSQL come bundled with their own CLI tools, there are options like pgcli/mycli which provide more powerful interfaces to the same databases, with features like auto completion, command history, syntax highlighting and many more.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Command line tools to make your life easier</title>
      <link>https://inverted-tree.pages.dev/posts/command-line-tools-to-make-your-life-easier/</link>
      <pubDate>Tue, 05 Mar 2019 18:30:00 +0000</pubDate>
      <guid>https://inverted-tree.pages.dev/posts/command-line-tools-to-make-your-life-easier/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re like me, you spend most of your time in the command line, where saving even a few keystrokes can help you become significantly more productive (and happier :). Here are some tools that I&amp;rsquo;ve found to be incredibly helpful and have augmented my love for the command line through their sheer awesomeness&lt;/p&gt;
&lt;h4 id=&#34;bat&#34;&gt;Bat&lt;/h4&gt;
&lt;p&gt;Bat is a successor to the unix &lt;code&gt;cat&lt;/code&gt; command that boasts many superpowers, like preview with a pager, syntax highlighting, and even git changes. It supports most of the programming languages out of the box. You could just alias &lt;code&gt;cat&lt;/code&gt; to point to &lt;code&gt;bat&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
