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

Bash

Bash (Bourne Again Shell) is a shell and command language interpreter for the GNU / Linux operating systems. It is meant to be an improved version of Bourne Shell. It is used as a default login shell for most Linux distributions. Bash can read and execute shell script (.sh) files to automate the execution of tasks.

https://github.com/tachoknight/remindme.sh

Simple bash script to remind me of things

bash macos osascript say terminal-based todo

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/simeg/bash-cli-spinners

🌈 Bash/Zsh spinners for scripts and terminal

bash cli loader spinner zsh

Last synced: 29 Apr 2026

https://github.com/progrhyme/bash-realpath

Bash utility emulates realpath command

bash

Last synced: 29 Apr 2026

https://github.com/honzahommer/dotfiles

My dotfiles

bash dotfiles

Last synced: 06 May 2026

https://github.com/AbuAwadM/PyDepManger

A Test PackManger for dependencies

bash python3

Last synced: 26 Sep 2025

https://github.com/msteinhoff/rpm-docker-buildchain

A Bash/Docker-based buildchain to create and publish RPM packages.

bash docker rpm rpmbuild

Last synced: 09 Apr 2026

https://github.com/katy248/ksc

Katy's scripts collection

bash scripts

Last synced: 29 Apr 2026

https://github.com/supertetelman/frc-data-analysis

A Collection of R, Matlab, and Bash scripts that were developed in real-time from the stands of a FRC competition. Gathered data from various online sources, parsed it, and ran some basic analysis on it to calculate ratings and make basic match predictions. Results were mad public and hosted live via AWS. Developed as a student teaching tool under poor Internet Connectivity with minimal access to real-time match data.

bash data-analysis matlab r teaching

Last synced: 29 Apr 2026

https://github.com/tdeekens/dotfiles

Oh me oh my, its my dotfiles because somebody else's weren't good enough...

bash dotfiles shell zsh

Last synced: 29 Apr 2026

https://github.com/sh0tx420/mcinstaller

Minecraft server installer written entirely in Bash.

bash installer installer-script minecraft minecraft-server papermc

Last synced: 06 May 2026

https://github.com/mshowto/linux

Linux bash komutları ve otomasyon örnekleri

bash bash-script bash-scripting centos centos-scripts ubuntu ubuntu-server

Last synced: 22 Jul 2025

https://github.com/acupofair/directory-stack

A simple script to switch directory quickly for powershell, bash and zsh

bash powershell zsh

Last synced: 29 Apr 2026

https://github.com/mahdijamebozorg/dynamic-execute-dependencies

A automation tool for copying a dynamic-execute file dependencies

bash bash-script c cpp dependencies dependency-injection

Last synced: 06 May 2026

https://github.com/jarne/pmmp-dev-maintenance

🧑‍💻 Scripts for maintaining a PocketMine-MP dev environment

bash php pocketmine-mp script shell

Last synced: 29 Apr 2026

https://github.com/eunos-1128/dotfiles

eunos-1128's dotfiles

bash conda dotfiles pixi pymol zsh

Last synced: 29 Apr 2026

https://github.com/rakibhhridoy/systemsreinstall

System configurations of desktops, servers and other machines. Automate with bash

arch-linux archlinux automation bash fedora system-administration

Last synced: 29 Apr 2026

https://github.com/jkazari/compsci-laboratories-second-semester

Repository for laboratory programs from second semester

algorithms bash cpp java oop

Last synced: 08 May 2026

https://github.com/pulijon/s3tools

Tools to manage S3 buckets and objects

aes aes-256 aws aws-glacier aws-s3 bash bucket cryptography glacier python s3 tkinter

Last synced: 06 May 2026

https://github.com/pforret/curlpipebash

How people use curl | bash

bash curl mkdox

Last synced: 30 Apr 2026

https://github.com/ruzickap/old_stuff

Obsolete and old things

bash old perl scripts

Last synced: 30 Apr 2026

https://github.com/harmonyoma/azure-vm-deployment

🚀 This project demonstrates how to deploy a Virtual Machine on Azure using Azure CLI and automate the process with a Bash script. It covers resource group creation, VM setup, opening network ports, fetching the public IP, and connecting via SSH. A resource cleanup option is included to help manage cloud costs. Ideal for beginners.

azure-cli bash beginner-friendly-project cloud-automation cloud-computing devops shell-script virtual-machine vm-deployment

