<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ashish-kus</title>
    <description>The latest articles on DEV Community by ashish-kus (@ashishkus).</description>
    <link>https://dev.to/ashishkus</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F896220%2Fe3bb2350-be31-4cc7-a378-13e62bbe839c.png</url>
      <title>DEV Community: ashish-kus</title>
      <link>https://dev.to/ashishkus</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ashishkus"/>
    <language>en</language>
    <item>
      <title>BatFetch</title>
      <dc:creator>ashish-kus</dc:creator>
      <pubDate>Thu, 08 Jun 2023 16:39:16 +0000</pubDate>
      <link>https://dev.to/ashishkus/batfetch-23de</link>
      <guid>https://dev.to/ashishkus/batfetch-23de</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--FBqnMXDM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jcac0afb0o55x3oni5mz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FBqnMXDM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jcac0afb0o55x3oni5mz.png" alt="Image description" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;BatFetch&lt;/em&gt; is a command-line tool that displays detailed information about the battery of your device in a clean and organized way. The tool is &lt;em&gt;inspired by pfetch&lt;/em&gt;, a popular command-line system information tool.&lt;/p&gt;

&lt;p&gt;It provides information about the &lt;em&gt;battery model, current charge level, power state, and health status&lt;/em&gt;. The tool also displays an &lt;em&gt;ASCII art&lt;/em&gt; title that adds a touch of fun to the output.&lt;/p&gt;

&lt;h3&gt;
  
  
  Installation:
&lt;/h3&gt;

&lt;p&gt;AUR:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;yay -S batfetch
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  For manual instalation:
&lt;/h4&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone https://github.com/ashish-kus/batfetch 
cd batfetch &amp;amp;&amp;amp; chmod +x batfetch
sudo cp ./batfetch /usr/bin/ 
exec $shell &amp;amp;&amp;amp; batfetch
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>battery</category>
      <category>bash</category>
      <category>linux</category>
      <category>cli</category>
    </item>
  </channel>
</rss>
