Modern UNIX shells like bash (default on Linux) and zsh (default on macOS) keep a history of all the commands you enter. The easiest way to access this history is by pressing the up and down cursor keys to browse through the last commands. But this is only the tip of the iceberg. There are … Continue reading Making the most of your Shells History on Linux and macOS| Abstract Expression
With my former Zsh setup, I was unable to tab-complete file names starting from the middle. But, now, I have intuitive tab completion.| Atomic Spin
A practical guide to displaying the number of displays attaching the current GNU Screen session in your ZSH prompt, with color-coding for better visibility.| 200ok.ch
The problem Clearing the screen on the terminal is quite finicky. The behaviour on some emulators (Ghostty, Kitty & co.) is massively different than say on iTerm2 or the macOS built-in Terminal.app. You see, I tend to use the command clear, which is aliased to c in my case. Now, I like to keep the scrollback buffer intact. Using clear, the scrollback is only preserved so far by iTerm2 and the Terminal.app. In all the other emulators that I’ve tried so far, the scrollback gets cut off – fr...| macOS & (open-source) Software
A list of my most used commands in my terminal| Andrea Grandi
How I used jq and Rust to build a repo of my Exercism solutions that showed how they evolved over time| xavd.id
It was announced recently that GitHub Copilot in the CLI has reached General Availablity for all Individual, Business, and Enterprise customers. In this post, I will show you how you can get download and install the CLI and Copilot extension, authenticate to use Copilot, and the available commands and use cases. Install the GitHub CLI| The Lazy Administrator
Microsoft’s modern shell is much better than Unix sh.| Chris Warrick
github link| A Scripter's Notes
TL;DR The following snippet added to you ~/.zshrc will recognize| 200ok - Accelerating Publishing
Back in the days when I was developing in Ruby most of my waking| 200ok - Accelerating Publishing
Shell Locality| The Grumpy Troll
I have a buddy who recommended switching to z shell as my terminal. He| startcodingnow.com
s/bash/zsh/g| www.arp242.net