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/benmyles/clippycli

A Go CLI utility that uses the Anthropic Claude API to generate shell commands based on natural language descriptions.

ai anthropic autocomplete claude cli console llm shell

Last synced: 26 Apr 2026

https://github.com/jean0t/linux-scripts

Scripts that I made to automate some tasks that may be help to you

bash bash-script linux shell shell-script zsh

Last synced: 06 May 2026

https://github.com/mrakcz/proxmox-backup-hook-ntfy

Proxmox backup hook notification script for ntfy

backup-script hook ntfy perl perl-script proxmox shell shell-script

Last synced: 11 Apr 2026

https://github.com/bernardhanna/matrixstack

A modern toolkit for creating a new professional WordPress project. Originally based on Roots/bedrock.

bedrock capistrano composer shell wordpress wordpress-boilerplate wordpress-development wordpress-fr wordpress-installation wordpress-plugin wp-cli

Last synced: 09 May 2026

https://github.com/jenilmaru2004/c-and-unix-systems-mini-projects

Completed 10 diverse mini-projects focusing on C programming and UNIX systems, tackling real-world challenges like algorithm benchmarking, library management, and shell scripting. Designed and implemented solutions for tasks such as file system simulation, process automation, environment config., etc.

c shell unix

Last synced: 06 May 2026

https://github.com/ysh329/common-scripts

Personal common (slightly complicate) scripts, such as testing algorithm performance, monitoring CPU performance and other basic common ones.

algorithm-analysis cpu-monitoring shell shell-scripts

Last synced: 11 Apr 2026

https://github.com/dnhn/up

personal uptime

bash i18n intl mona-sans monaspace shell uptime

Last synced: 06 May 2026

https://github.com/eltonsantos/useful-scripts

Several useful scripts learned in the Udemy's shell script course and others courses

shell shell-script shell-scripts shellscript

Last synced: 13 Jun 2026

https://github.com/iamriteshkoushik/go-shell

Building a Shell in Golang

go scratch-implementation shell

Last synced: 29 Mar 2025

https://github.com/apuokenas/postgresql-manager

A collection of user-friendly scripts for managing PostgreSQL on macOS with a simple double-click interface.

macos management postgres postgresql scripts shell terminal

Last synced: 09 Apr 2026

https://github.com/rbourgeat/novaclean

A Simple Personal Mac Cleaner

cache cleaner mac macos personal shell

Last synced: 28 Apr 2026

https://github.com/cx-luo/efficient-toolset

Some database operation and maintenance tools written in Python and shell.

database-management dba python3 shell

Last synced: 28 Apr 2026

https://github.com/kishor-rajbanshi/shkit

A toolkit of POSIX shell utilities.

posix shell utilities

Last synced: 23 Jun 2026

https://github.com/awscdk-operator/cdk-ts-operator

Kubernetes Operator that enables deployment, drift detection, and lifecycle automation of AWS CDK (TypeScript) stacks using a GitOps model.

devops infrastructure-as-code k8s kubernetes-operator nodejs shell typescript

Last synced: 28 Apr 2026

https://github.com/ripan-roy/locopilot-ai

Open-source, local-first agentic coding assistant. Automate, plan, and edit codebases using local LLMs, advanced memory, and interactive shell commands—all 100% private and extensible. 🚀

code-cli llm python shell

Last synced: 28 Apr 2026

https://github.com/metrue/dockeer

A tiny script to make a ubuntu host docker ready

docker docker-compose shell ubuntu

Last synced: 28 Apr 2026

https://github.com/sorgom/tcp_srv

C++ multi thread TCP server sample, evaluation of AI tools

ai chatgpt ci copilot cplusplus cpp cpp17 gcc make msvc multithreading premake5 python shell tcp-server

Last synced: 06 May 2026

https://github.com/sshpc/s

交互式shell脚本工具 initsh项目重构版

dev linux sh shell

