Topic: "unix-shell"
smkatash/learning-practice
practice for learning different concepts of programming
Language: C - Size: 63.5 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

DhruvSrikanth/Unix-Like-Shell
A pure C implementation of a Unix-like system emulating the Bourne Again SHell.
Language: C - Size: 45.9 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

0x30c4/setup-env.json
Dynamically managing your env variables from one json file.
Language: Python - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 1

MaroIsLife/Minishell
A reimplementation of shell using C.
Language: C - Size: 7.29 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

f0lio/minishell
custom Shell from scratch inspired by Bash
Language: C - Size: 1.45 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

AndreIglesias/21sh
Development of a Unix Shell
Language: C - Size: 6.11 MB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

GesuArchive/wdbot 📦
Bot for remotely control Space Station 13 servers. Runs on Linux, using Node.js® as engine and using Discord as input.
Language: JavaScript - Size: 818 KB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

phuang1024/dog
Writes file data to stdout with syntax highlighting
Language: Python - Size: 202 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

chirag-singhal/netprog-assignments
Unix assignments done as a requirement of the Networking Programming Course (IS F462) offered at BITS Pilani.
Language: C - Size: 1.15 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

mayank-02/fsh
Fast Shell
Language: Makefile - Size: 89.8 KB - Last synced at: 6 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

switck/pandora-shar
Encrypted self-extracting Unix shell scripts
Language: Makefile - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

jonaylor89/jsh
Unix shell written in C and ported to Rust
Language: Rust - Size: 15.6 KB - Last synced at: 9 days ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

ucdavisdatalab/workshop_reproducible_research
Reader for the Reproducible Research Starter Pack workshop series.
Size: 3.91 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 1

yomazini/42cursus-Pipex
42cursus-Pipex: C program that recreates the functionality of shell pipes (|) and HereDoc (<< Del). This project focuses on inter-process communication by using fork(), pipe(), dup2(), and execve() to redirect the output of one command to the input of another, mimicking the shell command < infile cmd1 | cmd2 > outfile.
Language: C - Size: 93.8 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

bowser-2077/HessOS
The OS of the hess (SOS), join the discord!
Language: Python - Size: 4.8 MB - Last synced at: 14 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

iaceene/Minishell_42
Minishell_42 is a simplified shell program designed to mimic the behavior of a UNIX shell. It is a part of the 42 Network curriculum and is meant to help students learn about the core functionalities of shell commands, environment variables, and process management. The project involves implementing a shell from scratch
Language: C - Size: 4.53 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

SouleEater99/Minishell
About Minishell - A 42 School project implementing a simplified Bash-like shell in C This educational project dives into core systems programming by recreating shell fundamentals: Process control (fork/exec, pipes, signals) File I/O (redirections, heredoc) Memory-managed environment (zero leaks) Bash-like features with 42's strict coding stand
Language: C - Size: 5.6 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

Berryfeels/SHELL_BASH_POSIX_Replica
Designed to build a simplified version of a Unix shell with command-line interpreter.
Language: C - Size: 105 KB - Last synced at: 10 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

liocle/minishell Fork of mxafi/minishell
Developed a minimal Unix shell in C, featuring command parsing, syntax validation, pipes, redirections, and built-in commands. Emphasized modular design, error handling, and teamwork in a collaborative coding environment.
Language: C - Size: 721 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

Dahuum/Arch-linux-bluetooth-toubleshooting
Resolve Bluetooth issues on ArchLinux, errors like "No default controller available" during scans.
Size: 20.5 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

estnafinema0/RainbowShell
A custom Unix shell written in C, featuring pipes, redirections, subshells, logical operators, and background jobs with a colorful startup message.
Language: C - Size: 62.5 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

haschka/CLI-RAG
Command line tool to Interact with a llama.cpp server. Also implements a basic vector database with cosine similarity search.
Language: C - Size: 43.9 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

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: C - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

Db1zz/minishell
Unix shell with Bash syntax
Language: C - Size: 271 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

kitswas/C-shell
A shell written in C.
Language: C - Size: 706 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

oudream/hello-shell
linux shell and bash's command-line-tool help, example, hello world
Language: Shell - Size: 318 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 3

mingxoxo/minishell
Our own little bash.
Language: C - Size: 192 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

Lilien86/Minishell
Minishell is a basic Unix shell for executing commands and managing processes 🖥️
Language: C - Size: 1.18 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

matheustsa/PandorasBox
Repository containing things I already needed to research or use frequently. Each file contains the commands related to that theme.
Size: 70.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

IUseDebianBtw/Neo-ELIZA
Neo-ELIZA is a modern implementation of Eliza as Chatgpt
Language: Python - Size: 41 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

grantrostig/lib_tty
Allows for tty / keyboard / kb input on a character by character basis, also key press basis also F1 etc.
Language: C++ - Size: 330 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

