custom-shell

There are 41 repositories under custom-shell topic.

  • AlexSartori/custom-shell

    A custom bash-like shell written in C for the Operating Systems course at UniTN. Team TreUova 🥚🥚🥚

    Language:C7101
  • compilepeace/WEBSERVER_EXPLOIT

    This repository contains exploit to the webserver from the NETWORK_PROGRAMS repository.

    Language:C6005
  • MinightDev/simple_shell

    A custom shell implemented in C that supports executing commands, handling environment variables, and built-in commands like setenv, unsetenv, exit, and echo. It provides a basic interactive shell interface where you can enter commands and receive output.

    Language:C5100
  • ScottN13/boxpyShell

    my own shell with python

    Language:Python52101
  • John-Leitch/DamselflyShell

    A lightweight custom shell for Windows.

    Language:C#4201
  • SuddenlyPineapple/sexyOS

    sexyOS is prototypical basic C++ terminal operating system made as a final project for Operating System at Poznan University of Technology

    Language:C++4513
  • ItsThatOneJack-Dev/CPPS

    C++S, a work in progress novelty shell written in C++ code by a newbie to the language.

    Language:C++3100
  • SrujayReddy/Custom-Unix-Shell

    A custom Unix shell implemented in C, featuring piping, redirection, command history, and process management. Built to explore system-level programming concepts.

    Language:C3100
  • kostakis/Linux-Shell

    A simple linux C++ shell

    Language:C++2101
  • Prakhar824/concurrent-shell

    this repo contains the shell which is similar to other linux shells but will be able to run the commands concurrently

    Language:C2302
  • a-l-r1/proj.run-uwp-apps-with-windows-custom-shell

    Run UWP apps (e.g. ImmersiveControlPanel / System Settings) under Windows custom shells (e.g. BBLean)

  • alx-sch/minishell

    Implementing a basic Unix shell with essential functionalities, such as handling commands, managing processes, and executing programs.

    Language:C11
  • Banu-Prasanth-Pulicharla/custom-shell-creation

    This shell will help one learn about processes and basic process management in a shell.

    Language:C1100
  • Monksc/ishell

    It's an improvement to any shell.

    Language:C1100
  • Nikhil190804/SimpleShell-And-Scheduler-In-C

    This is a simple shell and scheduler built in C language. Simple Shell provides the user with a command line interface to submit jobs (processes) and then after certain time scheduler runs those jobs in a round robin fashion.

    Language:C1101
  • Webtop-4

    Quicksilver-Division/Webtop-4

    A Web Desktop! Open-Source, and Self-Hostable.

    Language:HTML1
  • a-l-r1/windows-custom-shell-three-finger-tap-enabler

    Simulate middle-button clicks using three-finger taps even under custom shells; based on github.com/emoacht/RawInput.Touchpad

    Language:C#0000
  • aelaraby6/Bash-Elbalad

    A simple linux shell project.

    Language:C++0000
  • AlanLuu/alsh

    My implementation of a UNIX shell in C

    Language:C0100
  • Asko7779/asko-shell

    One of the first versions, still doesnt work properly and will get updated soon

    Language:Rust0100
  • shell

    Demido-Ltd/shell

    Hub interface for managing and updating all Demido services.

    Language:TypeScript00
  • jean0t/my-own-shell

    custom shell with simple commands and cross compatibility to windows and linux

    Language:Go0100
  • Sergio00166/OEPWS

    A try to make a windows shell

    Language:Python0100
  • SHUBHAMSHARMA-0711/Custom-Unix-Linux-Shell

    Custom Unix/Linux Shell, I developed as part of an Operating Systems course Assignment at IIITD. All Commands are implemented using both the fork system call and pthreads.

    Language:C0100
  • SHUBHAMSHARMA0711/CSE231-Operating-Systems-Assignments

    Assignments Completed during CSE231:Operating Systems Course in IIITD during Monsoon 2022 Semester. Professor: Arani Bhattacharya

    Language:C0100
  • SHUBHAMSHARMA0711/Custom-Unix-Linux-Shell

    Custom Unix/Linux Shell, I developed as part of an Operating Systems course Assignment at IIITD. All Commands are implemented using both the fork system call and pthreads.

    Language:C0100
  • TanakAiko/0-shell

    A lightweight Unix-like shell implementation in Rust with built-in commands (echo, cd, pwd, cat, cp, mv, mkdir). Educational project for learning systems programming and shell internals.

    Language:Rust00
  • Ukhang/my-shell

    This is a custom shell built in TypeScript that mimics a command-line interface.

    Language:TypeScript00
  • ANONYMOUSx46/C_Kali_Shell

    My very first Kali inspired Shell built with C

    Language:C00
  • anubhav-auth/rush

    Rush is a lightweight, custom-built shell in Rust that supports basic shell operations, command execution, directory navigation, and piping between commands. It features a custom command parser, dynamic prompt updates, and error handling, making it a minimal yet functional alternative shell for learning and experimentation.

    Language:Rust10
  • CKShetty4/ShellCommander

    A custom C++ shell with support for basic commands, piping, redirection, background tasks, and signal handling

    Language:C++10
  • damlakayikci/dash

    The Damla Shell

    Language:C10
  • elysiumor/didactic-system

    🦀 A customizable Rust-powered command-line shell with alias support, Git branch awareness, colorful directory listing, and built-in commands for a personalized terminal experience.

    Language:Rust10
  • fahim-foysal-097/QuantumShell

    A simple command-line shell.

    Language:C
  • RamezHas/shell

    A Simple Shell v1.5 is a basic shell implementation in C. It supports executing commands and parsing user input in a Unix-like environment.

    Language:C
  • virtualISP/Simple-C-Shell

    A Unix-like shell implemented in C, featuring essential file operations, command history, and undo functionalities. Built with efficient data structures like linked lists and stacks.

    Language:C