There is GNU coreutils command called that is super handy in shell scripts to make temporary landing spots for files ...
Posts tagged: cli
All posts with the tag "cli"
Once you give a branch the big D () its gone, its lost from your history. It's completely removed from your log. Ther...
As I am toying around with textual, I am wanting some popup user input to take over. Textual is still pretty new and ...
Git has a built in way to rebase all the way back to the beginning of time. There is no need to scroll through the lo...
Git reflog can perform some serious magic in reviving your hard work from the dead if you happen to loose it.
Right inside the git docs, is states that the command runs by default which is an alias for
Reading eventbridge rules from the command line can be a total drag, pipe it into visidata to make it a breeze.
Anyone just starting out their vim customization journey is bound to run into this error.
The default keybinding for copy-mode is one that is just so awkward for me to hit that I end up not using it at all. ...
A super useful tool when doing PR's or checking your own work during a big refactor is the silver searcher. Its a sup...
Today I discovered a sweet new cli for compressing images. squoosh cli is a wasm powered cli that supports a bunch of...
With the latest version of minecraft it requires a very new, possibly the latest, version of java. Lately we have bee...
I often pop into my blog from neovim with the intent to look at just a single series of posts, , , or just see todays...
Copier allows you to run post render tasks, just like cookiecutter. These are defined as a list of in your . They are...
I really appreciate that in linux anything can be scripted, including setting the wallpaper. So everytime I disconnec...
Converting markdown posts to pdf on ubuntu takes a few packages from the standard repos. I had to go through a few st...
I recently paired up with another dev running windows with Ubuntu running in wsl, and we had a bit of a stuggle to ge...
Stow is an incredible way to manage your dotfiles. It works by managing symlinks between your dotfiles directory and ...
The copier answers file is a key component to making your templates re-runnable. Let's look at the example for my set...