Skip to content

maxcoder-dev/Maksh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Maksh - My First C++ Terminal

About

Maksh is my first C++ project — a simple terminal for basic tasks.
It’s designed to help beginners understand input/output, loops, and basic commands in C++.
Sometimes it even improves itself with new features! 😎

Features

  • Custom commands: hi, lol, whoami, help, exit, info, echo
  • Infinite loop until user decides to quit
  • Simple and clean terminal interface
  • Beginner-friendly and easy to understand

How to Use

  1. Clone the repository:
    git clone https://github.com/maxcoder-dev/maksh.git
    
  2. Compile the project:
    g++ main.cpp -o maksh       # on Linux/Mac
    g++ main.cpp -o maksh.exe   # on Windows
    
  3. Run the terminal: ./maksh

Everything is ready!

About

My first c++ project. Simple terminal for basic tasks. Sometimes it improves :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages