diff --git a/Goodusb/gtop.txt b/Goodusb/gtop.txt new file mode 100644 index 0000000..04c4641 --- /dev/null +++ b/Goodusb/gtop.txt @@ -0,0 +1,32 @@ +REM System monitoring dashboard +REM shows CPU usage, memory, and network stats, as well as disk usage. +REM When you run this, you'll get a dynamic, colorful dashboard +REM showing your system's real-time statistics. +REM It's a practical use of the terminal's capabilities, and it's also visually impressive. + + +REM Title: gtop +REM Author: Narsty +REM Target: MacOS +REM Version: 1.0 +REM Category: GOODUSB + +ID 05ac:021e Apple:Keyboard +DELAY 1000 +GUI SPACE +DELAY 500 +STRING Terminal +DELAY 500 +ENTER +DELAY 500 +GUI-CTRL f +DELAY 2000 +STRING clear +ENTER +DELAY 500 +STRING brew install gtop +ENTER +DELAY 5000 +STRING gtop +ENTER +