$ Detecting your OS...
    
Run at Your Own Risk
  1. 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.
  2. 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.
  3. 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.
  4. Cross-Platform Support: Each OS has its own binary to ensure consistent behavior on Windows, Mac, and Linux.

View Source on GitHub