There are 1 repository under custom-shell topic.
A custom bash-like shell written in C for the Operating Systems course at UniTN. Team TreUova 🥚🥚🥚
This repository contains exploit to the webserver from the NETWORK_PROGRAMS repository.
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.
A lightweight custom shell for Windows.
sexyOS is prototypical basic C++ terminal operating system made as a final project for Operating System at Poznan University of Technology
C++S, a work in progress novelty shell written in C++ code by a newbie to the language.
A custom Unix shell implemented in C, featuring piping, redirection, command history, and process management. Built to explore system-level programming concepts.
A simple linux C++ shell
this repo contains the shell which is similar to other linux shells but will be able to run the commands concurrently
Run UWP apps (e.g. ImmersiveControlPanel / System Settings) under Windows custom shells (e.g. BBLean)
Implementing a basic Unix shell with essential functionalities, such as handling commands, managing processes, and executing programs.
This shell will help one learn about processes and basic process management in a shell.
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.
A Web Desktop! Open-Source, and Self-Hostable.
Simulate middle-button clicks using three-finger taps even under custom shells; based on github.com/emoacht/RawInput.Touchpad
A simple linux shell project.
One of the first versions, still doesnt work properly and will get updated soon
Hub interface for managing and updating all Demido services.
custom shell with simple commands and cross compatibility to windows and linux
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.
Assignments Completed during CSE231:Operating Systems Course in IIITD during Monsoon 2022 Semester. Professor: Arani Bhattacharya
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.
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.
My very first Kali inspired Shell built with C
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.
A custom C++ shell with support for basic commands, piping, redirection, background tasks, and signal handling
🦀 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.
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.
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.