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/danihek/memoryshell

Learn with every execution of your shell

bash japanese japanese-study learning shell zsh

Last synced: 14 Feb 2026

https://github.com/stephanj/devoxxgenieterminal

Devoxx Genie Terminal is a macOS Swift application that provides a user-friendly terminal interface with AI-powered command suggestions and execution.

genai llm macos ollama shell swift terminal

Last synced: 14 Feb 2026

https://github.com/rioastamal/ec2-ondemand-prices

Provide Amazon EC2 prices per os and per region in text file using GitHub Actions

amazon-ec2 aws bash cloud devops ec2 ec2-price shell shell-script

Last synced: 14 Feb 2026

https://github.com/fkemser/LUKSwrapper

A collection of shell scripts to setup and manage LUKS/LUKS2-encrypted drives, either interactively or via command line.

cryptsetup dialog fido2 luks luks2 pkcs11 sh shell tpm

Last synced: 21 May 2026

https://github.com/gnustep/gitsvn-scripts

Scripts used to convert GNUstep from Subversion to Git.

shell subversion

Last synced: 11 Apr 2025

https://github.com/iandarwin/obscripts

Scripts that are primarily useful on OpenBSD

ksh openbsd shell

Last synced: 15 Apr 2025

https://github.com/1chooo/dotfiles

Some scripts to enhance my DEV Env.

macos shell terminal

Last synced: 30 Jul 2025

https://github.com/bfontaine/task.sh

Easy step-by-step Bash scripts output

shell

Last synced: 29 Apr 2026

https://github.com/mfinelli/firewall

Set of bash scripts to generate a firewall in Linux using iptables. Based on: https://wiki.archlinux.org/index.php/Simple_stateful_firewall

bash firewall iptables linux shell

Last synced: 06 May 2026

https://github.com/medicean/importshell

导入AntSword Shell配置

antsword import plugins shell

Last synced: 11 Mar 2026

https://github.com/carloslevir/dotfiles

Repo to store dotfiles used by me.

dotfiles shell zshrc

Last synced: 12 Feb 2026

https://github.com/nn1ks/mshp

A minimal and fast shell prompt

bash minimal prompt shell shell-prompt terminal zsh

Last synced: 05 Apr 2026

https://github.com/julian-klode/dotfiles

My dotfiles (License: GPL-3.0)

dotfiles shell

Last synced: 06 Oct 2025

https://github.com/andrewl/trello_cli_tools

Shell scripts for retrieving info from Trello

curl rest shell trello trello-api

Last synced: 29 Apr 2026

https://github.com/engineervix/pre-dokku-server-setup

Initial Ubuntu VPS server setup prior to installation of Dokku

dokku dokku-ready shell ubuntu

Last synced: 26 Jul 2025

https://github.com/gfcwfzkm/gshell

Basic uart shell for embedded systems, optimised for AVR

c commands embedded embedded-systems microcontroller serial shell terminal uart

Last synced: 04 Apr 2026

https://github.com/standardbeagle/ps-bash

Bash commands for PowerShell — real flags, real output, typed objects underneath. 67 commands, 775 tests, cross-platform.

bash cli cross-platform devops linux macos pipeline powershell powershell-module shell typed-objects windows

Last synced: 23 May 2026

https://github.com/sonatipek/convert-decimal-to-binary-with-bash

Convert decimal number to binary number with bash shell

bash bash-script convertto-binary linux-shell shell sonatipek

Last synced: 11 Apr 2026

https://github.com/guessi/sysprep

My personal bootstrap scripts

bootstrap fedora osx personal raspberrypi shell sysprep ubuntu

Last synced: 11 Jun 2025

https://github.com/satyamshorrf/multiple_language_program

These programs will all output "Hello, World!" when executed. Let me know if you have any questions or if you'd like to see more examples!

c cplusplus dart go groovy java kotlin kotlin-android mongodb oracle php python ruby satyamshorrf scala shell sql swift

Last synced: 10 Feb 2026

https://github.com/lvmalware/zshell

A portable, end-to-end encrypted and fully interactive remote shell application.

end-to-end-encryption interactive-shell pseudoconsole remote remote-access-tool reverse-shell shell tty zig

Last synced: 30 Jul 2025

https://github.com/isaiah76/terminal-launcher

A command-line interface app launcher for android mobile

android android-studio cli console dart flutter launcher linux mobile shell terminal

Last synced: 23 Feb 2026

https://github.com/jhabc1314/git-lazypush

lazy push branch to origin test branch

git shell

Last synced: 03 Apr 2026

https://github.com/carlinigraphy/awkdoc

Shell documentation generation from comment annotations.

