Shell
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
- GitHub: https://github.com/topics/shell
- Wikipedia: https://en.wikipedia.org/wiki/Shell_script
- Created by: Glenda Schroeder
- Released: 1965
- Related Topics: bash,
- Aliases: shell-script, shell-scripts, shellscript, shellcode,
- Last updated: 2026-07-02 00:28:17 UTC
- JSON Representation
https://github.com/alireaza/lep
LEP stack (Linux, Nginx, PHP)
docker docker-compose nginx php shell
Last synced: 08 Apr 2026
https://github.com/scarlet-oni/simple-botnet
botnet that implements a DDoS attack by executing bash-commands
bash bash-script botnet cyber-security cybersecurity ddos ddos-attack-tools ddos-attacks shell shell-script
Last synced: 02 May 2026
https://github.com/hakerdefo/perlis-says
Random quote in your terminal from Alan Perlis's Epigrams on Programming
bash linux motd motd-message quotes shell terminal
Last synced: 05 May 2026
https://github.com/walles/vpixsh
A bash compatible shell (unlike fish) which interactive nicities (unlike bash)
Last synced: 05 May 2026
https://github.com/zun-liang/fcc-number-guessing-game
Solution to freeCodeCamp Project Build a Number Guessing Game
Last synced: 05 May 2026
https://gitlab.com/dpremy/dot-zsh
Personal zsh configuration files managed by dotfiler.
bsd dot-files linux shell unix zsh zsh-configuration zshrc
Last synced: 05 May 2026
https://github.com/blazejjanus/myscripts
Repository for my shell scripts
bash shell shell-script shell-scripts
Last synced: 10 May 2026
https://github.com/paladitya/oslab
Codes for Operating Systems Lab in 5th Semester
buddy-algorithm chat-application filesystem-library process-synchronization scheduling-algorithm shell
Last synced: 11 Jun 2026
https://github.com/deonvz/bypasspaywall
Bypass paywalls with CURL to get a downloaded version of the fullpage content
bash bash-script curl linux paywall paywall-bypasser script shell
Last synced: 05 May 2026
https://github.com/benchesh/sourcefr
Source from Repo: Execute a script from a remote git repo in the current shell
bash bashrc shell shell-script shellscript zsh zshrc
Last synced: 05 May 2026
https://github.com/zekfad/server-setup
Initial server setup scripts and configs.
server setup setup-script shell
Last synced: 10 Jun 2026
https://github.com/agarwalvishal/verifycopy
A lightweight shell script to verify successful file and folder copies by comparing path, size, and optional timestamps.
backup copy-validation file-check macos shell utility verification zsh
Last synced: 05 May 2026
https://github.com/digimortl/ftrace
Simple ftrace'ing script
bash bash-scripting debug debugging ftrace graph linux linux-debugging linux-kernel shell shell-scripting tracing
Last synced: 13 Apr 2026
https://github.com/quving/kubefreezer
Freezes the running kubernetes cluster into local yaml manifests.
backup docker kubernetes shell yml-files
Last synced: 19 Apr 2026
https://github.com/aaron-22766/42_minishell
Create a simple shell program, inspired by bash (team project)
42 42-minishell 42born2code 42cursus 42projects 42school bash c shell
Last synced: 06 May 2026
https://github.com/gufranco/tmux-scroll-revamped
Smart tmux mouse wheel: scroll vim/less/htop directly, copy-mode everywhere else. Native regex routing on tmux 3.1+, no process-tree walk, no per-event fork. 95%+ tested
bash copy-mode dotfiles mouse productivity scroll shell terminal tmux tmux-plugin tpm wheel
Last synced: 24 Jun 2026
https://github.com/max-tonny8/chat-general
A cat pictures messaging application
datadog gulp html javascript nodejs shell vue
Last synced: 05 Mar 2025
https://github.com/claudio-code/java_import_certtificates
:key: It script import certificates .crt or .der to cacerts in java path.
Last synced: 12 May 2026
https://github.com/kingsolomon1954/ksl-bash-lib
A library of re-usable bash functions
bash bash-scripting library shell terminal
Last synced: 03 Feb 2026
https://github.com/alfredomartins/email-scheduler
Automates the process of sending scheduled emails using a Python script.
Last synced: 06 May 2026
https://github.com/gabrieldiem/shell-with-history
A bash-like shell implementation in C11 (plus POSIX.1-2008) using Linux syscalls, with command history, built-in commands and IO redirection with pipes
7508 c c11 clang fiuba io-redirection linux pipes posix shell shell-history
Last synced: 06 May 2026
https://github.com/gabsedits/eisfores
Powerful script that gets all the contributors across a organization
commits contributors github-tools list markdown organization-wide scripts shell shell-scripts
Last synced: 21 May 2026
https://github.com/schulle4u/ttcontrol
Controls multiple server instances of the TeamTalk voice conferencing software.
Last synced: 06 May 2026
https://github.com/salehshahverdiyev/holbertonschool-simple_shell
Simple Shell project
bash bash-scripting c cprogramming cprogramming-language shell shell-scripting terminal-based vim
Last synced: 17 Apr 2026
https://github.com/maina-0/terminal
Setting up Alacritty,Fish and Nerd Font in Fedora.
alacritty cascadia-code-nf colorscripts fedora fish nerdfonts shell shellcolorscripts
Last synced: 13 May 2026
https://github.com/blankscreen-exe/shell-show
An image viewer in terminal
image-processing pillow pixel-art pyhton3 python shell terminal terminal-app
Last synced: 06 May 2026
https://github.com/phatnguyenuit/bash-scripts
Bash scripts from basic to advanced
Last synced: 06 May 2026
https://github.com/gufranco/tmux-pomodoro-revamped
A Pomodoro timer in the tmux status bar with zero temp files: the work/break timeline is pure math over a start epoch, all state in tmux options. Pause/resume, notifications, 95%+ tested
bash dotfiles focus pomodoro productivity shell status-bar timer tmux tmux-plugin tpm
Last synced: 24 Jun 2026
https://github.com/gufranco/tmux-git-revamped
Per-pane git status for tmux: branch, changes, ahead/behind, stash, and provider PR/issue counts. Non-blocking, no temp files, 95%+ tested
bash branch dotfiles git git-status shell status-bar statusline terminal tmux tmux-plugin tpm vcs
Last synced: 24 Jun 2026
https://github.com/armemius/minishell
Miniature shell implementation for Linux
Last synced: 25 Oct 2025
https://github.com/syssos/simple_shell
This Shell was written in C, and used as a learning method to better understand how a Linux based shell operates.
Last synced: 06 May 2026
https://github.com/iaceene/minishell-parser
This repository contains the parsing module for a custom Minishell implementation in C. The parser processes user input, tokenizes commands, handles operators (pipes, redirections, etc.), and structures the data for execution. Designed to be efficient and modular, this parser serves as the foundation for command execution in a shell environment.
42minishell 42project 42school bash bash-parser c-programming command-line custom-shell minishell minishell-42 minishell-project shell shell-interpreter shell-scripting terminal unix-shell
Last synced: 06 May 2026
https://github.com/brazdongoodwin/devopsfromzero
Documentation for the journey from DevOps Junior to Lead DevOps Engineer by reading and doing.
bash devops git learning learning-by-doing linux shell
Last synced: 06 May 2026
https://github.com/sdi2000182/c-shell
Implementation of a fully functional shell in C with support for various features like aliases, history, external variables, directory navigation (cd, pwd), exit, signal handling, pipes, redirection, background execution, and wildcards
Last synced: 06 May 2026
https://github.com/gregorykogan/dotfiles
My ArchLinux/MacOS configuration files
alacritty-config arch-linux configuration configuration-management dotfiles homebrew hyprland hyprland-config linux macos neovim-config neovim-dotfiles qtile-config rofi-config shell universal-home-builder unixporn wallpapers zsh zsh-configuration
Last synced: 08 Apr 2026
https://github.com/benniemosher/dotfiles-mac
🍎 An easy-to-recreate MacOS setup for software development, via Homebrew and some config files.
Last synced: 10 May 2026
https://github.com/scaraux/42sh
📟 Bash like Shell developed during my second year of studies, in C.
Last synced: 07 May 2026
https://github.com/sowrensen/lordcommander
A python program to run a shell command recursively through multiple specified directories
bitbucket github project-management shell shell-commands
Last synced: 07 May 2026
https://github.com/veracioux/shdocker
Don't repeat your Dockerfiles
bash docker shell template-engine
Last synced: 24 Dec 2025
https://github.com/smtkanchana66/linux-file-management-system-shell-script
Linux file management (shell/bash)
bash bash-script bash-scripting filemanagemet linux shell shell-script shell-scripting shell-scripts
Last synced: 07 May 2026
https://github.com/shanec-/pi-fan-control
Raspberry Pi Fan Control (Bash + Cron)
Last synced: 07 May 2026
https://github.com/zentrocdot/artificial-intelligence-tools
Repository for artificial intelligence tools
ai automatic1111 bash easydiffusion python python3 shell stablediffusion tools
Last synced: 07 May 2026
https://github.com/mstrazds/nginx-php7
A Nginx + PHP 7.2 (FPM) base container. Builds upon on the excellent phusion/baseimage-docker container.
baseimage-docker docker nginx php php-fpm php72 phusion shell
Last synced: 07 May 2026
https://github.com/thiagoneye/course-shell_script
Shell Script Studies.
bash linux shell shell-script terminal ubuntu
Last synced: 07 May 2026
https://github.com/hansalemaos/interactiveshellsubproc
Interactive subprocess Instances for cmd.exe, powershell.exe, adb.exe, bash.exe without deadlocks
adb bash bidirectional cmd mysys2 powershell shell subprocess
Last synced: 07 May 2026
https://github.com/berserk-23115/gpu-specialisation-capstone
GPU Programming Specialisation Capstone Project submission by Anushk Kumar
cpp17 cuda-kernels cuda-programming docker filters gpu-programming makefile nvidia shell signal-processing video-processing
Last synced: 07 May 2026
https://github.com/cactichameleon9/prism-library-book-renew-script
An renew script for librarymanagementcloud's prism online library
automation bash book-library book-library-app curl script sh shell shell-script shell-scripting shellscript unofficial
Last synced: 07 May 2026
https://github.com/ptonelli/mcp-shell
a set of mcp tools to host on your own server with a shell and a few python helpers
Last synced: 07 May 2026
https://github.com/ju1ius/pointenv
Polyglot dotenv parser and evaluator for NodeJS
dotenv dotenv-parser nodejs posix shell
Last synced: 07 May 2026
https://github.com/nelsonmatenda/minishell
Projecto é sobre criar um simples shell. Com foco a aprender muito sobre processos e file descriptors
42cursus 42luanda 42projects bash c minishell shell
Last synced: 07 May 2026
https://github.com/dcavalei/minishell
42 minishell
42 42born2code 42lisboa bash c shell
Last synced: 07 May 2026
https://github.com/src-run/bash-bright-library
The bright-library provides a light weight collection of bash functions to enable basic console output styling.
bash bash-color bash-colors bash-script bash-scripting bash-scripts bright-library color color-formats colors console console-color console-library shell shell-script shell-scripting shell-scripts
Last synced: 07 May 2026
https://github.com/tcodes0/dbash
Declarative bash
bash declarative-programming shell
Last synced: 12 Jun 2025
https://github.com/sadham-hussian/skerl
A basic implementation of shell in C for unix/linux systems
bash implementation-of-shell shell skerl
Last synced: 14 Apr 2026
https://github.com/hritesh-saha/tw-mern-starter
Quick setup for MERN stack with React + Tailwind frontend and Express + MongoDB backend.
mern-stack shell shell-script ubuntu wsl
Last synced: 12 Oct 2025
https://github.com/nikolai2038/bash-ide-from-vs-code
Instructions and extra files on how to set up VS Code as Bash/Shell scripts IDE
bash bash-ide code extensions ide scripts shell vscode
Last synced: 09 May 2026
https://github.com/vroncevic/check_mysqldb
Checking MySQL DB
administration bash checking linux macos manager mariadb mariadb-server mysql mysql-database qnx shell unix
Last synced: 19 Jan 2026
https://github.com/mikeludemann/preact-install-script
Installing preact with bash
Last synced: 13 Apr 2026
https://github.com/devlocalhost/apple-fonts
download apple fonts for linux - based on aur PKGBUILD of apple-fonts
apple-fonts aur font linux san-francisco-font shell shell-script shell-scripting shell-scripts
Last synced: 13 Apr 2026
https://github.com/smtkanchana66/linux-internet-checker
This Bash script checks the internet connection and displays an animation based on the status.
bash bash-script bash-scripting linux linux-app linux-shell shell shell-prompt shell-script shell-scripts shellcode shellscript
Last synced: 20 Apr 2026
https://github.com/benmiller3/practical_programs_website
Project page for hosting simple but very helpful programs
Last synced: 13 Apr 2026
https://github.com/lee-r-copp/debianserver
Creates a base Debian Server for rapid testing of systems or VMs
Last synced: 21 Jan 2026
https://github.com/thornjad/gitsh
Mirror of https://gitlab.com/thornjad/gitsh
Last synced: 13 Apr 2026
https://github.com/cbdefontenay/heimdal-shell
Heimdal is a simple Shell
chat chat-application linux rust shell
Last synced: 07 May 2026
https://github.com/dmitryvasilkovw/itmo-operational-systems-labs-4-sem
bash itmo itmo-labs linux operating-system shell shell-script
Last synced: 12 Oct 2025
https://github.com/paulo-amaral/easy-letsencrypt-zimbra
Zimbra Letsencrypt SSL Renew made easy
letsencrypt letsencrypt-certificates shell shell-script shell-scripting shell-scripts ssl-certificate ssl-certificates zimbra zimbra-server
Last synced: 17 Mar 2025
https://github.com/prat555/omni-os-project
It's a 5-in-1 OS project with a simple shell, efficient process manager, smart memory allocator, user-friendly file system viewer, and a built-in calculator.
memory-allocation python3 shell
Last synced: 13 Oct 2025
https://github.com/pkej/decrypt-zipfiles-shell
Decrypt/unencrypt/unzip zipfiles by testing passwords from a list/dictionary you provide.
command-line-tool decrypt decryption shell zipfile
Last synced: 13 Oct 2025
https://github.com/vroncevic/dynamicdns
Dynamic DNS
administration bash ddclient dns dynamic-dns linux macos qnx shell unix
Last synced: 13 Apr 2026
https://github.com/vinislima/42sp_piscine_shell00
The Shell00 project at École 42 serves as a foundational introduction to basic shell scripting operations, focusing on essential terminal commands and file manipulation for programming novices.
42network 42saopaulo ecole42 shell shell-script
Last synced: 06 Jul 2025
https://github.com/enindu/common-tools
Some tools that used by me on several situations
Last synced: 07 May 2026
https://github.com/mustansirzia/config
This is basically my private space here where I store all the config and dot files that I need to sync across my computers.
chezmoi environment fish shell
Last synced: 02 Jul 2026
https://github.com/mediaexplorer74/mosaic
Experimental system shell as Metro style "echo". EN and RU local.
adaptive desktop experimental gui interface metro project-origami research rnd shell ui win10 win11 windows-11
Last synced: 13 Apr 2026
https://github.com/dougsland/bash-coding
Quick snips for coding bash based on several docs and books, enjoy!
Last synced: 14 Apr 2026
https://github.com/vagnerbellacosa/099_microsservicoscomunicacaoassincronarubyrabbitmqpratica
Microsserviços e Comunicação Assíncrona Com Ruby e RabbitMQ na Prática
digital-innovation-one dio lab mensageria microservices rabbitmq ruby script shell
Last synced: 16 May 2026
https://github.com/irvaniamirali/vagrant-dev-server
A simple Debian 12 development environment using Vagrant and a bootstrap script.
automation debian dev-env shell vag
Last synced: 14 May 2026
https://github.com/wychl/readme
note
ansible docker git golang i3wm istio javascript kubernetes mysql shell ssh
Last synced: 13 Apr 2026
https://github.com/yohanvillarp/easyrule
Herramienta interactiva para construir reglas iptables de forma sencilla y sin complicaciones.
bash cli firewall iptables linux networking shell
Last synced: 18 Apr 2026
https://github.com/herndone/cst-334-operating-systems
A course where l learned about the use and design of modern operating systems, focusing on Linux.
assembly awk c makefile operating-systems python shell
Last synced: 07 May 2026