A custom simplified version of Unix shell.
-
Updated
Jan 29, 2022 - C
A custom simplified version of Unix 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.
A custom C++ shell with support for basic commands, piping, redirection, background tasks, and signal handling
This is a custom shell built in TypeScript that mimics a command-line interface.
Hub interface for managing and updating all Demido services.
Recreating the Tron Ares shell environment with a custom unix shell layer and Grid-inspired commands.
A simple linux shell project.
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 hand built, custom made Linux shell with history, change directory, exit, etc.
custom shell with simple commands and cross compatibility to windows and linux
A custom made shell to execute commands. Supports input/output redirection, piping, .bashrc, and environment variables. Completed for Operating Systems (CMPE320) in Spring 2021.
Assignments Completed during CSE231:Operating Systems Course in IIITD during Monsoon 2022 Semester. Professor: Arani Bhattacharya
One of the first versions, still doesnt work properly and will get updated soon
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.
custom shell written in C designed for Ubuntu 16
A try to make a windows shell
🦀 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 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.
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.
Add a description, image, and links to the custom-shell topic page so that developers can more easily learn about it.
To associate your repository with the custom-shell topic, visit your repo's landing page and select "manage topics."