josi-lima/trybe-exercises
🌱 [Full-stack Programming] Repositório contendo diversas atividades de aprendizagem desenvolvidas durante o período de 1 ano de estudos no Bootcamp Trybe, a partir de Jan/2023.
Language: JavaScript - Size: 80.9 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

qu-b/minishell
This project is part of the 42 school common core. It is a simplified shell that is meant to work like bash in most cases. The subject can be found as a pdf on this repo.
Language: C - Size: 1.5 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Nick932/brutack
Script for bruteforce attack on wi-fi
Language: Python - Size: 70.3 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

Hiro07/rrc
Return return code. Useful for checking exit codes.
Language: Roff - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

asiandallas/Unix-Shell
Project from Operating Systems (CS 433)
Language: C++ - Size: 583 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

LucaSchere/unix-shell
basic unix shell written in C.
Language: C - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

SamFu1113/Unix-programming
The material is for unix programming.
Language: C - Size: 6.71 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

cation03/kalpu
A UNIX shell written in C that can navigate the file system and execute commands.
Language: C - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

tung2389/Unix-shell
Unix shell built with C
Language: C - Size: 52.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

SCALAMBRINESOUZA/Trybe-exercises
Concepts Studied => correct use of java script with ES6 rules, working with react class and function components, use of mongo db database concepts of nodeJs and rest and restFul structures
Language: JavaScript - Size: 53.7 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

Babkock/unix 📦
Various GNU coreutils re-implemented in Rust.
Language: Rust - Size: 96.7 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

AJVelezRueda/bashathon Fork of flbulgarelli/bashathon
Bash programming play.
Language: Shell - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

ldilley/inlet
:door: A remote access service
Language: Python - Size: 29.3 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

mehanalavimajd/pudding.sh
Pudding is a package for terminal that include useful aliases for cli.
Language: Makefile - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

bennaaym/unix-shell
A basic unix shell built in C language.
Language: C - Size: 35.2 KB - Last synced at: 19 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

maxzhelezov/YAPShell
Yet Another Practicum Shell
Language: C - Size: 328 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

klmanion/dwn
Obtain filepath to the file most recently created in a directory.
Language: Shell - Size: 68.4 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

XD-OB/minishell
📜 Program a mini UNIX Command-line Interpreter
Language: C - Size: 1.65 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

nforay/minishell
L’objectif de ce projet est de créer un simple shell. Ca sera votre propre petit bash, ou zsh. Vous en apprendrez beaucoup sur les process et les file descriptors.
Language: C - Size: 323 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

krish1000/Advanced-OOP-Java-Software-Tools-C-89-
Course work on Java OOP and Software Tools with ANSI-C (89)
Language: HTML - Size: 2.44 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

ksh-community/docs
KornShell ready reference and documentation
Size: 160 KB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 3

HallerPatrick/civa 📦
Own shell implementation in Rust
Language: Rust - Size: 1.05 MB - Last synced at: 19 minutes ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

ArtemBotnev/DeveloperScripts
Scripts to help Android and Java developers
Language: Shell - Size: 21.5 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

aekanshd/mimicking-a-shell-in-c
For 5th SEM, UNIX Shell Programming, Made for PES University, 2019.
Language: C - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

Nelson-Gon/officetools
Handy bash scripts for use at the office.
Language: Shell - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

VenkateshBH99/Snake-and-Ladder-Game-using-Shell-Scripting
Language: Shell - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

tertiarycourses/UnixBashTraining
Exercise for Unix and Bash Scripting Training
Language: HTML - Size: 104 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

dwoz/microdot-shell
Micro 'dot files' management
Language: Shell - Size: 5.86 KB - Last synced at: 5 months ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

clarkzinzow/tinysh
A tiny, verbose UNIX shell.
Language: C - Size: 155 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

aboubakr-jelloulat/unixvault
Curated collection of Unix system call references, process examples, and low-level programming resources
Language: C - Size: 7.81 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

BisocM/RykeShell
RykeShell is a custom Unix shell built entirely in C++, offering users a powerful and customizable command-line experience.
Language: C++ - Size: 850 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

tigran-sargsyan-w/minishell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
Language: C - Size: 418 KB - Last synced at: 8 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 0

AlexGracia/Auto-xfce
Script que instala Xfce mínimo, paquetes, configuraciones y personalizaciones.
Language: Shell - Size: 1.77 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

Mouhlal/Nutstree
Nutstree est une plateforme e-commerce permettant aux clients d'acheter des fruits secs en ligne avec une expérience fluide et sécurisée. Le site propose une interface moderne, une gestion avancée des commandes et un système de paiement en ligne via CMI.
Language: Blade - Size: 6.6 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

