Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fedora - 4 cool apps for your terminal

#1
4 cool apps for your terminal

<div style="margin: 5px 5% 10px 5%;"><img src="http://www.sickgaming.net/blog/wp-content/uploads/2018/07/4-cool-apps-for-your-terminal.gif" width="550" height="329" title="" alt="" /></div><div><p>Many Linux users think that working in a terminal is either too complex or boring, and try to escape it. Here is a fix, though — four great open source apps for your terminal. They’re fun and easy to use, and may even brighten up your life when you need to spend a time in the command line.</p>
<p><span id="more-21964"></span></p>
<h2>No More Secrets</h2>
<p>This is a simple command line tool that recreates the famous data decryption effect seen in the 1992 movie <a href="https://www.imdb.com/title/tt0105435/">Sneakers</a>. The project lets you compile the <em>nms</em> command, which works with piped data and prints the output in the form of messed characters. Once it does so, you can press any key,  and see the live “deciphering” of the output with a cool Hollywood-style effect.</p>
<div id="attachment_22039" style="width: 560px" class="wp-caption aligncenter"><img class="wp-image-22039 size-full" src="http://www.sickgaming.net/blog/wp-content/uploads/2018/07/4-cool-apps-for-your-terminal.gif" alt="" width="550" height="329" /></p>
<p class="wp-caption-text">This GIF animation briefly shows the No More Secrets effect</p>
</div>
<h3>Installation instructions</h3>
<p>A fresh Fedora Workstation system already includes everything you need to build <em>No More Secrets</em> from source. Just enter the following command in your terminal:</p>
<pre>git clone https://github.com/bartobri/no-more-secrets.git cd ./no-more-secrets make nms make sneakers ## Optional sudo make install</pre>
<p>The <em>sneakers</em> command is a little bonus for those who remember the original movie, but the main hero is <em>nms</em>. Use a pipe to redirect any Linux command to <em>nms</em>, like this:</p>
<pre>systemctl list-units --type=target | nms</pre>
<p>Once the text stops flickering, hit any key to “decrypt” it. The <em>systemctl</em> command above is only an example — you can replace it with virtually anything!</p>
<h2>Lolcat</h2>
<p>Here’s a command that colorizes the terminal output with rainbows. Nothing can be more useless, but boy, it looks awesome!</p>
<div id="attachment_22040" style="width: 717px" class="wp-caption aligncenter"><img class="size-full wp-image-22040" src="http://www.sickgaming.net/blog/wp-content/uploads/2018/07/4-cool-apps-for-your-terminal.png" alt="" width="707" height="643" /></p>
<p class="wp-caption-text">Let your Linux command output look jolly!</p>
</div>
<h3>Installation instructions</h3>
<p>Lolcat is a Ruby package available from the official Ruby Gems hosting. So, you’ll need the gem client first:</p>
<pre>sudo dnf install -y rubygems</pre>
<p>And then install Lolcat itself:</p>
<pre>gem install lolcat</pre>
<p>Again, use the <em>lolcat</em> command in for piping any other command and enjoy rainbows (and unicorns!) right in your Fedora terminal.</p>
<h2>Chafa</h2>
<div id="attachment_22045" style="width: 560px" class="wp-caption aligncenter"><img class="size-full wp-image-22045" src="http://www.sickgaming.net/blog/wp-content/uploads/2018/07/4-cool-apps-for-your-terminal-1.gif" alt="" width="550" height="523" /></p>
<p class="wp-caption-text">Zoom out your terminal view to increase resolution for Chafa</p>
</div>
<p>Chafa is a <a href="https://hpjansson.org/chafa/">command line image converter and viewer</a>. It helps you enjoy your images without leaving your lovely terminal. The syntax is very straightforward:</p>
<pre>chafa /path/to/your/image</pre>
<p>You can throw almost any sort of image to Chafa, including JPG, PNG, TIFF, BMP or virtually anything that ImageMagick supports — this is the engine that Chafa uses for parsing input files. The coolest part is that Chafa can also show very smooth and fluid GIF animations right inside your terminal!</p>
<h3>Installation instructions</h3>
<p>Chafa isn’t packaged for Fedora yet, but it’s quite easy to build it from source. First, get the necessary build dependencies:</p>
<pre>sudo dnf install -y autoconf automake libtool gtk-doc glib2-devel ImageMagick-devel</pre>
<p>Next, clone the code or download a snapshot from the project’s Github page and cd to the Chafa directory. After that, you’re ready to go:</p>
<pre>git clone https://github.com/hpjansson/chafa ./autogen.sh make sudo make install</pre>
<p>Large images can take a while to process at the first run, but Chafa caches everything you load with it. Next runs will be nearly instantaneous.</p>
<h2>Browsh</h2>
<p>Browsh is a fully-fledged web browser for the terminal. It’s more powerful than Lynx and certainly more eye-catching. Browsh launches the Firefox web browser in a headless mode (so that you can’t see it) and connects it with your terminal with the help of special web extension. Therefore, Browsh renders all rich media content just like Firefox, only in a bit pixelated  style.</p>
<div id="attachment_22046" style="width: 1018px" class="wp-caption aligncenter"><img class="wp-image-22046 size-full" src="http://www.sickgaming.net/blog/wp-content/uploads/2018/07/4-cool-apps-for-your-terminal-1.png" alt="" width="1008" height="742" /></p>
<p class="wp-caption-text">Fedora Magazine still looks awesome in Browsh</p>
</div>
<h3>Installation instructions</h3>
<p>The project provides packages for various Linux distributions, including Fedora. Install it this way:</p>
<pre>sudo dnf install -y https://github.com/browsh-org/browsh/rel...4.rpm</pre>
<p>After that, launch the <em>browsh</em> command and give it a couple of seconds to load up. Press <em>Ctrl+L</em> to switch focus to the address bar and start browsing the Web like you never did before! Use<em> Ctrl+Q</em> to get back to your terminal.</p>
</div>
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB Theme © iAndrew 2016