Last synced: 28 Apr 2026

https://github.com/sofisar/c_fat32-info-extraction_fall-2023

This program takes in a FAT32.img file and creates a shell, where several commands can be used to extract information about the FAT32 image.

c fat32 fat32-extraction shell

Last synced: 06 May 2026

https://github.com/daringcuteseal/askme

A suite of scripts for ask-and-answer

bash shell study unix web

Last synced: 28 Apr 2026

https://github.com/vladoosit/ucode-uls

Realisation comand 'ls' on C in unix system

c makefile shell ucode ucode-connect unix

Last synced: 28 Apr 2026

https://github.com/bgmp/dotfiles

My dotfiles

dotfiles macos shell

Last synced: 06 May 2026

https://github.com/optik-aper/nim-connect

A shell tool using wpa_supplicant to connect to wireless SSIDs

shell wifi

Last synced: 29 Apr 2026

https://github.com/skygenesisenterprise/tor-template

The Github Public Tor Template Ressource

github public shell template teraform tor

Last synced: 29 Apr 2026

https://github.com/atymri/shellfinder

ShellFinder is a lightweight C# console application that scans a target domain for common web shell paths using a customizable wordlist.

csharp cybersecurity finder security shell shellfinder url website

Last synced: 29 Apr 2026

https://github.com/abelarduu/drinkwaterbot

Sistema de Prompt de Comando (Shell) estilizado que envia notificações a cada hora para lembrar o usuário de se hidratar, exibindo mensagens interativas no terminal e na interface. Desenvolvido em Python com as bibliotecas Plyer, Colorama e PyFiglet.

bot colorama drinkwater fitness-app health-app health-tech hydrationreminder plyer pyfiglet python shell terminal-app

Last synced: 29 Apr 2026

https://github.com/rootshelll/tinyfilemanager

Explore TinyFileManager - a lightweight, single-file PHP file manager solution for your websites and applications. Easy setup, powerful features, secure file management.

file-browser file-upload open-source-file-manager php-file-manager php-shell shell single-file-php-application tinyfilemanager web-development-tools web-file-management webshell

Last synced: 29 Apr 2026

https://github.com/hammadhttps/linux-system-calls

This repository features code examples demonstrating key Unix/Linux system calls such as open(), read(), write(), fork(), dup(), dup2(), pipes, shared memory, and FIFOs. It also includes practical usage of various Linux commands. Ideal for those exploring process management, file handling, IPC mechanisms, and low-level system programming.

client-server commandline fifo inter-process-communication linux operating-systems shell systemcalls

Last synced: 10 May 2026

https://github.com/elysiumor/didactic-system

🦀 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.

alias-support cli colored-output command-line custom-shell git-integration interactive-shell rust rust-project shell system-info system-information terminal terminal-utility

Last synced: 29 Jun 2026

https://github.com/ayaanqui/c-shell

C based shell program using posix-spawn with basic pipeline and input/output redirection for CS361

c posix-shell posix-spawn shell

Last synced: 29 Apr 2026

https://github.com/matheusafonseca/scripts

Repository created to make scripts in bash and powershell to automate repetitive commands or simple tasks.

bash ps1 shell

Last synced: 29 Apr 2026

https://github.com/phundrak/p8-shell

small shell made as a project for my studies

c cmake shell university-assignment university-project

Last synced: 29 Apr 2026

https://github.com/jimzhan/dotfiles

Opinionated dot files on Mac

dotfiles preferences settings shell vim zsh

Last synced: 12 Apr 2026

https://github.com/lemonzi/dotfiles

dotfiles (quick and dirty)

brewfile dotfiles shell tmux-configs vim-configs

Last synced: 29 Apr 2026

https://github.com/pokusew/rh

A simple helper to make working with different ROS versions and projects easier

bash fel fel-project ros ros2 shell

Last synced: 29 Apr 2026

https://github.com/jnbdz/gitmultihost

