An open API service indexing awesome lists of open source software.

Shell

A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.

https://github.com/tyler-tee/atomic-red-team-automation

Multiplatform scripts used to orchestrate the setup and execution of atomic red team.

atomic-red-team bash jamf mdm powershell red-team shell

Last synced: 17 Apr 2026

https://github.com/gabrieldiem/shell

A bash-like shell implementation in C11 (plus POSIX.1-2008) using Linux syscalls, with built-in commands and IO redirection with pipes

7508 c c11 clang fiuba io-redirection linux pipes posix shell

Last synced: 17 Apr 2026

https://github.com/mathusanm6/job-control-shell-emulator

A compact, C-developed shell emulator with advanced job control and system call integration, optimised for Linux environments.

bash c job-control linux low-level-programming shell shell-emulator

Last synced: 02 Apr 2026

https://github.com/prajjwal1/dotfiles

Shell config

bash dotfiles shell vim zsh

Last synced: 02 Apr 2026

https://github.com/michaelilkanayev1997/shell

Custom command shell

c pipe shell

Last synced: 17 Apr 2026

https://github.com/cmacrae/poke

A stupid simple notifier

golang json push-notifications pushover shell utility yaml

Last synced: 30 Apr 2026

https://github.com/bkopysc/simpletimelapsepi

Simple timelapse application for Raspberry Pi with camera module

camera picamera2 python raspberry-pi shell timelapse

Last synced: 17 Apr 2026

https://github.com/p6m7g8-dotfiles/p6common

P6 Dotfiles: POSIX.2 Common utility functions for shell scripting

bash cli common p6 p6m7g8 sh shell terminal zsh

Last synced: 06 Apr 2026

https://github.com/watcol/tish

Typed Interactive SHell

shell typed utility

Last synced: 17 Apr 2026

https://github.com/tibcosoftware/ibi-webfocus-ce

Examples, Demonstrations, and Practical Guides for IBI WebFOCUS Container Edition

aks containerd docker eks gke helm helmfile ibi ingress kubernetes linux shell tibco webfocus

Last synced: 17 Apr 2026

https://github.com/ardnew/gosh

Stupid fast and sassy shell integration for Go

ast bash command-line go go-library go-tools golang parser shell zsh

Last synced: 03 Apr 2026

https://github.com/termlibs/json.sh

Pure bash json lib

bash json json-parser shell shell-script

Last synced: 17 Apr 2026

https://github.com/alexmasterov/psysh-bundle

Bundle to integrate REPL PsySH with Symfony projects

debugger repl shell symfony symfony-bundle

Last synced: 17 Apr 2026

https://github.com/ygor-sena/42sp-piscine

This repository contains all files and codes created during 42's Piscine in São Paulo, Brazil between April 4 and April 22, 2022.

42 42basecamp 42piscine 42saopaulo 42school 42sp ansi-c c ecole42 shell

Last synced: 17 Apr 2026

https://github.com/pegasusmetasec/pegasus-shelbackdor

Pegasus ShellBackdoor | Advanced Web Shell Manager | Backdoor Generator | PHP/ASP/Python Shells | Red Team Tool 🔓

shell shell-script shell-scripts

Last synced: 17 Apr 2026

https://github.com/just5ky/.dotfiles

Personal customization files used on Windows and Linux experience.

personalization powershell shell starship

Last synced: 17 Apr 2026

https://github.com/asdo92/packelf-appimage

Pack elf binary and it's dependencies into standalone executable using appimagetool.

binary elf executable linux pack shell static

Last synced: 17 Apr 2026

https://github.com/chrisbo246/bash-suite

A bash script pack to perform common tasks directly from a menu.

bash bash-alias bash-script shell

Last synced: 17 Apr 2026

https://github.com/k-sel/todolistphp

Todolist application developped in PHP with a MySQL DB running on a Azure VM. This project brought us knowledge in application deployement using linux and ssh

azure devops linux php shell

Last synced: 17 Apr 2026

https://github.com/jamesponddotco/gosh

[READ-ONLY] Simple, fast, and lightweight shell prompt written in Go.

bash bash-prompt command-line go golang shell

Last synced: 17 Apr 2026

https://github.com/bl00mguy/operational-systems-itmo

Курс Операционных систем

bash centos linux mint operation-systems shell

Last synced: 17 Apr 2026

https://github.com/unkn0wnn4m3/dotfiles

Configuration files

dotfiles fish-shell powershell shell zsh

Last synced: 17 Apr 2026

https://github.com/vascoalramos/dotfiles

Scripts to simplify setting up new machines of mine

bash-script dotfiles shell zsh

Last synced: 17 Apr 2026

https://github.com/rodrigo-gmtransporterp/automation-scripts

This repository contains a collection of shell scripts designed for automating common server management and deployment tasks.

bash powershell shell

