Inlineswap

Seems like every programmer on earth wrote a static HTML generator ;). So here's mine: inlineswap, which is currently used by the website of ranger. What's special about it? The main idea is that it will look for commands in your HTML files and put the result of those commands right back into the HTML file.

Read more...

The "lscd" File Browser


I've been casually working on a file browser that has a similar interface like ranger, but takes a different approach, in that it is written in POSIX shell. It's called "lscd", for being a vim-like interface for the commands "ls" and "cd". I wanted to combine the elegance, portability and simplicity of a short bash script with the ability to get me whereever I want ASAP without the "cd TAB TAB TAB" boilerplate. Additionally, it can use ranger's file opener "rifle" to execute files just the way ranger does.

Read more...