Last synced: 30 Apr 2026

https://github.com/cmeissner/sysassembler

Bootstrapping tool 100% written in bash. Easy to extend and easy to use. Useful in situations where ansible, puppet or other tools like that are to much.

bash bootstrapping

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/tolik-punkoff/dovecot-helper-scripts

Bash scripts for Dovecot administrator (virtual users, self-signed cert creation, and other)

bash dovecot dovecot-configuration scripts

Last synced: 30 Apr 2026

https://github.com/shobhit-nagpal/statgen

A static site generator for converting markdown to HTML, rewritten in Golang

bash go golang markdown-parser markdown-to-html static-site-generator

Last synced: 30 Apr 2026

https://github.com/johnnyhuy/bootstrap

🚀 Bootstrap my setup!

bash linux powershell windows wsl

Last synced: 08 May 2026

https://github.com/antonfisher/dscmd

Build distribution tool for SenchaCMD

bash senchacmd

Last synced: 30 Apr 2026

https://github.com/baltsaros/minishell

Mini version of bash. Some tricky tests are in the README

42 bash minishell

Last synced: 30 Apr 2026

https://github.com/viniciuscassemira/shell-scripts

simple set of useful shell commands

bash shell-script

Last synced: 20 May 2026

https://github.com/realeroberto/bashlets-util

Utility package for the bashlets project.

bash bashlets

Last synced: 14 May 2026

https://github.com/w3labkr/sh-squid-proxy-installer

Squid Proxy Installer is a simple script that sets up and configures a Squid proxy server on Ubuntu.

bash proxy sh shell squid

Last synced: 30 Apr 2026

https://github.com/mcrmonkey/bash2048

bash2048 in a docker container

2048 bash docker docker-container

Last synced: 30 Apr 2026

https://github.com/chinchalinchin/static-html-template

an app to display an arbitrary number of static html documents within a single angular material component.

angular bash docker nginx

Last synced: 09 Apr 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/aitorastorga/image_gallery

Simple HTML / CSS / Wasm image gallery made for my cat and deployed with Docker.

bash docker docker-compose image-gallery rust rust-yew

Last synced: 08 May 2026

https://github.com/khoadangnguyen/mysql-pit-backuprestore

Perform logical data backup and point-in-time recovery for MySQL database

bash mysql

Last synced: 01 Aug 2025

https://github.com/rickstaa/livepeer-ai-scripts

Contains some simple scripts that can be used to call the Livepeer AI API.

bash examples livepeer

Last synced: 30 Apr 2026

https://github.com/paxperscientiam/manifest

Manifest -- a project dedicated to the paranoid

backup bash gem macports manifest npm paranoid

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/miusarname2/holiday-route

This repository documents my learning path that I published on roadmap.sh during my university holidays. The objective is to master key technologies in system administration, DevOps and monitoring in a period of 31 days through hands-on projects and educational resources in English and Spanish.

bash bash-scripting devops learning learning-by-doing linux-shell powershell shell windows windows-server

Last synced: 30 Apr 2026

https://github.com/lousousa/webscrape-wizard

An efficient and easy-to-use web scraping application utilizing wget for downloading and scp for secure file transfer.

bash bash-script

Last synced: 19 Feb 2026

https://github.com/anokha-24/anokha_backup_mysql

Shell script to backup mysql database

bash mysql-backup rclone sh

Last synced: 19 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/david-guzman/autokino

BASH shell script to automate the creation of videos from Lomokino scans - BASH port from Autokino BAT script by mandi@lomography.com

bash

Last synced: 01 May 2026

https://github.com/bananaacid/veracrypt-cmd

Find VeraCrypt mounts and drive letter.

bash commandline encryption truecrypt veracrypt

Last synced: 01 May 2026

https://github.com/2cc/sasha

The SASHA is a simple Bash script designed to streamline the process of connecting to SSH hosts

bash ssh

Last synced: 18 May 2026

https://github.com/noeldemartin/nginx-agora

Bash scripts to expose multiple web application docker containers running on the same host with nginx

bash docker nginx

Last synced: 01 May 2026

https://github.com/nikolai2038/display-autoresize

Script to autoresize display in SPICE session (X11 and Wayland Sway)

bash display-autoresize drm-info i3 jq libvirt screen spice spice-vdagent sway wayland wlr-randr x11 xfce xrandr

