Terminal Command Execution:
The command you copy downloads a platform-specific script:
.sh for Mac/Linux
.bat for Windows
This script is hosted on my GitHub and automatically runs the corresponding binary.
Binary Execution:
The binary is compiled in C++ separately for each OS and controls the standard input/output of your terminal to create a clean, interactive interface.
FTXUI Integration:
It leverages the FTXUI library to render a web-like interactive menu directly inside your terminal, making navigation and presentation of my portfolio terminal-friendly but visually elegant.
Cross-Platform Support:
Each OS has its own binary to ensure consistent behavior on Windows, Mac, and Linux.