28 lines
672 B
Plaintext
28 lines
672 B
Plaintext
REM System monitoring dashboard
|
|
REM shows CPU History, Memory and Swap History, Network History, Disk Usage, and Processes.
|
|
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 Requirmetns: Homebrew and GTOP can install using command 'Brew install vtop'
|
|
|
|
REM Title: GTOP Monitoring Dashboard
|
|
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 1000
|
|
ENTER
|
|
DELAY 500
|
|
GUI-CTRL f
|
|
DELAY 1000
|
|
STRING gtop
|
|
ENTER
|
|
|