<?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: Ben</title>
    <description>The latest articles on DEV Community by Ben (@beb).</description>
    <link>https://dev.to/beb</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%2F225480%2F2b4bbebc-2492-4f81-b23f-22f285136ee7.jpeg</url>
      <title>DEV Community: Ben</title>
      <link>https://dev.to/beb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/beb"/>
    <language>en</language>
    <item>
      <title>Linux Software you should check out</title>
      <dc:creator>Ben</dc:creator>
      <pubDate>Sat, 07 Sep 2019 14:17:44 +0000</pubDate>
      <link>https://dev.to/beb/linux-software-you-should-check-out-2cdp</link>
      <guid>https://dev.to/beb/linux-software-you-should-check-out-2cdp</guid>
      <description>&lt;p&gt;This post first appeared on &lt;a href="https://beb.ninja/post/nice-linux-software/"&gt;my blog&lt;/a&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;a href="https://blog.burntsushi.net/ripgrep/"&gt;Ripgrep&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;Imagine grep or pt, but really really fast.&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;a href="https://github.com/lotabout/skim"&gt;Skim&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;With Skim you can really easily find files in the terminal. It easily integrates with other UNIX commands. I use the following to easily open folders: &lt;code&gt;alias c "cd (sk)"&lt;/code&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;a href="http://eradman.com/entrproject/"&gt;Entr&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;This is also a utility that can be integrated with other commands. It's a file watcher that just works. I use it with &lt;code&gt;nix-build&lt;/code&gt; to get it to file watch. &lt;code&gt;alias nix-build-watch "rg -l . | entr -s 'nix-build'"&lt;/code&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;a href="https://www.tweag.io/posts/2019-03-28-introducing-lorri.html"&gt;Lorri&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;This one is for you if use develop software with Nix. The beauty of the package manager is that it makes it easy to have encapsulated environments for each project. But using &lt;code&gt;nix-shell&lt;/code&gt; can be an extra step that seems unnecessary. Lorri can generate files such that you can simply use &lt;code&gt;direnv&lt;/code&gt; to solve that. You simply cd into the project folder and all dependencies and commandline tools are automatically in scope. It even works with editors such as emacs so that you can use your dev tools with the ones specific to each project.&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;a href="https://notmuchmail.org/"&gt;Notmuch&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;Email the way I like it. Checkout my &lt;a href="https://beb.ninja/post/email/"&gt;post on it&lt;/a&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;a href="https://pdfpc.github.io/"&gt;pdfpc&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;I do quite a few presentations for Uni. Usually those are done in LaTeX (it simply has the best collaboration experience, at least of compsci students). At school I often used Keynote (yep, I had a Mac once). The presenter view was really awesome and I missed it with Beamer presentations. pdfpc provides exactly that. &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