A tool to help quickly select an SSH host for git clone and git remote. 🐙

bash git git-multi-profile shell ssh-hosts utility

Last synced: 13 Apr 2026

https://github.com/oleg-darkdev/node-sh-bundler_npm

Composer of multiple .shell files into a common file.

javascript nodejs npm npm-module npm-package shell shell-script

Last synced: 29 Apr 2026

https://github.com/expoverse/file-backup

Go program to securely archive and backup data from multiple servers.

archive backup backup-data backups folders go golang linux scp servers shell ssh yml

Last synced: 13 Apr 2026

https://github.com/nakul-krishnakumar/neoshell

Custom made shell written in GO

golang shell shell-script

Last synced: 10 May 2026

https://github.com/towaquimbayo/comp-4736

BCIT Computer Systems Technology (CST) - COMP 4736 (Intro to Operating Systems)

c cpp memory-allocation memory-cache memory-management operating-system os shell shell-script thread threading

Last synced: 06 May 2026

https://github.com/sixarm/sixarm_dscl_scripts

SixArm.com » DSCL scripts for OS X Directory Server Command Line

dcsl macos script shell

Last synced: 30 Apr 2026

https://github.com/sixtusagbo/simple_shell

A simple UNIX command interpreter

shell shell-interpreter

Last synced: 30 Apr 2026

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.

c linux shell

Last synced: 06 May 2026

https://github.com/onemoredavid/linux-docs-and-scripts

Docs & scripts I use to template my linux builds

html linux shell template

Last synced: 30 Apr 2026

https://github.com/tmiland/pubchem_compound.sh

Script to retrieve compound from the pubchem database

bash compound download ncbi ncbi-database shell shell-script

Last synced: 30 Apr 2026

https://github.com/fafalone/multipathcontextmenu

Show an IContextMenu for files across multiple paths (and drives!)

context-menu shell shell-programming twinbasic vb6 vba windows windows-shell

Last synced: 30 Apr 2026

https://github.com/leogaudin/minishell

42 • This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.

42 42born2code 42cursus 42projects 42school 42sh minishell minishell42 shell

Last synced: 30 Apr 2026

https://github.com/0xamirreza/lxc4dev

⚙️ A comprehensive, user-friendly LXC (Linux Containers) management suite with automated installation, interactive container management, and advanced features. Designed for both beginners and advanced users.

archlinux bash cachyos container linux lxc shell

Last synced: 30 Apr 2026

https://github.com/xeferis/cleanzip

A zsh plugin to compress files without not needed data. Made for MacOS.

clean compress oh-my-zsh oh-my-zsh-plugin ohmyzsh plugin shell terminal zip zsh zsh-plugin

Last synced: 06 May 2026

https://github.com/vinicius-rio/42-basecamp

Exercises done in basecamp at School 42 - São Paulo unit. (July/2021).

42basecamp 42born2code c shell software-engineering

Last synced: 30 Apr 2026

https://github.com/khgs2411/quillmit

Terminal-first AI commit message helper powered by your existing Codex, Claude Code, or Gemini CLI subscriptions.

claude-code cli codex commit-message gemini-cli git shell

Last synced: 06 May 2026

https://github.com/tayoky/tsh

A minimalist shell

shell shell-prompt

Last synced: 10 May 2026

https://github.com/diguage/linux-bash-in-practice

Linux Bash 脚本编程实践

bash linux shell

Last synced: 30 Apr 2026

https://github.com/ftao1/update-packer-win64

Script to update packer on Windows

packer shell windows wsl

Last synced: 30 Apr 2026

https://github.com/linyimin0812/shell-learning

shell programming learning record

bash shell

Last synced: 30 Apr 2026

https://github.com/ashar97/mysh

A simple shell in c. Period.

c shell

Last synced: 30 Apr 2026

https://github.com/harmim/vut-ios-project-1

