Tools / Shell

dotfiles

• 3,467 Lines • bash • Unlicense

The terminal is my IDE and this is my configuration.

Find here some shell scripts that make my life easier.

annual

• 324 Lines • bash • Unlicense

Generate an annual report from your local git repositories.

Here are my reports since I started using git, professional and personal repositories combined.

simsalabash

• 351 Lines • bash • Unlicense

Dead simple static site generator for command line lovers.

This website is built using it. Yes, sometimes I fall prey to the NIH syndrome. On purpose.

readmail

• 1,110 Lines • bash • Unlicense

POP3/SMTP client in bash.

Advent of AWK 2020

• 2,435 Lines • awk • Unlicense

AWK solutions for Advent of Code 2020.

tree

• 29 Lines • bash • Unlicense

Show a file listing as tree structure.

bars

• 47 Lines • bash • Unlicense

Print horizontal bar diagrams from a list of values.

viewmd

• 71 Lines • ruby • Unlicense

Render some Markdown file to HTML and show it in your browser.

This is useful when you want to check a Markdown file before pushing it onto GitHub/GitLab/etc or if you want to simply print a nice looking Markdown file. Just print it from your browser.

The look is broadly similar to that on GitHub but stripped down to the bare minimum. It can also be changed easily. Just have a look at the source, Luke. It's really quite simple.

mkatlas

• 226 Lines • bash • Unlicense

Create a texture atlas in bash with ImageMagick.