Last synced: 17 Apr 2026

https://github.com/garywill/bash-edit-cnblogs-metaweblog

博客园已发文章批量编辑更新 Bash script to use MetaWeblog API to edit (update) posts with local .md files

api bash cnblogs curl edit-post metaweblog script shell terminal xml-rpc

Last synced: 17 Apr 2026

https://github.com/maluramichael/love-distribution-script

Basic scripts to create shareable love2d applications

distribute gamedev indie-gaming love2d lua osx script shell

Last synced: 17 Apr 2026

https://github.com/fijimunkii/ssh-canary

A shell script to alert ssh connections. Get notified whenever someone ssh's in

alert linux notify osh security sh shell ssh sshd

Last synced: 17 Apr 2026

https://github.com/alexdremov/backupbash

Creating backups for specific extension only

backup bash shell

Last synced: 17 Apr 2026

https://github.com/oandrew/unhang

unhang: A reliable escape hatch for hung CLI applications. Press ^] three times to forcefully terminate locked commands (like VMs or SSH sessions) and unstick your terminal.

cli shell tui

Last synced: 04 Jun 2026

https://github.com/akashchouhan16/shell-cheatsheet

Implementation-based Shell scripts and Scheduling Algorithms cpp codes.

bash cplusplus shell shell-scripts

Last synced: 10 May 2026

https://github.com/astrobarker/black-indent

wrapper for the Black python formatter that lets me control the indent size

linter python shell

Last synced: 18 Apr 2026

https://github.com/dakostu/dir2dirtree

Turn any directory into a dirtree for the LaTeX dirtree package

bash bash-script latex lualatex pdflatex shell shell-script

Last synced: 18 Apr 2026

https://github.com/rvojcik/kube-shell

Shell function for Kubernetes clusters. Fast way to work with kubernetes contexts, namespaces and multiple contexts in many shells. Work on multiple clusters at once

bash k8s kubectl kubernetes shell

Last synced: 18 Apr 2026

https://github.com/big-shahmir/mini-bash

A minimal shell implementation designed to support basic shell functionality, including executing built-in commands, handling user input, and managing processes. This project is an educational exercise to understand how shells work at the system level.

bash c script shell

Last synced: 18 Apr 2026

https://github.com/tboy1337/install-uninstall-git-linux

Simple BASH scripts to automate the installation/updating and uninstallation of Git on Linux and Mac systems.

automatic bash bash-scripting cmdline downloader git install installer linux mac macos shell silent uninstall uninstaller

Last synced: 04 Apr 2026

https://github.com/walderlansena/docker-symfony-help

Tool for help with docker commands console

bash docker linux shell symfony4 windows

Last synced: 04 Apr 2026

https://github.com/ilyashirko/e-diary_edit

the script for editing student's marks and comments in e-diary via shell

django python shell

Last synced: 04 Apr 2026

https://github.com/fyxme/dreamcatcher

Dreamcatcher combines a TCP listener (eg. reverse shell listener) and an HTTP file server (ie. similar to python SimpleHTTPServer).

fileserver listener shell tcp-server weblistener

Last synced: 18 Apr 2026

https://github.com/tamada/gixor

Git Ignore Managenement System for Multiple Repositories.

cli command-line-tool git gitignore gitignore-files gitignore-generator gitignore-templates shell

Last synced: 18 Apr 2026

https://github.com/pejmancommits/notes

notes about informative stuff

database devops linux postgresql programming shell

Last synced: 04 Apr 2026

https://github.com/lmihailovic/.bin

My .bin directory, containing various shell scripts I wrote for my needs

bash-script bash-scripting sh shell shell-script shell-scripting shell-scripts shellscript zsh

Last synced: 18 Apr 2026

https://github.com/julgitt/shell

My Shell implementation in C

c python school shell university

Last synced: 18 Apr 2026

https://github.com/yehezkiel1086/docker-kubernetes-stuffs

📖 Docker and k8s notes, scripts, small projects and solutions

docker kubernetes linux microservices shell

Last synced: 18 Apr 2026

https://github.com/ziyifast/gum

Switch Git identities in one command. Like nvm, but for Git.

bash cli command-line developer-tools git git-config productivity shell ssh

Last synced: 04 Jun 2026

https://github.com/vroncevic/gen_sh_mod

Generate shell module script for sh_util

bash bsd development freebsd generator linux macos module modules qnx shell unix

Last synced: 18 Apr 2026

https://github.com/cmhkuot/dotfiles

My personal dotfiles

brew dotfiles homebrew macos oh-my-zsh omz shell zsh

Last synced: 05 Apr 2026

https://github.com/lyonese/dashboard-server

This is a lightweight, custom-built monitoring interface designed for a home server running Debian 32-bit on an Intel Atom processor. It's optimized for a 10.1" display with a resolution of 1024x600 and provides real-time insights into system performance and service availability

