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 🥚🥚🥚
compilepeace/WEBSERVER_EXPLOIT
This repository contains exploit to the webserver from the NETWORK_PROGRAMS repository.
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.
ScottN13/boxpyShell
my own shell with python
John-Leitch/DamselflyShell
A lightweight custom shell for Windows.
SuddenlyPineapple/sexyOS
sexyOS is prototypical basic C++ terminal operating system made as a final project for Operating System at Poznan University of Technology
ItsThatOneJack-Dev/CPPS
C++S, a work in progress novelty shell written in C++ code by a newbie to the language.
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.
kostakis/Linux-Shell
A simple linux C++ shell
Prakhar824/concurrent-shell
this repo contains the shell which is similar to other linux shells but will be able to run the commands concurrently
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.
Banu-Prasanth-Pulicharla/custom-shell-creation
This shell will help one learn about processes and basic process management in a shell.
Monksc/ishell
It's an improvement to any shell.
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.
Quicksilver-Division/Webtop-4
A Web Desktop! Open-Source, and Self-Hostable.
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
aelaraby6/Bash-Elbalad
A simple linux shell project.
AlanLuu/alsh
My implementation of a UNIX shell in C
Asko7779/asko-shell
One of the first versions, still doesnt work properly and will get updated soon
Demido-Ltd/shell
Hub interface for managing and updating all Demido services.
jean0t/my-own-shell
custom shell with simple commands and cross compatibility to windows and linux
Sergio00166/OEPWS
A try to make a windows shell
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.
SHUBHAMSHARMA0711/CSE231-Operating-Systems-Assignments
Assignments Completed during CSE231:Operating Systems Course in IIITD during Monsoon 2022 Semester. Professor: Arani Bhattacharya
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.
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.
Ukhang/my-shell
This is a custom shell built in TypeScript that mimics a command-line interface.
ANONYMOUSx46/C_Kali_Shell
My very first Kali inspired Shell built with C
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.
CKShetty4/ShellCommander
A custom C++ shell with support for basic commands, piping, redirection, background tasks, and signal handling
damlakayikci/dash
The Damla Shell
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.
fahim-foysal-097/QuantumShell
A simple command-line shell.
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.
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.