awk bash documentation documentation-generation documentation-generator documentation-tool shell

Last synced: 05 Jan 2026

https://github.com/aminya/acutepowershell

Various PowerShell scripts

powershell pwsh shell unix

Last synced: 21 Feb 2026

https://github.com/jiviteshjain/kishmish

A stripped-down shell for Linux-based systems, implemented in C

c linux linux-shell shell

Last synced: 14 Jun 2026

https://github.com/gwali-1/genenv

create python virtual environments with specified dependencies already installed

bash-script python shell

Last synced: 23 Aug 2025

https://github.com/rioastamal/caddy-plus-security

Custom Caddy build with security plugin enabled.

bash caddy caddy-plugin caddy-server go golang shell

Last synced: 06 Mar 2026

https://github.com/mrothnet/abswap

Swap a/b directories or files using symlinks

cli directory file javascript shell swap symlink

Last synced: 15 Apr 2025

https://github.com/tmillr/prettier-completion

Bash completion for prettier.

bash bashrc cli completion prettier shell

Last synced: 15 Apr 2026

https://github.com/samuelmarks/libscript

Cross-platform—`/bin/sh`; `cmd.exe`—scripts library for: Windows; Linux; Docker; macOS; FreeBSD; SunOS; &etc.

batch batch-script cross-platform shell shell-scripts

Last synced: 14 Apr 2025

https://github.com/mhmdhussein/42-minishell

A UNIX shell written in C for the 42 school curriculum. Supports command execution, pipes, redirections, environment variables, and built-in commands. Designed to mimic bash behavior while reinforcing knowledge of processes, signals, and file descriptors.

42 42-project bash c minishell process-management shell system-programming unix

Last synced: 09 May 2026

https://github.com/ysoroko/19piscine2020

My work for the entry exams at s19 coding school called "piscine"

19 42 c exams piscine rush shell

Last synced: 04 May 2026

https://github.com/remove-guides/remove-starship-ubuntu

Remove files, packages and configs created by starship on Ubuntu based distros

automation bash distros linux python3 scripts shell starship starship-prompt ubuntu zsh

Last synced: 09 Apr 2026

https://github.com/f321x/minishell-42-core

Implementation of a (usable) shell program in C as group project (2) in the 42 school core curriculum.

42born2code 42cursus 42school c minishell minishell42 shell

Last synced: 19 Feb 2026

https://github.com/charles-m-knox/frequencmd

TUI app that can run any shell commands you want. Like bookmarks in your web browser, except shell commands.

bash bookmarks frequent frequent-commands go golang shell terminal tui tview utility

Last synced: 09 Apr 2026

https://github.com/funnyzak/git-job-docker

Trigger a source code pull with a push event from the git webhook. And then execute the commands.

docker docker-compose dockerfile shell

Last synced: 19 Feb 2026

https://github.com/dmzhari/hidden-shell

Simple POST Request Shell Command Execution

backdoor backdoor-attacks post shell

Last synced: 29 Jul 2025

https://github.com/humitos/dotfiles

My dotfiles for some programs

bash dotfiles pyenv python shell zsh

Last synced: 09 Apr 2026

https://github.com/arkady-emelyanov/go-shellparse

:shell: Parse strings à la shell

bash parser shell

Last synced: 09 Apr 2026

https://github.com/praveen1664/github-bitcoin-pipeline

Automated Pipeline with Github actions + Terraform + Docker Containers to deploy the Bitcoin Image in AWs

aws devops docker ecs-fargate github-actions shell terraform

Last synced: 09 Apr 2026

https://github.com/iamyounix/myzshconf

z shell with omz setting

linux macos shell zsh zshell

Last synced: 16 Feb 2026

https://github.com/mauricelambert/customshell

This package implements a Custom terminal using python.

linux pypi-package python3 shell terminal windows

Last synced: 09 Apr 2026

https://github.com/carry0987/linux-script

Store Linux Script

bash docker linux nginx shell

Last synced: 07 Aug 2025

https://github.com/madeleinedaly/pure-nvm

Pretty, minimal and fast zsh prompt with nvm integration

nodejs nvm prompt pure-prompt shell zsh

Last synced: 03 Oct 2025

https://github.com/ybda/shmarks

Directory bookmarks for the shell

autocomplete cli-app cli-tool rust shell tool zsh

Last synced: 03 Oct 2025

https://github.com/minasamirsaad/simple_shell

It is an imitation of the Unix shell built in the C language

access environments execve exit fflush fork getline infinite-loop isatty malloc-free perror shell strtok wait waitpid

Last synced: 11 Aug 2025

