A real macOS terminal — with a plain-English bar, so people who have never used a terminal can still get things done.
Type what you want in the ✨ bar and it writes the real command for you — showing it first, so you learn it as you go.
BetterTerminal-1.1.0.pkg).Terminal-downloaded files don't get the warning at all:
# download and install in one line
curl -L https://raw.githubusercontent.com/testisaac1804-byte/portfolio-files/main/installers/BetterTerminal-1.1.0.pkg -o /tmp/BetterTerminal.pkg
sudo installer -pkg /tmp/BetterTerminal.pkg -target /
| Type this | It runs |
|---|---|
| go to my desktop | cd ~/Desktop |
| what is in this folder? | ls -la |
| make a folder called homework | mkdir -p homework |
| how much disk space is left? | df -h |
| find files named report | find . -iname '*report*' |
| ⌘ / | jump to the plain-English bar |
| ⌘ E | show or hide the bar |
| ⌘ T · ⌘ D | new tab · split the window |
| ⌘ F | search everything you have scrolled past |
| ⌘ ⇧ P | command palette — themes, settings, everything |
| ⌘ ↑ / ⌘ ↓ | jump between prompts |
Drag BetterTerminal out of Applications, then remove its settings:
rm -rf ~/Library/Application\ Support/BetterTerminal
634c1be005ce7729adf5a5065d4461b7465a8e2a0b67c72217da7dc0b0b7d801