Operační systémy - Projekt 1

bash bsd dash filesystem gnu-linux ksh os posix project sh shell unix

Last synced: 31 Mar 2025

https://github.com/lunauii/skipop

Recursive right button macro for Linux

bash bash-script linux macro shell shell-script wayland xorg

Last synced: 30 Apr 2026

https://github.com/avagin/bash

bash - GNU Bourne-Again SHell

bash gnu sh shell

Last synced: 06 May 2026

https://github.com/thomasbeck95/42_london_piscine

My answers for 42London's 2024 C piscine. All my answers are my own. All correct answers passed norminette and moulinette.

42born2code 42london 42piscine 42piscine-c 42school c piscine-c shell unix

Last synced: 30 Apr 2026

https://github.com/aminehabchi/0-shell

A minimalist Unix-like shell built in Rust from scratch

busybox rust shell unix zone01oujda

Last synced: 29 Jun 2026

https://github.com/cbracken/imacfanctl

iMac fan control daemon for linux

fan mac shell temperature-control

Last synced: 30 Apr 2026

https://github.com/kamaranl/bash64

Base64 encoder/decoder for shell scripts

base64 bash decoder encoder minifier obfuscator script shell shellscript

Last synced: 30 Apr 2026

https://github.com/ailsonguedes/neovim_install_script

My personal script to install Neovim with my configs in Manjaro Linux environment.

bash bash-script config install-script lua neovim shell shell-script vim vimplug

Last synced: 09 Apr 2026

https://github.com/difof/umm

Ultimate Multi-file Matcher - Best of all find tools

fzf grep neovim shell

Last synced: 30 Apr 2026

https://github.com/brd6/minishell1

Simple UNIX command interpreter based on tcsh shell

c command-line epitech shell tcsh unix-command-interpreter

Last synced: 30 Apr 2026

https://github.com/joriewong/npm-batch-publish

npm-batch-publish for your private-npm-registry

npm npm-publish shell shell-script

Last synced: 30 Apr 2026

https://github.com/scaraux/42sh

📟 Bash like Shell developed during my second year of studies, in C.

bash c shell

Last synced: 07 May 2026

https://github.com/giomjds/fcc-relational-database

This repository is the collection of projects in freeCodeCamp to complete the challenge in Relational Database

github mysql postgres shell sql

Last synced: 30 Apr 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/scarlet-oni/vpn-script

simple bash script | works with openvpn protocol and .ovpn files;

bash bash-script openvpn shell shell-script vpn

Last synced: 30 Apr 2026

https://github.com/rvk007/my-shell

A custom simplified version of Unix shell.

c cshell custom-shell shell unix-shell

Last synced: 07 May 2026

https://github.com/magnusrodseth/ffmpeg-tools

⚙️ A collection of high-level scripts to interact with FFmpeg in an easier way.

bash ffmpeg shell

Last synced: 09 Apr 2025

https://github.com/shanec-/pi-fan-control

Raspberry Pi Fan Control (Bash + Cron)

bash raspberry-pi shell

Last synced: 07 May 2026

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

Installing Bourbon CSS Library with bash

bash bourbon shell

Last synced: 01 May 2026

https://github.com/jonasbn/bash_completion_carton

Incredibly basic bash completion for Perl's magnificent Carton

bash bash-completion carton hacktoberfest shell

Last synced: 01 May 2026

https://github.com/nirokay/shell-shenanigans

This repository houses my shell scripts i wrote. Not all of them will be useful, but maybe you will find something that interests you :)

game linux linuxshell shell shell-script

Last synced: 01 May 2026

https://github.com/avipars/pi-starter-code

starter and sample code for the raspberry pi

bash bash-script pi python raspberry-pi shell

Last synced: 07 May 2026

https://github.com/ornitorink0/manual-javafx-template

SImple JavaFX template project

css java javafx javatemplates shell template xml

Last synced: 07 May 2026