https://github.com/schijioke-uche/quantum-computing-qiskit-tool-wizard

The Quantum Computing Qiskit Tool Wizard software is purpose-built for Quantum Application Developers across industries who require a fast, reliable, and standardized way to set up their quantum development environments. The tool automates the creation of a Qiskit compliant virtual environment, tailored specifically for quantum application design.

ibm jeffrey-solomon-chijioke-uche python qiskit quantum quantum-computing research-and-development shell

Last synced: 24 May 2026

https://github.com/goldenthrust/alx-higher_level_programming

ALX Higher Level Programming is a collection of projects and exercises focused on higher-level programming languages and concepts. This repository includes implementations in Python, exploring various algorithms, data structures, and problem-solving techniques to enhance proficiency in higher-level programming.

data-structures-and-algorithms javascript python shell

Last synced: 07 May 2026

https://github.com/cheney-yan/py-ai-shell

AI-powered shell for command line users

ai command-line-tool openai python shell

Last synced: 13 Feb 2026

https://github.com/fiskeben/dotfiles

My configuration files for various (terminal) tools

dotfiles homebrew macos shell

Last synced: 10 Apr 2026

https://github.com/bearlike/dotfiles

Dotfiles are how you personalize your system. These are mine

configuration docker-compose dotfiles setup shell sysadmin ubuntu windows zsh

Last synced: 09 Mar 2026

https://github.com/wh1t3h47/cpu_powersave

Bash script to control CPU power consumption, featuring ACPI AC auto detection and Intel Turbo Technology

acpi bash cpu governor intel laptop linux linux-shell modprobe posix powersave pstate python shell shell-script systemd

Last synced: 10 Apr 2026

https://github.com/bocaletto-luca/netutils

NetUtils — Networking Utility Toolkit for Linux Author: Bocaletto Luca A professional Bash toolkit for everyday network tasks: downloads, uploads, port scans, latency and throughput tests. All output (stdout & stderr) is logged to netutils.log.

bash bash-script bocaletto-luca information linux netutils operating-system shell shell-script

Last synced: 18 Jun 2025

https://github.com/zombiegeek0/basicnmapscanner

Este es un proyecto para hacer un escaneo sencillo con nmap a una IP con bash

bash basic debian internet ip kali linux nmap port protocol scanner sh shell zombiegeek

Last synced: 11 Apr 2026

https://github.com/maxbeatty/dotfiles

My config and settings files

dotfiles shell

Last synced: 05 Mar 2026

https://github.com/hackedarea/phoenix-shell

My self made Linux Shell/Terminal, made by using Node.js

all-linux-distribution cli kali-linux linux nodejs parrot-os shell terminal

Last synced: 16 Nov 2025

https://github.com/erikfva/spatialsql

Funciones geográficas escritas en PL/pgSQL de PostgreSQL utilizando funciones de la extensión PostGIS.

gis pgsql plsql postgis postgresql shell sig sql

Last synced: 05 Jan 2026

https://github.com/ajm113/wallpaperrotate

Randomly rotates wallpaper of user using feh.

feh shell wallpaper

Last synced: 17 Nov 2025

https://github.com/awesee/gosh

Writing a simple shell in Go

go openset shell

Last synced: 20 Apr 2026

https://github.com/myvas/cmdout

The cmdout library provides facilities for executing shell commands and get their output before time runs out.

command-line shell stderr stdout

Last synced: 13 Feb 2026

https://github.com/mhutter/bindump

CLI tool to dump the binary representation of some data

binary cli shell

Last synced: 23 Mar 2025

https://github.com/sidoshiro/trasher

♻️ C memory pool library for my projects and studies 🚮

allocation c compact linux memory-pool pools shell trasher unix

Last synced: 28 May 2026

https://github.com/barabum0/shell-bot

A Telegram bot to run preset commands in shell

aiogram python shell telegram

Last synced: 09 Jul 2025

https://github.com/2kabhishek/shelly

Publish CLI Tools 🐚✨

prototyping script shell template unix

Last synced: 04 Feb 2026

https://github.com/djblue/dotfiles

Configuration repository.

babashka clojure dotfiles shell vim-script

Last synced: 12 Apr 2026

https://github.com/emilte/home

Setup for home directory

bash git shell

Last synced: 12 Apr 2026

https://github.com/watzon/ohshit

Oh Shit! is the command fixer you didn't know you needed. Inspired by thefuck.

bash crystal crystal-language shell thefuck zsh

Last synced: 19 Apr 2026

https://github.com/mrsauravsahu/monotools

Monorepo for tools to manage monorepos!

github-actions monorepo polyglot polyrepos shell

Last synced: 21 Jan 2026

