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.
- GitHub: https://github.com/topics/bash
- Wikipedia: https://en.wikipedia.org/wiki/Bash_(Unix_shell)
- Repo: https://github.com/gitGNU/gnu_bash
- Created by: Brian Fox
- Released: June 8, 1989
- Related Topics: shell,
- Aliases: bash-script,
- Last updated: 2026-07-03 00:03:23 UTC
- JSON Representation
https://github.com/rolandfarkascom/linux-slack-alert
A simple slack notification for SSH logins with IP API ability to look up country, city and other location specific information.
alert bash bash-script centos curl debian linux notification-service notification-services notifications redhat shell shell-script shell-scripts slack slack-bot slackbot ssh ubuntu
Last synced: 30 Jan 2026
https://github.com/anon-000/automate_github_mail
Collects developers mails from git logs of github projects
automation bash shell-scripting
Last synced: 30 Apr 2026
https://github.com/nemeslaszlo/bash-terminal-setup
On Mac
bash bash-profile bash-settings git-prompt mac
Last synced: 20 Apr 2026
https://github.com/usi-lfkeitel/saturn
bash golang information-retrieval linux shell-script statistics
Last synced: 16 Apr 2026
https://github.com/mrvi0/conf-watch
🔐 Secure configuration file monitoring with Git-based versioning and terminal-styled web interface. Each installation gets a unique password for enhanced security. Monitor dotfiles, configs, and system files with automatic snapshots, diff viewing, and rollback capabilities
backup-tool bash cli-tool config-backup configuration-management developer-tools diff-viewer dotfiles file-monitoring git-based python snapshots terminal-ui version-control web-interface
Last synced: 03 May 2026
https://github.com/doekman/go
pushd/popd/dirs, only with a dictionary instead of a stack, and in one command
Last synced: 09 Jun 2026
https://github.com/neoito-hub/wasp
Set of scripts / tools that adds a bit of flavour to dev work.
Last synced: 08 May 2026
https://github.com/reubn/electrician
⚠️ WIP/UNTESTED/UNSAFE - Template Based WireGuard Configuration CLI
bash cli management shell vpn wireguard wireguard-admin wireguard-cli wireguard-tunnel wireguard-vpn wireguard-vpn-setup
Last synced: 08 May 2026
https://github.com/progrhyme/gcloud-prompt
Show gcloud config info on Bash/Zsh prompt
Last synced: 08 May 2026
https://github.com/thomasmerz/git-tools
Some nice scripts for git repositories
Last synced: 08 May 2026
https://github.com/sloshy/dumb-sync
A microframework for syncing and transforming files
Last synced: 30 Apr 2026
https://github.com/saint-lascivious/dotfiles
a modular and extensible environment configuration file template
Last synced: 26 Apr 2026
https://github.com/plantuml-stdlib/update-stdlib.sh
Scripts to check for (and execute) updates to the `plantuml-stdlib` codebase.
bash bash-script plantuml plantuml-helper update-checker update-script updater updater-script
Last synced: 30 Apr 2026
https://github.com/free-ran-ue/frush
frush (free-ran-ue + shell) is a Bash-like interactive shell that provides a convenient interface for operating free-ran-ue and validating 5G core network, free5GC, behavior.
bash cmd free-ran-ue free5gc interactive test
Last synced: 30 Jan 2026
https://github.com/carvilsi/sys-hardening
Scripts collection to hardening systems
bash hardening linux ubuntu-server
Last synced: 08 May 2026
https://github.com/veracioux/tuterm-collection
A collection of tuterm scripts
bash cli demo good-first-project hacktoberfest tuterm tutorial
Last synced: 09 Feb 2026
https://github.com/yucked/scripy
🐍 - Collection of scripts either written in Python or another language to quick handle various tasks.
bash batch handy powershell python quickstart scripts
Last synced: 08 May 2026
https://github.com/uriel1998/automatic_wondershaper_wombat
Let this script configure wondershaper queues for you automagically!
bandwidth bash linux traffic-shaping
Last synced: 08 May 2026
https://github.com/oakhan3/tget
A super mini-utility to store, retrieve and execute parametrizable commands in your terminal.
bash cli history-search reverse-search
Last synced: 30 Apr 2026
https://github.com/cloudbridgeuy/rargs
A bash framework that combines what I liked most about argc and bashly
Last synced: 08 May 2026
https://github.com/kaisen-bot/pwnkit-helper
🚀 Enhance your penetration testing with PwnKit Helper, a simple tool for exploiting the CVE-2021-4034 vulnerability in pkexec for local privilege escalation.
bash ctf ctfs cve-2021-4034 debian ethical-hacking ethical-hacking-tools exploit hack hacking-tools hacks hackthebox linux privilege-escalation pwnkit python tryhackme ubuntu
Last synced: 04 May 2026
https://github.com/omercsp/runenv
Simple bash script for running different container based environment according to the current working directory.
bash build containers docker linux podman
Last synced: 04 May 2026
https://github.com/jonasbn/bash_completion_historian
Experimental bash completion for historian
bash bash-completion historian
Last synced: 30 Apr 2026
https://github.com/richbl/dir-walk
A script that recursively walks a directory tree and does something interesting using a-bash-template (BaT)
bash bash-script depedency-checker directory-recursive directory-traversal directory-tree json m3u ogg ogg-vorbis parsing recursi script shell shell-script template
Last synced: 04 May 2026
https://github.com/josephworks/ultimatelinux.sh
The ultimate Linux script.
bash linux management script shell sysadmin-tool system
Last synced: 08 May 2026
https://github.com/ehmicky/modern-errors-beautiful
`modern-errors` plugin to prettify errors.
bash browser cli console errors handler javascript library message modern-errors modern-errors-plugin monitoring nodejs plugins shell stack stacktrace terminal timeout typescript
Last synced: 03 Mar 2026
https://github.com/colcon/colcon-bash
Extension for colcon to provide Bash scripts
Last synced: 27 Mar 2026
https://github.com/dawsbot/build-shell-script
Build shell aliases and functions from Node
Last synced: 05 May 2026
https://github.com/mohamedsaidsallam/git-aliases
Personal list of git aliases I use. Along with a script to generate a script to add them to your config
bash bash-script git git-alias git-aliases github-actions
Last synced: 05 May 2026
https://github.com/arthursudbrackibarra/java-project-creator
Automatically create Java projects and open them in Visual Studio Code.
Last synced: 05 May 2026
https://github.com/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
1337cursus 1337school 42cursus 42projects 42school bash c file filedescriptor filesystem mangagement memory-management processes programming system unix-shell
Last synced: 15 Feb 2026
https://github.com/varp/dotfiles
My dotfiles
bash dotfiles golang shell tasks yaml zero-dependency
Last synced: 04 Mar 2026
https://github.com/hitesh22rana/bashcraft
BASHcraft, your home for mastering BASH scripting! 🚀
automation bash bash-script learning learning-by-doing open-source shell-scripting unix
Last synced: 01 May 2026
https://github.com/wachin/adb-send-files
Copy/Transfer files from Android phone to a Linux Personal Computer (PC) and from PC to Android phone with adb using scripts running on Clex Linux Terminal File Manager
bash clex filemanager files linux microsd-management pc pendrive pull push sdcard transfer usb-devices
Last synced: 09 May 2026
https://github.com/ajaymahadeven/friday-cli-bash-assistant
FRIDAY is a Bash script designed to be your personal command-line assistant on Debian Linux systems. It automates routine tasks, provides helpful prompts, and enhances your productivity.
automation bash debian-linux learn shell
Last synced: 15 Feb 2026
https://github.com/gughog/clr-js
A simple library for Node.js CLI apps to colorize and add some life to bash texts. (WIP)
bash cli clr clr-js color library nodejs opensource
Last synced: 04 May 2026
https://github.com/umangdalvadi/shell-scripting
bash bash-hacks bash-scripting shell shell-script shell-scripting shellcode
Last synced: 01 May 2026
https://github.com/phenax/watermark-all
Bash script for watermarking a bunch of pdfs
Last synced: 16 Apr 2026
https://github.com/ki-labs/ki-hacks-jsh
Rapid terminal ENV switching for efficient collaboration and debugging
Last synced: 09 May 2026
https://github.com/mooerslab/markdown-chat-to-org-mode
Convert downloaded chats from markdown to org
basb bash chats-from-chatbot-sessions denote ekg emacs file-conversion-with-pandoc information-retrieval knowledge-management markdown-to-org-mode org-roam personal-knowledge-management pkm zettelkasten zk
Last synced: 04 May 2026
https://github.com/princexz/linux-shell
Linux- shell course examples
bash fork linux linux-shell posix shell unix
Last synced: 17 Apr 2026
https://github.com/ombhd/minishell_42
Simple shell that behaves like bash
1337school 42born2code bash shell
Last synced: 09 May 2026
https://github.com/ikhsan3adi/cursor-as-vscode-installer
Download and convert latest Cursor AppImage to debian/ubuntu package installation to get benefits like using VSCode.
bash cursor debian ide linux shell text-editor ubuntu vscode
Last synced: 19 Apr 2026
https://github.com/nojhan/lp-pureship
Themes for Liquid Prompt, emulating Spaceship/Starship and Pure prompts.
bash liquidprompt liquidprompt-theme prompt prompt-toolkit prompt-tuning pure shell spaceship starship zsh
Last synced: 09 May 2026
https://github.com/catvec/kube-namespace
Run multiple kubectl commands in the same namespace
bash kubectl kubernetes workflow
Last synced: 09 May 2026
https://github.com/ztf666/hax-godz
👨💻 This script will turn you into the ultimate H4X0R , the God of the GODZzZzZ . Use its power wisely ! and don't abuse it too much .
bash dummy-script hacking hax haxor haxorlife kali-linux kali-scripts shell
Last synced: 01 May 2026
https://github.com/nmdra/ccc
Simple bash Script for Compile & Run C programs
bash bashscript c compile gcc gcc-complier
Last synced: 09 May 2026
https://github.com/diegoangel/server-people-counter
C++ server with in memory cache capabilities for integrating Blackfin API to connect to people counter devices. Imported from Bitbucket.
bash c-plus-plus-11 daemon json memcached perl
Last synced: 05 Apr 2026
https://github.com/vroncevic/valagen
Project generator for Vala project
bash development generator linux project shell skeleton vala
Last synced: 15 Feb 2026
https://github.com/rajeevtapadia/cli-skill-issue
Bash script to get suggesstions on bash commands from description using Gemini API
bash linux scripts shell-script
Last synced: 31 Jan 2026
https://github.com/peteringram0/purefe
simple, modern & lightweight boilerplate for pure front end development projects
bash boilerplate pug stylus webpack3
Last synced: 16 Apr 2026
https://github.com/javanile/fake-ssh-server
Docker container which can be used in SSH integration tests
bash docker integration-testing ssh ssh-server test-automation testing
Last synced: 27 Apr 2026
https://github.com/elulcao/filter_quality_macos
💻 Script to create a custom filter for file conversion
Last synced: 01 May 2026
https://github.com/todbot/cirpycp
Copy files from CircuitPython Bundle to your device, based on a list of requirements
Last synced: 09 May 2026
https://github.com/gitxpresso/tar2deb
Convert almost any extracted tar file into a .deb file, but debian file is customized based on your input.
Last synced: 06 May 2026
https://github.com/pintman/msteams-githook
Git Hook for sending commit information into MS-Teams channels
Last synced: 01 May 2026
https://github.com/phd/.phdconf
phd conf
apt bash bashrc bashrc-configs bashrc-enhance config git gitconfig mpv mpv-config ppa screen screenrc sources-list
Last synced: 09 May 2026
https://github.com/bebagodfried/bashrc
Cross-platform GNU Bash configuration for the Bash/Shell environment.
bash bash-profile bash-prompt bash-scripting bashrc bashrc-configs bashrc-enhance bashrc-files shell shell-commands
Last synced: 21 Apr 2026
https://github.com/billsioros/cereal
A surreal C++ project manager
bash bash-completion bash-script bash-scripting build-automation build-system build-tool builder cplusplus cpp cpp-builder generator makefile makefile-generation module module-loader module-system project-management project-manager
Last synced: 09 May 2026
https://github.com/linux300/network
# Network is set of tools mainly for local user.
ansible bash devops docker javascript penetration proxy python ruby websocket
Last synced: 02 Apr 2026
https://github.com/morningspace/elastic-shell
A set of client utilities purely written in Bash Shell to manage Elasticsearch in interactive or non-interactive mode
bash client elasticsearch interactive non-interactive shell utilities
Last synced: 06 May 2026
https://github.com/unosd/bashlinq
.NET Core bridge to use LINQ from the command line
bash csharp dotnet-core dynamic-linq linq
Last synced: 04 May 2026
https://github.com/seantrane/stshell
:shell: For efficient management of shell scripts
automation bash bash-script shell shell-script
Last synced: 28 Jan 2026
https://github.com/alexcoder04/shell-scripts
Shell scripts written by me that I don't use anymore
bash cli linux linux-command-line linux-shell posix-sh scripts scripts-collection shell shell-script shell-scripting shell-scripts unix
Last synced: 01 May 2026
https://github.com/nastyagrifon/waylandreaper
Force close active window on Wayland under Gnome
bash bash-script system-administration wayland
Last synced: 12 Feb 2026
https://github.com/haturatu/lumebuild
run with cron, manage changes with git, and build
Last synced: 11 Feb 2026
https://github.com/anacarolinacastro/tag-releaser
Creates new tag, updates changelog file and releases it to git.
Last synced: 03 May 2026
https://github.com/tlinhart/github-backup
Bash script to backup GitHub repositories
Last synced: 04 May 2026
https://github.com/emrahcom/novnc-desktop-agent
noVNC desktop agent
bash novnc shell-script vnc websockify x11vnc yad
Last synced: 28 Apr 2026
https://github.com/nok/bash-recipes
Small collection of my written command line helpers.
bash bash-script bash-scripting
Last synced: 02 May 2026
https://github.com/prdai/dotfiles
personal dotfiles for a consistent dev setup across machines.
bash git htop kitty lazygit neovim neovim-dotfiles nvim tmux
Last synced: 06 May 2026
https://github.com/cybershadow/multishellcheck
Lint multi-file scripts with ShellCheck
Last synced: 11 May 2026
https://github.com/varunsridharan/wol
Script To Wake & Shutdown Remote System Using WOL (WakeOnLAN) and SSH for shutdown. with E-Mail Notification
automation bash bash-script poweron remote-control remote-system scheduled scheduled-tasks shell utilities utility wake-on-lan wakeonlan
Last synced: 02 May 2026
https://github.com/jana-marie/tesla-midiplayer
Automatic midi file splitter
Last synced: 12 May 2026
https://github.com/markusressel/venv-install
Install python packages to independent venvs and still use them from your cli as usual.
Last synced: 12 May 2026
https://github.com/neodork/pgs-encryptor
A small personal collection of shell scripts used for encrypting/decrypting and loading SSH keys into a workstation.
aes-encryption bash bash-script cross-platform gpg personal-utility portable sd-card ssh udf usb
Last synced: 06 May 2026