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-10 00:03:21 UTC
- JSON Representation
https://github.com/k-ilyas/relational-database-projects-freecodecamp
Relational Database Projects freecodecamp
bash freecodecamp postgres postgresql shell-scripting sql
Last synced: 10 May 2025
https://github.com/markmac99/pi-meteortools
A collection of scripts and code to analyse meteor and aurora data
aurora bash meteors powershell python
Last synced: 09 Apr 2025
https://github.com/storehost/mocis.sh
Installer for common Linux Distributions
apache2 bash certbot easy-wi froxlor i-mscp letsencrypt linux mailgateway mariadb-server mocis php7 proxmox shell
Last synced: 30 Oct 2025
https://github.com/meteoritt/gentleman
Linux desk minibook
bash linux ubuntu windows windows-10 wsl
Last synced: 12 May 2025
https://github.com/eliranmal/git-flux
git commands for fluent, collaborative workflow
bash cli developer-experience developer-tools dx git git-addons git-plugin shell tool tooling workflow
Last synced: 30 Oct 2025
https://gitlab.com/TheEvilSkeleton/flatpak-dedup-checker
flatpak-dedup-checker is a utility to check the amount of data used in a Flatpak directory
Last synced: 21 Jul 2025
https://github.com/kylepdavis/dotfiles
Various config files that I use on Mac OS X and Ubuntu Linux
bash configuration dotfiles gimme liquidprompt vim zsh
Last synced: 19 Mar 2025
https://github.com/dalisoft/release-me
Fast minimal release workflow script written in Bash with plugins and presets support
bash conventional-commits publish semantic-release workspace
Last synced: 11 Sep 2025
https://github.com/pforret/shlorem
Lorem Ipsum generator for the command line (pure bash)
bash bashew lorem-ipsum lorem-ipsum-generator script shell
Last synced: 22 Jul 2025
https://github.com/hyperupcall/dotfiles
My dotfiles! Hundreds of dotfiles for hundreds of programs.
bash dotfile dotfiles dotfiles-linux shell
Last synced: 29 Oct 2025
https://github.com/rodolphocastro/dotfiles
Dotfiles for my Windows and Linux environments
bash dotfiles linux powershell windows wsl
Last synced: 22 Jun 2025
https://github.com/cicirello/gnu-on-alpine
A lightweight Docker container for shell scripting with GNU tools on Alpine Linux
alpine alpine-linux bash coreutils docker-image findutils gawk linux
Last synced: 31 Jan 2026
https://github.com/chubek/poxhash
A block hashing algorithm with implementations in C, Rust, Go, Nim, Python and JS
algorithm bash bash-script c cryptography cryptography-algorithms go hash hashing hashing-algorithm header-only javascript nim nim-language python rust rust-lang
Last synced: 17 Jul 2025
https://github.com/micromatch/bash-path
Get the path to the bash binary on your OS.
bash filepath javascript jonschlinkert node nodejs os path resolve
Last synced: 24 Oct 2025
https://github.com/rednafi/dot
🎲 Dotfiles & workspace setup
bash bashrc bashrc-configs development-environment docker docker-compose docker-container dotfiles golang linux python setup ubuntu
Last synced: 17 Sep 2025
https://github.com/lifailon/intellishell
This is a handler running on top of the Bash shell that implements real-time command history completion from a drop-down list.
autocomplete bash cli comand-line grep grep-like interactive linux prompt-toolkit python shell terminal tui
Last synced: 09 Oct 2025
https://github.com/iyarivky/debash
DeBash is a online tool that aims to deobfuscate bash scripts using JavaScript
bash deobfuscate deobfuscation deobfuscator javascript shell
Last synced: 17 Mar 2025
https://github.com/murapadev/simple-stupid-todo
A simple, command-line todo application written in Bash. It stores todo items in a JSON file and provides basic task management functionality. Despite being "stupid simple", it's quite powerful for everyday task tracking.
Last synced: 14 Apr 2025
https://github.com/ibrahimghali/elk_setup_auto
The repository provides an automated way to set up an Elasticsearch cluster across multiple nodes with kibana using encoded setup scripts. The project includes Python scripts for node configuration and Shell scripts to trigger the setup process.
bash elasticsearch kibana nosql-database
Last synced: 15 Jul 2025
https://github.com/neoterm/neoterm-app
NeoTerm Is A Modern Terminal Emulator Application For Android OS Extendible By Variety Of Packages.
apt bash docker dpkg neoterm neoterm-apk neoterm-app pkg proot proot-distro shell terminal terminal-app terminal-emulator
Last synced: 11 Apr 2025
https://github.com/wabri/tmux-tsaheylu
A tmux plugin to connect you with tmux
automate bash environment linux shell tmux tmux-plugins tpm
Last synced: 11 Sep 2025
https://github.com/Mte90/gitapper
Remap Git with your custom scripts or new commands
alias bash git hacktoberfest wrapper
Last synced: 17 Jul 2025
https://github.com/davyj0nes/plates
Selection of Development Templates
bash boto3 cloudformation dockerfile dockerfile-examples golang jenkins kubernetes makefile makefile-template packer post-mortem python readme template
Last synced: 12 Jan 2026
https://github.com/mateusjunges/dotfiles
My personal dotfiles - making anywhere feel like home
bash dotfiles personal-dotfiles shell zsh
Last synced: 18 Jul 2025
https://github.com/jiab77/vuls-scripts
Bash scripts made to ease the use of Vuls
bash scan security-vulnerability vuls
Last synced: 13 Apr 2025
https://github.com/grabear/raspbian-shinyserverandpython36
Installation scripts for Python 3.6.2 and Shiny-Server
bash data-science python3 python3-6-2 python36 r raspberry-pi-3 raspbian raspbian-stretch rshiny shell shiny shiny-apps shiny-server
Last synced: 20 Mar 2025
https://github.com/daggerok/uao
Unzip archive and open in IDEA IDE, like Josh Long ;)
Last synced: 16 Sep 2025
https://github.com/deadsoul/unix.cafe_cpumode
BASH script to toggle between CPU powersave and performance mode in Linux
amd amd64 bash bash-script cpu cpu-governor cpu-performance intel performance powersave
Last synced: 05 Apr 2025
https://github.com/0bvim/minishell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
42sp bash filedescriptor minishell42
Last synced: 17 Jun 2025
https://github.com/micromatch/bash-match
Match strings using bash. Does not work on windows, and does not read from the file system. This library requires that Bash 4.3 or higher is installed and is mostly used for checking parity in unit tests.
bash file filepath glob javascript match node nodejs path
Last synced: 15 Aug 2025
https://github.com/sonatipek/matris-transactions-with-bash
matrix transactions using bash
bash bash-script linux matrix matrix-operations sonatipek
Last synced: 26 Jul 2025
https://github.com/z-shell/zconvey
⚙️ Integrates multiple Zsh sessions with unique ID
bash oh-my-zsh session-management session-manager shell zplugin zsh zsh-plugin
Last synced: 25 Feb 2026
https://github.com/geekzter/azure-pipeline-examples
Azure Pipelines YAML examples
azure-devops-pipelines azure-pipeline-templates azure-pipelines azure-pipelines-yaml bash pwsh samples workload-identity-federation
Last synced: 13 May 2025
https://github.com/wcarhart/lurker
Hacker News terminal client
bash cli hacker-news ycombinator
Last synced: 12 May 2025
https://github.com/nicholaswilde/notes
My notes on various things
bash docker git kubernetes linux notes
Last synced: 26 Jul 2025
https://github.com/portellam/powerstate-virtmanager
Set the power state of a Virtual Machine (VM). Does what virt-manager doesn't; includes missing features like sleep, hibernate, and wake. Bash TUI and Python GUI application.
bash bash-script glade gtk gtk3 gui libvirt libvirtd python python3 qemu qemu-kvm terminal tui virt-manager virtual-machine virtualization
Last synced: 23 Jun 2025
https://github.com/yohasebe/code-packager
📦 A set of bash scripts that package and unpack your codebase into and from a single JSON file, ready to be analyzed and understood by large language models (LLMs) like GPT, Claude, Command R, and Gemini 🤖
Last synced: 14 Apr 2025
https://github.com/m0saan/minishell
The project's main idea is to implement a simple shell. As beautiful as a real shell.
1337school 42born2code bash c cat echo lexical-analysis minishell parsing pipes shell signals
Last synced: 26 Feb 2026
https://github.com/kadalu/binnacle
A simple imperative tool for Tests and Infra automation
bash distributed-systems kadalu ruby testing
Last synced: 20 Mar 2025
https://github.com/NicNull/BTphone
Bluetooth RSSI phone monitor script to activate screen saver
auto-login bash bash-script bluetooth macos phone phone-detector presence-detection rssi screensaver ubuntu
Last synced: 06 Apr 2025
https://github.com/nulldev/fail2ban-log-viewer
:mag_right: A Bash script to print out the Fail2Ban log in a organized way.
bash command-line console fail2ban linux log nulldev terminal
Last synced: 10 Sep 2025
https://github.com/ranjeet1106/system-commands
This repository contains weekly notes in notes folder , GRPA ,Graded Assignments,BPT and NPPE solutions of the system commands course in their respective named folder
awk bash iitm iitmadrasonlinedegree iitmbs iitmbsc shell shellscript
Last synced: 03 Oct 2025
https://github.com/adiatma/intip
A simple bash scripting for searching geo location base on ip 👀.
Last synced: 19 Sep 2025
https://github.com/lcrespom/nash
A command-line editor for bash and compatible shells, aiming to provide great UX and productivity
bash javascript node productivity shell terminal
Last synced: 18 Jan 2026
https://github.com/vaithak/script-drive-download
A bash script to download files saved in google files from sites like mth102 site.
bash bash-script curl grep linux lynx terminal
Last synced: 11 Jul 2025
https://github.com/edsonandrade-tech/devops
:smiley: Básico de Git e Github com Bora Para Pratica
bash git github linux linuxmint shell shell-script
Last synced: 13 Jun 2025
https://github.com/marckassay/spypkg
spypkg intercepts shell expressions for modification to be redirected for execution.
bash batch cli executable global local node npm package-management spy symlink yarn
Last synced: 20 Jul 2025
https://github.com/clarketm/hackerrank-bash
HackerRank Bash Solutions
bash hackerrank linux shell solutions
Last synced: 25 Oct 2025
https://github.com/iamtornado/common_shell_scripts
非常实用的bash shell脚本集合
ai bash bash-script common llm shell shell-scripts tools
Last synced: 16 May 2026
https://github.com/antiz96/linux-server
Linux servers/services installations, configurations, ansible playbooks and customizations/preferences (with config/dotfiles).
ansible ansible-playbook bash container docker dotfiles linux server service
Last synced: 04 Sep 2025
https://github.com/hezkore/nautilus-desktop-file
A script for creating desktop files via Nautilus
bash desktop-file nautilus nautilus-scripts script
Last synced: 07 May 2025
https://github.com/spiritlhls/repocket-one-click-command-installation
Run the repocket client as a container on the Linux platform
bandwidth bash cash docker income linux money one-click-installation-script passive passive-money-making repocket shared
Last synced: 26 Mar 2025
https://github.com/dice-group/javaonlineexercises
Java Online Exercises (Jupyter JOE)
assignments bash docker exercises ijava java jupyter jupyter-notebook jupyterhub nbgrader
Last synced: 24 Jun 2025
https://github.com/pacstall/repo-maintain
mr helps repo maintainers maintain custom repositories
bash docker hacktoberfest pacstall pacstall-programs
Last synced: 13 May 2025
https://github.com/haensl/mutt2calcurse
Export events from mutt to calcurse
Last synced: 11 Oct 2025
https://github.com/arkapravo-ghosh/down
Instagram Video Downloader for Termux
Last synced: 19 Mar 2025
https://github.com/nalmeida/ssg5
Copy of the original ssg5 shell script made by Roman Zolotarev.
bash shell static-site-generator
Last synced: 12 Jun 2025
https://github.com/xtonousou/fortiadc-mysql-healthcheck
Solution for MySQL healthcheck on FortiADC using bash, ncat, mysql and systemd.
bash curl fortiadc healthcheck linux mariadb mysql systemd
Last synced: 18 Jul 2025
https://github.com/felipefacundes/shell_utils
Shell Utils is an educational framework designed to make shell programming accessible and powerful. It is the result of extensive work over many years, now available on GitHub. With over 280 documented scripts, it caters to both beginners and advanced users. Its main differentiator is the ability to interact with the major shells: Bash, Zsh, Fish
bash cli cli-app fish fish-configuration hacktoberfest oh-my-fish oh-my-zsh oh-my-zsh-plugin oh-my-zsh-theme ohmyzsh plugin-framework plugins productivity shell terminal theme themes zsh zsh-configuration
Last synced: 28 Jul 2025
https://github.com/marirs/autoinstalls
Compile & Install various packages customised
autoinstall autoinstaller bash bash-script debian libvirt nginx python3 qemu qemu-kvm ubuntu virt-manager
Last synced: 23 Apr 2025
https://github.com/the-akira/comandos-bash
Explorando a command-line interface (CLI) com a linguagem de comandos GNU Bash.
bash command-line linux terminal tutorial unix-shell
Last synced: 07 May 2025
https://github.com/deadsoul/autolinux
AutoLinux scripts for sysadmin
autolinux automated automation bash docker docker-container docker-image emby emby-server fstab mount sysadmin sysadmin-scripts sysadmin-tool vbox vboxsf vim vim-configuration virtualbox-guest-additions virtualbox-vm
Last synced: 05 Apr 2025
https://github.com/saschpe/dotfiles
Sascha's shell environment
bash dotfiles env environment git oh-my-zsh zsh
Last synced: 27 Jun 2025
https://github.com/maxkagamine/dotfiles
I used to be a terminal like you...
Last synced: 16 Jan 2026
https://github.com/edmondscommerce/phpqa
A PHP Quality Assurance pipeline designed to be run locally and in CI. Written in Bash.
bash coverage-report php php-qa phpunit pipeline qa-process sniffer travis
Last synced: 07 Oct 2025
https://github.com/acorbe/any
Keyword-based shell navigation. For Bash.
bash bash-completion bash-prompt shell-extension
Last synced: 28 Jun 2025
https://github.com/bensallen/hyperkit-mgr
A minimal shell based virtual machine management environment built around hyperkit.
bash hyperkit macos shell tap virtualization vmnet
Last synced: 11 Apr 2025
https://github.com/hugohadfield/cefflask
cefpython with a Flask sever
bash cef cefpython desktop-application flask gui html javascript python python-gui python3
Last synced: 25 Oct 2025
https://github.com/jstrieb/webash
A cursed bash web application that makes more cursed bash web applications
bash gui posix-sh quickserv shell shell-script web web-gui
Last synced: 26 Mar 2025
https://github.com/jezen/git-shmart
The Git commands you know and love, but smarter!
Last synced: 05 May 2025
https://github.com/tmiland/firefox-backup
Script to backup your firefox profile
backup backup-script bash bash-script firefox mozilla-firefox shell shell-script
Last synced: 06 Mar 2026
https://github.com/vitalyis/cursor-chat-recovery-kit
Recover and migrate your Cursor IDE chat history when workspace folders are renamed or lost
backup-tools bash chat-recovery cursor cursor-ide developer-tools macos python sqlite workspace-management
Last synced: 18 Apr 2026
https://github.com/jerichojyant/sudont
Sudon't is sudo with jokes and without passwords!
bash bash-script linux linux-command linux-shell linux-terminal
Last synced: 22 Mar 2025
https://github.com/jeffwilliams/dirhistory
Remember previous directories in bash and define keyboard shortcuts to change current directory to previous/next entries in history.
Last synced: 06 Apr 2025
https://github.com/spookyorange/apidog-linux-install
Install Apidog from a Tarball on your Linux machine, easily!
archlinux bash debian fedora fedora-silverblue linux scripting sh shell shell-script steam-deck steamos tarball targz ubuntu
Last synced: 10 Apr 2025