https://github.com/fenhl/syncbin

command-line tools, mainly for personal use

bitbar dotfiles shell zsh

Last synced: 14 Feb 2026

https://github.com/obaydmerz/py3

🚀 A versatile Node.js library for seamless interaction with Python. Execute Python commands effortlessly and manage Python sessions with ease! ( No Dependencies )

api blender child-process cross-platform error-handling fast ipc linux no-dependencies node nodejs process py py3 python python3 shell windows

Last synced: 04 Apr 2026

https://github.com/root-hbx/linux101

Linux101 is my note concerning the detailed information of Linux

gnu linux shell ustc

Last synced: 02 Jan 2026

https://github.com/lorenzophys/search-alias

How many times you created a shell alias for a command that is hard to remember, but then you also forgot the alias itself?

productivity shell tool

Last synced: 26 Jan 2026

https://github.com/urinx/pokemonfetch

A command-line system information tool

bash command-line commandline neofetch pokemon screenshot shell

Last synced: 24 Apr 2026

https://github.com/akira-cn/openai-sh

Fast ChatGPT CLI powered by Azure OpenAI.

azure-openai openai shell

Last synced: 28 Apr 2026

https://github.com/adriens/schemacrawler-rpm

rpm install of schemacrawler

rpm schemacrawler shell

Last synced: 31 Mar 2025

https://github.com/edouard-lopez/pure.go

Exploring Golang by re-implementing pure prompt

bash fish prompt pure shell zsh

Last synced: 04 Feb 2026

https://github.com/csfive/missing-semester

🚧 🐙 MIT 计算机教育中缺失的一课课程笔记及课后练习

linux missing-semester mit shell vim

Last synced: 08 May 2026

https://github.com/yaaama/mace

Simple shell wrapper script for Doom Emacs, Emacsclient and the daemon.

cli doom-emacs emacs emacs-daemon script shell shell-script wrapper

Last synced: 05 Mar 2026

https://github.com/rajacharya987/razzshell

A custom Unix shell with unique features

bash fish-shell linux linux-desktop linux-shell powershell shell zsh

Last synced: 16 Mar 2025

https://github.com/mbrell/c0admin

A terminal-based AI assistant for Linux sysadmins.

admin bash c0admin devops docker gemini googlegemini linux linux-administration python shell sysadmin

Last synced: 06 Jul 2025

https://github.com/luisfelipepoma/concurrent_and_distributed_programming

This repository contains projects and exercises from the Concurrent and Distributed Programming course. It covers concepts such as concurrency, parallelism, and distributed systems, with a focus on implementing algorithms that handle synchronization, data sharing, and multithreading in various environments.

algorithms datasets go ia low-code shell

Last synced: 23 Feb 2026

https://github.com/equinoxx83/swiftrdp

SwiftRDP is a Remote Desktop (RDP) connection manager developed in Python with a Tkinter graphical interface. It allows you to manage your RDP connections (add, modify, delete, etc.) via a user-friendly interface, backup or import/export your configurations and even automatically check for updates.

linux linux-app python3 rdp rdp-client rdp-connection rdp-windows rdp-windows-server shell shell-script shell-scripts

Last synced: 28 Apr 2025

https://github.com/buren/dot-bash

Dot files

dotfiles shell

Last synced: 06 Jul 2025

https://github.com/baileywickham/personal_packages

A dotfiles repo with scripts and docker testing

docker dotfiles shell

Last synced: 27 Jan 2026

https://github.com/ricvelozo/scripts

[Mirror] Some useful scripts

bash blender linux python shell sysadmin unix

Last synced: 10 Jan 2026

https://github.com/jean0t/mkbackup

Make backups of directories in files with this shell script (Works in zsh and Bash)

backup backup-script backup-tool bash script shell shell-script zsh

Last synced: 10 Oct 2025

https://github.com/ripio/trade

Examples for using the Ripio Trade API.

api cpp csharp curl examples java javascript php python ripio rust shell trade

Last synced: 26 Feb 2026

https://github.com/augustohp/shell-preview-markdown

Quickly preview your markdown with sensible defaults

markdown posix-compliant shell

Last synced: 19 Jan 2026

https://github.com/prantlf/vup

Upgrades to the latest version of V, or manages more versions on the same machine, supporting all platforms including RISC-V, as simple es rustup.

bash install shell version version-manager vlang zsh

Last synced: 21 Jan 2026

https://github.com/walderlansena/dnsdragon

:dragon: :mag_right: Pesquise por diretórios e arquivos ocultos em aplicações web

directory dns host pentesting search search-algorithm server shell shell-script site website

Last synced: 14 Oct 2025