A centralized, comprehensive collection of essential commands and references for various Operating Systems and development tools. This project is designed for quick access to command-line utilities, system administration tasks, and version control.
- Categorized Reference: Commands are organized by OS (Linux, Mac, Windows) and Tools (Git).
- Consolidated Documentation: Detailed Markdown guides for each platform with tables and descriptions.
- Security & Pentesting: Comprehensive coverage of Kali Linux tools and techniques.
- Package Management: Deep dives into
apt,pacman,brew, andpowershellcmdlets. - Shell Scripting: Dedicated resources for automation and scripting.
├── 📂 Git/
│ └── 📄 git_commands.md # Version control guide
├── 📂 Linux/
│ ├── 📂 Arch_Commands/
│ │ └── 📄 arch_commands.md # Pacman & AUR reference
│ ├── 📂 Kali_Commands/
│ │ └── 📄 kali_commands.md # Penetration testing tools
│ ├── 📂 Ubuntu_Commands/
│ │ ├── 📄 ubuntu_commands.md# APT & Systemd management
│ │ └── 📂 Shell scripting/ # Automation & bash scripts
├── 📂 Mac/
│ └── 📄 mac_commands.md # macOS terminal & Homebrew
└── 📂 Windows/
└── 📄 windows_commands.md # CMD & PowerShell reference
- Navigate: Open the folder corresponding to the OS or tool you are using.
- Reference: Open the
.mdfile to find categorized tables of commands. - Execute: Copy the commands directly into your terminal or shell environment.
- Markdown: For clean, structured, and readable documentation.
- Shell Scripting: Custom scripts for automation found in the Linux/Ubuntu section.
This repository serves as a "cheat sheet" for developers, system administrators, and students to quickly find and use cross-platform terminal commands without searching external documentation.