A lightweight command-line tool that displays detailed system information for macOS and Linux systems with a beautiful colored output.
-
🖥️ System Information
- Operating System details
- Kernel version
- Hostname
- Machine architecture
- Current user
-
💾 Memory Statistics
- Total RAM
- Used RAM (with percentage)
- Free RAM
- System uptime
- Number of processors (macOS)
-
🌐 Network Information
- Network interfaces with IP addresses
- Default gateway (macOS)
- GCC compiler
- Make
- Clone the repository:
git clone https://github.com/yourusername/mysys.git
cd mysys- Build the project:
make- Install system-wide (optional):
sudo make installSimply run the command:
mysys- ✅ macOS (Full support)
- ✅ Linux (Basic support)
- ❌ Windows (Not supported)
The project uses a simple Makefile system:
make- Builds the executablemake install- Installs to /usr/local/binmake clean- Removes built files
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Your Name - GitHub Profile