s41r4j/aish
AiSH - Artificially Intelligent Shell (v0.2-beta)
Language: Python - Size: 2.76 MB - Last synced at: 9 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Abusalah0/minishell_42
a linux shell interpreter made in C, similar to bash
Language: C - Size: 52.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stastnypremysl/lsql-csv
lsql-csv is a tool for small CSV file data querying from a shell with short queries. It makes it possible to work with small CSV files like with a read-only relational databases. The tool implements a new language LSQL similar to SQL, specifically designed for working with CSV files in a shell. LSQL aims to be a more lapidary language than SQL.
Language: Haskell - Size: 2.79 MB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Dv5n/NanoShell
Simple C shell, but with many useful features!
Language: C - Size: 321 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

itsjustabavaar/oh-my-gosh
A Nasty shell written in Go
Language: Go - Size: 85 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

JopjeKnopje/megashell
Fork it
Language: C - Size: 1.83 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

OneUpWallStreet/xv6-riscv Fork of mit-pdos/xv6-riscv
xv6 -> unix like operating system
Language: C - Size: 16.9 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Nipsu24/42_minishell
Creating an own bash shell
Language: C - Size: 641 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

nuhll-01/myshell-V2
A streamlined, limited-functionality UNIX/Linux shell.
Language: C - Size: 12.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ndunnett/crsh
Crappy Rust SHell. Basic shell written in Rust.
Language: Rust - Size: 140 KB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ultra-bugs/sh-repo
Zuko Shell Scripts Repository - fast , instally automation Unix shell script
Language: Shell - Size: 112 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 3

joanmontas/J-Shell
Unix Like Shell From Scratch
Language: C - Size: 112 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

zzampax/cli-temperature-monitor-nvidia
Simple Python implementation of a Linux based temperature monitor script (build for NVIDIA GPU) that periodically fetches temps and their deltas compared to previous iterations.
Language: Python - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

GCABC123/MAGNETRON-CYBERSECURITY-snort3 Fork of snort3/snort3
✭ MAGNETRON ™ ✭: SNORT is a Network Intrusion Prevention & Detection System authentication tool. This repository is for MAGNETRON ™ Network (CloudNet) Security & Automated Network (CloudNet) Cybersecurity.
Language: C++ - Size: 82 MB - Last synced at: 3 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

WandersonSoares00/osh
osh is a Unix-like shell
Language: C - Size: 52.7 KB - Last synced at: 7 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

zzampax/catppuccin-cli-color-picker
Simple script that helps to develop applications using the Catppuccin Color Theme by giving a CLI fuzzy finder to copy individual #HEXs to clipboard
Language: Shell - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

notkartikye/unix-shell
🧵 Linux/Unix Shell Implementation using C Multithreading
Language: C - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

jpilkahn/config
*nix user config
Language: Shell - Size: 171 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Anoonaa/simple_shell
Unix Command Interpreter for ALX Software Engineering Sprint Final
Language: C - Size: 918 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

jerryc05/Stupid-Unix-Shell
A simple Unix Shell (simulator) written in C.
Language: C - Size: 47.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

b-jure/ashe
UNIX async shell
Language: C - Size: 715 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

alexander-lamdan/shell_scripting_projects
My Shell Scripting projects for fun that I do
Language: Shell - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Yakiyo/rat
Making a cat clone for learning purposes
Language: Go - Size: 29.3 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

gowthamrajk/UNIX-LINUX-Reference-Guide
In This module, I will be adding some Basic UNIX commands and its reference guide to kick start with the UNIX Operating System easier and some useful tutorial References.
Size: 10.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

AbdelmajidLh/bash_unix_git
Commandes de base pour Linux, bash et gitbash
Language: Shell - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mehradi-github/ref-shell
Essential Shell scripting for developers
Size: 40 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

GiuseppeCesarano/newtpp
Create terminal user interfaces (TUI) with ease and fast
Language: C++ - Size: 103 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ajayagrawalgit/LVManage
A One Stop - Open Source LVM Command Line Utility
Language: Shell - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

dr8co/bush
A simple UNIX command interpreter.
Language: C - Size: 4.69 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AEmreEser/clarm-cli
Alarm script for the bash command line
Language: Shell - Size: 1.68 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

stberryhill/Bulwark
A much-needed ncurses alternative
Language: C - Size: 131 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

iLucasPires/pipex
Pipex is a 42 school project that involves simulating the functionality of the shell pipeline feature using C programming. The program reads input from a file, performs operations on the data, and writes the output to a file. The project requires an understanding of file descriptors, processes, and how to set up inter-process communication between
Language: C - Size: 91.8 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

NewGit1999/simple_shell
Alx team project
Language: C - Size: 57.6 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

vekt0R-HUB/nautilus
A C shell with multipiping and input/output redirection
Language: C - Size: 37.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

mohamedhassan279/Shell
A UNIX shell program in C language, can execute commands with or without arguments such as ls, cp, ...etc, and other built-in commands such as cd, export, echo, and exit.
Language: C - Size: 45.9 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
