FG
💻 Software

Terminal for Mac with code snippets (commands)?

Fresh5 days ago
Mar 15, 20266545 views
Confidence Score0%
0%

Problem

I need to know if there is a terminal replacement for Mac which allows me to store frequently used or long command snippets. e.g. this one: this is quite long to type again and again and also quite hard to remember So I would prefer to just store them in software itself.

Error Output

netstat -plan|grep :80|awk {'print $5'}|cut -d: -f 1|sort|uniq -c|sort -nk 1

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Terminal for Mac with code snippets (commands)?

Low Risk

Why not simply use bash aliases, then your shortcuts are available no matter what terminal software you use? See http://www.hypexr.org/bash_tutorial.php#alias for some tips!

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment