9 Posts

Cli

Shipping completions for Go CLIs using GoReleaser and Cobra

Everyone likes command line completions, so much that some even install extra tools just to …

My tmux workflow

I wanted to share a quick thing that made my life easier on tmux lately, but before we dig into …

Keeping json files formatted

I’m working in a project that uses Chef, so it has a lot of JSON files.

I like everything …

Cleanup old GitHub Forks

I like to keep my GitHub clean. I delete forks I’m not using anymore, move old abandoned …

Writing CLI applications with Golang

Last few months I’ve been using Go to write quite a lot of tools. In this post I intent …

Introducing JVM - The Java Version Manager

Last years it becomes more and more common to work in different projects running on different …

Dump a PostgreSQL table as insert statements

FYI: Like the previous post, this is a really quick tip.

This week I’m working …

Find non-ASCII chars

FYI: This is a really quick tip.

Sometimes things break because of random characters, …

Lint your shell scripts

I will start this by quoting the bashstyle’s readme:

Bash is like the …