Switch Among Java Versions: FZF and SDKMAN!
The bang in the subject belongs to SDKMAN!, not me. It’s a tool for managing versions of various Java-world tools. Think nvm for Java, Maven, Groovy, et al. I’ve been back in Java world...
Development / Grails / Groovy / Java / Linux / Mac / Software
by Rob Warner · Published April 3, 2021 · Last modified July 1, 2021
The bang in the subject belongs to SDKMAN!, not me. It’s a tool for managing versions of various Java-world tools. Think nvm for Java, Maven, Groovy, et al. I’ve been back in Java world...
Since I sync my dotfiles through GitHub, I wanted to implement something that will work on both macOS and Linux. Enter if-shell, which is documented in tmux’s man page: In short, you can run...
Once you discover fzf, you want to use it everywhere. It’s clean, powerful, and versatile. In this post, I show you how to use fzf to display the contents of a file in S3....
I’ll confess: I use a GUI for Git. Not always, and not even most of the time. The CLI is usually quicker, and I’m usually in the terminal anyway, but yet I also use...
AWS / Development / DevOps / Software
by Rob Warner · Published April 19, 2020 · Last modified October 12, 2021
Edit: Oct 12, 2021 Please note the comment by Chris Harrison, below, regarding a breaking change with lists vs sets. Original Start: I’ve lately used Terraform to set up several domains in Route 53....
I’ve been working with a lot of ANSI X12 files lately. Often, they come to me formatted either as a single line, or as multiple lines with line breaks at 80 columns. They’re much...
Getting a remote shell on an OpenShift pod is simple enough; you type: $ oc rsh <pod name> Pod names can be long and complex, however. Here’s an example: mysql-coolapp-5-rg59c Only a luddite would...
I can be easily distracted. Lately, I’ve been working on a new blog of sorts, but instead of technical stuff, this blog will focus on writings about life. I think. I’m almost 10,000 words...
Development / Go / Software
by Rob Warner · Published February 13, 2019 · Last modified August 2, 2021
A recent Jira ticket instructed me to make a call from one of my Go services to another group’s service. I’d perform a PUT to a specific URL to create a service provider in...
As the NERDTree README points out, you can automatically close Vim if NERDTree is the only open window by adding this to your configuration: autocmd bufenter * if (winnr(“$”) == 1 && exists(“b:NERDTree”) &&...
I blog non-technical stuff at https://crispylemon.com
I blog about my travels at https://sandyfragments.com