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.