#theFutureIsTerminal
What is the hardest thing about the terminal for you?

What is stopping you from using the terminal more?

#tty #TheFutureIsTerminal #bash #fish #zsh #techsky
September 28, 2025 at 9:37 AM
#TheFutureIsTerminal as I've always said :-)
October 17, 2025 at 6:03 AM
Very sane. Saner than Wonko The Sane. Seriously tho, setting vi mode on the command line is the way to go, superpower suddenly abounds. #TheFutureIsTerminal
April 10, 2025 at 10:52 AM
Perhaps language paradigm adoption is like enterprise computing in general - somewhat behind the curve. Apropos - I just saw a screen captured in a Google Maps photo of a company location, sporting a couple of terminal emulator windows connected to their service systems. #TheFutureIsTerminal
March 18, 2025 at 10:26 AM
March 14, 2025 at 4:10 PM
Just organised my aliases into a directory

Then I load them from .bashrc with

```bash
# Put them into .sh files in .alias.d

if [ -d ~/.alias.d ]; then
source <(cat ~/.alias.d/*.sh)
fi
```

Feels so much more organised

#tech #bash #theFutureIsTerminal #shell
March 17, 2025 at 11:38 PM
Oh @qmacro.org pray tell there is an devtober extravaganza planned for this year in the lead up the the "Mosh Pit" aka Tech Ed in Berlin in November

#TheFutureIsTerminal
August 29, 2025 at 11:23 AM
I like having my newest machine called 'dont-panic'

It's that moment by moment reminder that life will find a way and things will be ok.

njames@dont-panic ~ on ☁️ (ap-southeast-2)
[ 12:09:59 ] ➜

#TheFutureIsTerminal #techSky
April 16, 2025 at 1:13 AM
This week's SAP Developer News, brought to you by the Developer Advocates, is out now 👉 www.youtube.com/watch?v=rnva... - watch it to spot a bonus #Bash script in one of the items #TheFutureIsTerminal
October 3, 2025 at 1:53 PM
Going vi mode on the cli

#TheFutureIsTerminal

Am I mad?
April 10, 2025 at 7:36 AM
macos really wants me to use zsh or at least some part of it thinks I do.

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.

but:

echo $SHELL
/bin/bash

#macos #shell #theFutureIsTerminal #tech #dev
March 12, 2025 at 1:47 AM
I haven't gone full neovim yet though

I am using #Zed more for everyday editing and pull out the #jetbrains IDE's when I need a refactoring superpower

#techsky #cli #theFutureIsTerminal
April 10, 2025 at 11:13 PM
👀 hellowhat? #TheFutureIsTerminal
July 18, 2025 at 2:34 PM