Last synced: 01 May 2026

https://github.com/fusion809/freebsd-scripts

Shell scripts for automating simple tasks on FreeBSD

bash bashrc freebsd freebsd-scripts shell-scripts zfs zsh zshrc

Last synced: 07 Apr 2026

https://github.com/aviksaikat/make-preview-from-gif

Simple 1 liner to embed GIFs into github readme

bash bash-scripting github-readme readme vhs

Last synced: 01 May 2026

https://github.com/jatsekku/monitor-detector

Nix module for detecting monitors attachment/detachment via DRM subsystem

bash drm nix

Last synced: 01 May 2026

https://github.com/peacetrue/peacetrue-shell

Shell 脚本库

bash basher shell

Last synced: 01 Aug 2025

https://github.com/iagodahlem/scripts

:package: Utilities scripts to re-use in some setups.

bash bash-script shell shell-script utilities

Last synced: 01 May 2026

https://github.com/romanthekat/topper-go

This little tool parses your .bash_history file, and calculates the most frequent commands.

bash command-line-tool golang

Last synced: 01 May 2026

https://github.com/arnavk-09/rps-bash

✂️ Bash Script For Rock, Paper & Scissors!

bash bash-script rock-paper-scissors rps-game simple-game

Last synced: 01 May 2026

https://github.com/djcass44/drone-helm-s3

Drone CI plugin to package & store Helm charts in S3

bash docker drone-plugin helm s3

Last synced: 06 May 2026

https://github.com/bam241/bash_macros

BaM bash-macros

bash macros

Last synced: 18 Apr 2026

https://github.com/samdney/scripts

Miscellaneous collection of scripts.

bash dockerfile python scripts shell

Last synced: 01 May 2026

https://github.com/aronmilenait/system-monitor

System monitor tool for Linux that sends notifications when CPU and RAM usage is high

bash linux linux-tools system-monitoring

Last synced: 28 Jul 2025

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/gah-code/react-script-obsidian

This Bash script automates the process of creating a structured folder system for everything React

bash bash-script obsidian

Last synced: 06 May 2026

https://github.com/buffalojoec/crypto-on-ubuntu

Some out-of-the-box scripts to do crypto stuff on Ubuntu!

bash bitcoin crypto ethereum ubuntu

Last synced: 01 May 2026

https://github.com/notmax6677/net.sh

Simple wifi management script

bash linux wifi

Last synced: 06 May 2026

https://github.com/funnyzak/cli-cheatsheets

提供一个集中化的命令行工具速查表仓库,通过简单的 Shell 脚本 cheatsheet.sh,你可以快速查询和查看各种常用命令的速查表,无论是本地执行还是远程调用都非常方便。

bash cheatsheet cheatsheets-hub linux mac shell

Last synced: 18 Sep 2025

https://github.com/talandar99/riptide

cli tool for running scripts

bash bash-completion cli linux rust scripting tool

Last synced: 01 May 2026

https://github.com/hellojukay/bashrc

bash configuration

bash bash-script bashrc-configs

Last synced: 01 Aug 2025

https://github.com/meriofilho/curso_git-github

Curso de Git / Git Hub realizado no III NBF

bash git github

Last synced: 10 May 2026

https://github.com/amarilu84/afdw-secure-drive-wiper

Anti-Forensic Drive Wiper for Linux - Securely overwrite disks ensuring non-recoverable data destruction with forensic plausible deniability.

bash disk-wipe disk-wiper forensics linux privacy secure-delete security-tools

Last synced: 01 May 2026

https://github.com/tomsimonart/dotcmd

Minimalistic bash dotfile manager

bash bash-script dotfiles dotfiles-linux dotfiles-manager git

Last synced: 01 May 2026

https://github.com/mjftw/git-rebase-watch

Keep your pull request up to date automatically

automation bash developer-tools git pull-requests

Last synced: 01 May 2026

https://github.com/namila007/simple-terminal-proxy-setter

this is a simple bash program to set and reset apt-get and terminal proxy

bash linux proxy shell

Last synced: 01 May 2026

https://github.com/rafaelclaumann/some-terraform-study

Repositório para armazenar os laboratórios de terraform.

amazon aws bash cloud hashicorp hcl iac terraform

Last synced: 01 May 2026