apache2 css dashboard debian home-server homelab html javascript monitoring-server php shell weather website

Last synced: 05 Apr 2026

https://github.com/ryanpz/dotfiles

my dotfiles

dotfiles linux neovim shell

Last synced: 05 Apr 2026

https://github.com/clustmart/winlayout

Save and restore macOS window layouts from the command line — no background service, no subscription.

applescript bash cli macos productivity shell window-manager

Last synced: 04 Jun 2026

https://github.com/adoyle-h/lookup.sh

Look up project directory based on a locator file. Never write ../../ relative path format.

bash lookup shell

Last synced: 18 Apr 2026

https://github.com/barcek/clag

cool bins | cloud resource tag generator | output for infrastructure-as-code | command line tool | Bash

bash cloud command-line-tool devops dx infrastructure-as-code shell terraform

Last synced: 18 Apr 2026

https://github.com/leesmith/dotfiles

Personal Dotfiles and Configuration

bash dotfiles shell

Last synced: 18 Apr 2026

https://github.com/kernix13/bash-shell-scripts

Notes and examples on Shell, SSH, and Command Line commands and code.

bash command-line shell ssh

Last synced: 18 Apr 2026

https://github.com/axorax/pyshcalc

Super simple shell calculator tool

calculator python python-calculator python-shell shell

Last synced: 18 Apr 2026

https://github.com/lehmax/dotfiles

💾 backup my dotfiles

config dotfiles shell zsh

Last synced: 19 Apr 2026

https://github.com/mikeludemann/kotlin-install-script

Installing Kotlin with bash

bash kotlin sdkman shell

Last synced: 19 Apr 2026

https://github.com/aquilax/rundo

Simple local workspace scripts runner

shell task-runner

Last synced: 19 Apr 2026

https://github.com/thenoobinventor/mkdocs_template

This bash script is used to create a markdown documentation template for any project using MkDocs and the material theme.

bash-script documentation github-pages mkdocs shell

Last synced: 19 Apr 2026

https://github.com/nicolay-r/bulk-chain-shell

Shell client 📺 for shema-based reasoning 🧠 over your data via custom LLM provider 🌌

bulk chain-of-thought cot declarative gpt inference llm pipeline reasoning shell sqlite3 ui

Last synced: 19 Apr 2026

https://github.com/nberlette/codespace-dotfiles

Opinionated dotfiles for automated config of new GitHub Codespaces

bash bash-profile bashrc codespaces codespaces-dotfiles configuration-files dotfiles dotfiles-linux shell starship

Last synced: 19 Apr 2026

https://github.com/hahnlee/dotfiles

:heart: local (development) settings as code

dotfiles macos shell vim

Last synced: 19 Apr 2026

https://github.com/fussyrabbit/dotfiles

My personal dotfiles

dotfiles nvim shell tmux

Last synced: 19 Apr 2026

https://github.com/ayeshamk23/minishell

minishell is a basic UNIX shell written in C that supports command execution, pipes, redirections, and environment variables.

environment-variables fork minishell parser pipe redirection shell terminal unix

Last synced: 20 Apr 2026

https://github.com/kristiyanvachev/os

Operating Systems course at Sofia University

c fmi linux operating os shell systems unix

Last synced: 20 Apr 2026

https://github.com/andreakiro/homebrew-arxiv2latex

Download latex source code of arXiv files with a shell script or Homebrew tap

arxiv latex shell

Last synced: 20 Apr 2026

https://github.com/cs-magic-open/codebase-sh

A decent collection of generally-used scripts.

bash git oh-my-zsh shell tmux zsh

Last synced: 20 Apr 2026

https://github.com/opencodeco/ctl

🐚 A template for Command Line Applications using plain-old Shell Script.

bash cli console ctl hacktoberfest script shell terminal

Last synced: 20 Apr 2026

https://github.com/simonlammer/services

Various service configurations, mostly docker-compose

docker hacktoberfest shell

Last synced: 20 Apr 2026

https://github.com/qianlongo/shell-notes

shell笔记

shell

Last synced: 04 Jun 2026

https://github.com/hemanthsaikumarbethapudi/create-an-external-client-app-using-metadata-api

This project demonstrates how to create an External Client App in Salesforce using the Metadata API. It automates the setup process with Salesforce CLI, Visual Studio Code, and SFDX Project, enabling seamless deployment and OAuth 2.0 integration.

api javascript salesforce shell

Last synced: 04 Jun 2026

https://github.com/mikeludemann/coffeescript-install-script

Installing CoffeeScript with bash

bash coffeescript shell

Last synced: 20 Apr 2026

https://github.com/adambala/homemade-unix-commands

My simple implementations of some Unix commands made to practice C language.

c-lang c-language shell shell-commands unix unix-command

Last synced: 20 Apr 2026