All posts tagged "cli"
Add helix shortcuts - sdball/dotfiles
- Author: Stephen Ball
- Published:
- Permalink: /blog/add-helix-shortcuts
Commit 3558be2 from github.com/sdball/dotfiles
Using git-blog
- Author: Stephen Ball
- Published:
- Permalink: /blog/using-git-blog
How I'm turning Git commits into blog posts with some custom command line tooling.
swapcase with the tr command
- Author: Stephen Ball
- Published:
- Permalink: /blog/swapcase-with-the-tr-command
A light introduction to the tr command and using character classes.
From awk to a Dockerized Ruby Script
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/from-awk-to-a-dockerized-ruby-script
Taking a script and wrapping it up into a Docker image that can easily run anywhere!
Finding leap years with the cal command
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/finding-leap-years-with-the-cal-command
Using the cal command to learn some command line mechanics.
Use tldr for command line examples
- Author: Stephen Ball
- Published:
- Permalink: /blog/use-tldr-for-command-line-examples
What is tldr? Why it's an easy way to quickly get examples for common CLI commands!
Programming with jq
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/programming-with-jq
jq is not only a powerful JSON command line parser, it's a full featured programming language
Command line tools - jq
- Author: Stephen Ball
- Published:
- Permalink: /blog/command-line-tools-jq
jq is awesome
Add vim to a pipeline with vipe
- Author: Stephen Ball
- Published:
- Permalink: /blog/add-vim-to-a-pipeline-with-vipe
How to inject vim into a shell pipeline
Let's write a shell script
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/lets-write-a-shell-script
In which we walk through writing a simple shell script and do some shenanigans with the declared executable.
What's a $PATH anyway?
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/whats-a-path-anyway
What is $PATH and how does it work? Let's find out.