https://github.com/salaah01/site-snapshot

Recursively traverses a site and takes a snapshot of each page giving the ability to produce a local version of the site that runs and loads all assets.

backup backupscript bash cloud linux wget

Last synced: 01 May 2026

https://github.com/adoyle-h/nvim-shell-completions

shell-completions for nvim.

bash neovim nvim shell

Last synced: 01 May 2026

https://github.com/rhythmusbyte/termux

My termux configurations

bash termux

Last synced: 02 May 2026

https://github.com/jeffnelson1/linux-bootstrap-scripts

The repo contains bootstrap shell scripts for various Linux distributions

bash bootstrap linux

Last synced: 08 Apr 2026

https://github.com/wheaney/bashful-raffle

Bash script for performing a fair raffle

bash raffle

Last synced: 02 May 2026

https://github.com/szymonpoltorak/grapher-c

Program used to generate graphs, check their coherence and find shortest path between the given points in them.

bash breadth-first-search c dijkstra-shortest-path graphs-algorithms latex makefile

Last synced: 06 May 2026

https://github.com/tolstenev/linux_monitoring

[done] Linux basic bash scripting and system research

awk bash linux

Last synced: 30 Apr 2026

https://github.com/4s4v1n/linuxmonitoring-v.2

Bash scripts for working with the file system.

bash filesystem nginx shell

Last synced: 08 May 2026

https://github.com/alfiosalanitri/github-cli-search-collaborator

A simple bash script to scan your github repositories and list all collaborators for each one. You can also type the username to search.

bash githubcli

Last synced: 27 Apr 2026

https://github.com/franzbias/nemo-action-change-files-modification-date

Nemo-Action: Cambia la data di modifica di uno o più file selezionati

action bash date datetime nemo zenity

Last synced: 02 May 2026

https://github.com/victorass-bit/unserialize-exploit

🛠️ Exploit remote code execution vulnerabilities in PHP by leveraging unserialized functions, with easy payload generation using Python3.

bash ctf ctfs ethical-hacking ethical-hacking-tools hack hacking hacking-tools hacks hackthebox linux php-exploit stuxctf tryhackme unserialize unserialize-exploit

Last synced: 02 May 2026

https://github.com/hemmouda/idea

A bash script for quick note/idea taking

bash idea note notetaking quick script shell

Last synced: 02 May 2026

https://github.com/codefeathers/mark

✒️ Make a mark as you work.

bash mark productivity time-tracker worksheet

Last synced: 02 May 2026

https://github.com/miguelripoll23/keep

Simple scripts generated by GitHub Copilot to create backups.

backup bash powershell

Last synced: 02 May 2026

https://github.com/arcbjorn/tools

A clean system for managing personal CLI utilities and scripts.

bash cli linux scripts utils

Last synced: 09 May 2026

https://github.com/radlikewhoa/dotfiles

The dotfiles I'm currently using on my development machine.

bash dotfiles macos

Last synced: 07 May 2026

https://github.com/behnam0x/debian-mirror-sync

Bash script for interactive and customizable Debian mirror synchronization using debmirror. Supports multiple distros, suites, and section filtering with lockfile handling and logging.

automation bash bookworm bullseye buster debian debmirror forky linux mirrored-repository offline-repos sid stretch trixie

Last synced: 02 May 2026

https://github.com/lucasmelin/semgrep-deprecation-demo

How to use Semgrep to automate the work of detecting and fixing deprecations.

bash go semgrep

Last synced: 02 May 2026

https://github.com/nicholaswilde/libbash

🚀A collection of common bash libraries 🤖

bash libraries mkdocs-material

Last synced: 20 May 2026

https://github.com/li0ard/bash

Bash (STB 34.101.77) hash function in pure TypeScript

bash crypto stb stb3410177

Last synced: 20 Jan 2026

https://github.com/caffeinefueled1/shellery

MIRROR - README - Simple SSG to create dynamic gallery one-pagers in your shell! Shell+Gallery

bash gallery one-pager shell ssg static-site-generator

Last synced: 02 May 2026

https://github.com/krish-r/pomo.sh

A simple command-line pomodoro app

bash cli command-line pomodoro terminal

Last synced: 13 Apr 2026

https://github.com/thornjad/gitsh

Mirror of https://gitlab.com/thornjad/gitsh

bash git shell

Last synced: 13 Apr 2026