Skip to content

Commit

Permalink
Add post
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmc3 committed Aug 5, 2024
1 parent 3a2adba commit 6edd9bb
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions content/posts/2024-08-05-mac-terminal-dot-app-vs-iterm2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
+++
title = 'Mac Terminal.app vs iTerm2'
date = 2024-08-05T08:02:00-04:00
categories = 'Tech'
tags = ["Terminal"]
+++

Every once in awhile I wonder if I'm using an unnecessary 3rd party app when what
comes built-in on macOS would be sufficient. Terminal.app is one such app - I've used
[iTerm2] for many years, but I don't use a bunch of its features and every time I open
its settings it feels like overkill.

I was on my spouse's Mac over the weekend helping her get some things set up, used
Terminal.app and was pretty happy with it, so I decided to try it on my Mac. Nope. It
still only supports 256 colors, which I had forgotten. This post is here simply to
remind me next time I get the bug to use this macOS built-in - just don't.

To replicate this test, run this:

```zsh
curl -fsSLo ~/bin/color-spaces https://raw.githubusercontent.com/robertknight/konsole/master/tests/color-spaces.pl
chmod u+x ~/bin/color-spaces
color-spaces
```

## Terminal.app

![Terminal.app colors](/assets/img/terminal-dot-app-colors.png)

## iTerm2

![iTerm2 colors](/assets/img/iterm2-colors.png)


[iTerm2]: https://iterm2.com/
Binary file added static/assets/img/iterm2-colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/img/terminal-dot-app-colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6edd9bb

Please sign in to comment.