An open API service providing repository metadata for many open source software ecosystems.

Topic: "bash-completion"

Bash-it/bash-it

A community Bash framework.

Language: Shell - Size: 41.2 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 14,744 - Forks: 2,323

remkop/picocli

Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.

Language: Java - Size: 80.9 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 5,184 - Forks: 441

kislyuk/argcomplete

Python and tab completion, better together.

Language: Python - Size: 3.89 MB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1,524 - Forks: 141

gradle/gradle-completion

Gradle tab completion for bash and zsh

Language: Kotlin - Size: 592 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1,085 - Forks: 154

posener/complete

bash completion written in go + bash completion for go command

Language: Go - Size: 229 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 939 - Forks: 72

mrjohannchang/fz.sh

Cli shell plugin, the missing fuzzy tab completion feature for the z jump around command.

Language: Shell - Size: 4.5 MB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 551 - Forks: 29

iterative/shtab

↔️ Automagic shell tab completion for Python CLI applications

Language: Python - Size: 1.04 MB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 428 - Forks: 39

imomaliev/tmux-bash-completion 📦

Tmux bash completion

Language: Shell - Size: 26.4 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 304 - Forks: 49

szermatt/emacs-bash-completion

Add programmable bash completion to Emacs shell-mode

Language: Emacs Lisp - Size: 541 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 289 - Forks: 33

dsifford/yarn-completion

Bash completion for Yarn

Language: Shell - Size: 89.8 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 279 - Forks: 25

Anvil/bash-argsparse

An high level argument parsing library for bash

Language: Shell - Size: 311 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 193 - Forks: 17

badaix/popl

Header-only C++ program options parser library

Language: C++ - Size: 256 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 178 - Forks: 32

mernen/completion-ruby

Command-line completion for Ruby-related commands under Bash: rake, bundle, gem, rails, ruby, jruby

Language: Shell - Size: 151 KB - Last synced at: 22 days ago - Pushed at: 4 months ago - Stars: 148 - Forks: 19

iridakos/bash-completion-tutorial

Code of the bash completion tutorial

Language: Shell - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: over 7 years ago - Stars: 140 - Forks: 20

yvoronoy/magento2-bash-completion

Magento2 Bash Completion

Language: PHP - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 138 - Forks: 29

bashly-framework/completely

Generate bash completion scripts using a simple configuration file

Language: Ruby - Size: 261 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 129 - Forks: 4

gryf/vboxmanage-bash-completion

VBoxManage bash completion

Language: Shell - Size: 1.79 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 112 - Forks: 21

aelsabbahy/dargs

Enhance any command with dynamic arguments

Language: Go - Size: 40 KB - Last synced at: 12 months ago - Pushed at: about 8 years ago - Stars: 112 - Forks: 1

tillig/ps-bash-completions

Bridge to enable bash completions to be run from within PowerShell.

Language: Shell - Size: 129 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 80 - Forks: 13

stecman/composer-bash-completion-plugin

A hacky composer plugin to add bash completion without changing Composer code

Language: PHP - Size: 39.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 79 - Forks: 8

3v1n0/zsh-bash-completions-fallback

Simple zsh plugin to support bash completions for a command if no native one is available

Language: Shell - Size: 65.4 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 63 - Forks: 5

IBM/gWhisper

A gRPC CLI featuring reflection and tab-completion

Language: C++ - Size: 1.16 MB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 62 - Forks: 15

hedning/nix-bash-completions

Bash completion for the Nix command line tools

Language: Shell - Size: 144 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 62 - Forks: 12

midwire/bash.env

Bash.env is a cascading Bash environment system for those who work on different hardware and OS environments. Similar to oh-my-zsh but for Bash, and special sauce for those who work 'ssh' on remote machines.

Language: Shell - Size: 1.81 MB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 60 - Forks: 26

jamestomasino/burrow

burrow is a helper for building and managing a gopher hole

Language: Shell - Size: 131 KB - Last synced at: 7 months ago - Pushed at: about 4 years ago - Stars: 56 - Forks: 10

rockandska/fzf-obc

fzf over bash complete

Language: Shell - Size: 1.24 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 55 - Forks: 6

venthur/dotenv-cli

Executes commands with environment variables set from .env file. Zero dependencies.

Language: Python - Size: 208 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 42 - Forks: 7

imomaliev/ptrepl

Run command as REPL with completion(based on prompt_toolkit)

Language: Python - Size: 138 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 41 - Forks: 1

azhuchkov/tunblkctl

Command-line frontend for Tunnelblick

Language: Shell - Size: 66.4 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 34 - Forks: 2

waveplate/bash-gpt

bash-gpt is a bash extension that turns a natural language command into an actual command using a keyboard shortcut

Language: Shell - Size: 33.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 31 - Forks: 3

lauft/timew-bashcompletion

Bash completion for Timewarrior

Size: 25.4 KB - Last synced at: 25 days ago - Pushed at: over 1 year ago - Stars: 31 - Forks: 7

duong-db/fzf-simple-completion

[Tab] When bash-completion meets fuzzy finder.

Language: Shell - Size: 2.93 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 24 - Forks: 1

tevun/dockerize

Substitua instruções de serviços por operações de contêineres

Language: Shell - Size: 42 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 24 - Forks: 3

CyberDefend3r/stutterAI

Your AI assistant in the terminal.

Language: Shell - Size: 32.2 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 23 - Forks: 0

JBlond/dotfiles

my dot files with git and docker extension for windows and linux

Language: Shell - Size: 2.65 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 21 - Forks: 2

YurinDoctrine/termux-essentials

Misc packages install on Termux

Language: Shell - Size: 34.2 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 21 - Forks: 1

helpermethod/up

Climbing the directory tree at the speed of light.

Language: Shell - Size: 577 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 19 - Forks: 3

shell-ninja/Bash

A simple and useful bash script

Language: Shell - Size: 9.06 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 18 - Forks: 3

rue-ryuzaki/argparse

Argument parser for C++

Language: C++ - Size: 2.87 MB - Last synced at: 12 days ago - Pushed at: 13 days ago - Stars: 17 - Forks: 3

maruyamaworks/ffmpeg-completion

Bash-completion script for FFmpeg

Language: Shell - Size: 1000 Bytes - Last synced at: 29 days ago - Pushed at: over 8 years ago - Stars: 16 - Forks: 2

adoyle-h/bash-completor

Creating a bash completion script in a declarative way.

Language: Shell - Size: 35.2 KB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 0

zachwhaley/p4-completion

Bash completion for Perforce

Language: Shell - Size: 52.7 KB - Last synced at: 4 months ago - Pushed at: about 9 years ago - Stars: 13 - Forks: 3

rhaberkorn/openrussian-cli

Offline Console Russian Dictionary (based on openrussian.org)

Language: Lua - Size: 101 MB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 4

stefansundin/heroku-bash-completion 📦

:skull: OFFICIAL SUPPORT NOW AVAILABLE: https://github.com/heroku/heroku-cli-autocomplete

Language: Shell - Size: 223 KB - Last synced at: over 1 year ago - Pushed at: almost 11 years ago - Stars: 11 - Forks: 0

crazy-complete/crazy-complete

Generate shell auto completion files

Language: Python - Size: 928 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 10 - Forks: 3

tpanj/bash4all

Normalizing bash administration and development across different OS-es and distributions

Language: Shell - Size: 54.7 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 1

sjorek/composer-bash-completion

Composer shell completion for Bash

Language: PHP - Size: 104 KB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 3

dsnet/gotab

Simple bash tab completion for the go command.

Language: Go - Size: 11.7 KB - Last synced at: 7 months ago - Pushed at: over 9 years ago - Stars: 10 - Forks: 2

casperklein/docker-mailserver-mailctl

mailctl is a script to easily interact with docker-mailserver

Language: Shell - Size: 25.4 KB - Last synced at: 8 months ago - Pushed at: 9 months ago - Stars: 9 - Forks: 1

ysim/cook

command-line recipe management

Language: Go - Size: 120 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 0

cgabriel5/nodecliac

Easy Bash completion for CLI programs.

Language: Nim - Size: 29.7 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

omakoto/compromise

Go Framework for Writing Shell Completion for Bash / Zsh (with Go/ADB completion)

Language: Go - Size: 287 KB - Last synced at: 7 months ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 2

rantasub/vim-bash-completion

Use bash completion within vim

Language: Shell - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 3

andersonshatch/sca-bash-completion

Bash completion script for Micro Focus Fortify Source Code Analyzer (SCA)

Language: Shell - Size: 28.3 KB - Last synced at: 26 days ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 1

0mp/bash-completion-freebsd

FreeBSD-oriented extension to the Bash completion library

Language: Shell - Size: 29.3 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 6 - Forks: 2

dgroomes/my-software

My personal software: dot files, utility programs, setup instructions, and more

Language: Nushell - Size: 1.52 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 1

postmodern/command_kit-completion

Generate shell completions for command_kit commands

Language: Ruby - Size: 58.6 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 6 - Forks: 0

acorbe/any

Keyword-based shell navigation. For Bash.

Language: Shell - Size: 411 KB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 0

SuperSandro2000/vim-bash-completion

bash-completion script for vim command

Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 0

jmurowaniecki/jumpstart-bash

Bootstrap model for Bash scripts

Language: Shell - Size: 80.1 KB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 1

dczhu/zbash

A fork of Bash with handy features

Language: C - Size: 6.92 MB - Last synced at: about 23 hours ago - Pushed at: over 8 years ago - Stars: 6 - Forks: 0

piouPiouM/compass-completion

Bash completion support for Compass

Language: Shell - Size: 93.8 KB - Last synced at: over 1 year ago - Pushed at: over 14 years ago - Stars: 6 - Forks: 0

s0rg/compflag

Auto-completion for stdlib flag items

Language: Go - Size: 16.6 KB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 5 - Forks: 0

bystrano/bash-args

A framework for writing bash scripts that accept options and/or arguments. This repo is a mirror of https://gitlab.com/bystrano/bash-args

Language: Shell - Size: 132 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 1

posener/flag

Like the flag package, but with bash completion support!

Language: Go - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 1

Guru107/servermap

A CLI autocompletion tool to remember your servers

Language: JavaScript - Size: 36.1 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 0

luaneyed/omnibash

Save and broadcast shell configuration on multiple machines

Language: Shell - Size: 99.6 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 4 - Forks: 0

lefou/mill-bash-completion

Bash completion for mill build tool

Language: Shell - Size: 2.93 KB - Last synced at: 8 months ago - Pushed at: 9 months ago - Stars: 4 - Forks: 0

sim642/ocaml-arg-complete

Bash completion support for OCaml Stdlib.Arg

Language: OCaml - Size: 400 KB - Last synced at: 7 months ago - Pushed at: 10 months ago - Stars: 4 - Forks: 1

qtc-de/completion-helpers

Some utility functions for writing bash completion scripts

Language: Shell - Size: 27.3 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

thaljef/blackduck-detect-bash-completion

Command completion for Synopsys (Black Duck) Detect commands

Language: Shell - Size: 23.4 KB - Last synced at: 23 days ago - Pushed at: 7 months ago - Stars: 3 - Forks: 1

evildevill/BashSnippets-vscode

BashSnippets is a Visual Studio Code extension that provides a collection of snippets for bash scripting.

Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 2

Intek13x/msfvenom-bash-completion Fork of nopernik/msfvenom-bc-generator

bash completion for msfvenom in Metasploit

Language: Ruby - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

giovtorres/ansible-role-bash-completion

Ansible Role - bash-completion

Language: Python - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

ansible-tw/ansible-completion Fork of dysosmus/ansible-completion

Basic bash completion for Ansible

Language: Shell - Size: 35.2 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

mirkobrombin/go-cli-builder

A lightweight and flexible library for building command-line interfaces (CLIs) in Go. This library provides a simple and intuitive way to define commands, flags (including short names), aliases and more.

Language: Go - Size: 30.3 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 1

billsioros/cereal

A surreal C++ project manager

Language: Shell - Size: 2.23 MB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

exajobs/bash-collection

An ongoing & curated collection of awesome software libraries, learning tutorials, Useful links & scripts, tools, resources and cool stuff about Bash.

Size: 93.8 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

veilair/shell-development

An ongoing curated list of frameworks, books, articles, talks, screencasts, recordings, libraries, learning tutorials and resources about Shell Development.

Size: 594 KB - Last synced at: 9 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

BCallifornia/bash-completions

Collection of various bash-completions who aren't available through brew

Language: Shell - Size: 51.8 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

GregorySenay/loadmove

Bash command for quick directory moving -- useful for multi terminal

Language: Shell - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

thifranc/bash_todo_list

A simple CLI todo_list synced with Github

Language: Shell - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

mistweaverco/Taskfile

The Taskfile runner script: Better than Makefile, Grunt, Node and whatnot!

Language: Shell - Size: 22.5 KB - Last synced at: 5 months ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

curusarn/bash2zsh-complete

[DEPRECATED] Attempts to convert bash completion to zsh completion - much unstable, very alpha

Language: Go - Size: 8.79 KB - Last synced at: 5 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

sjorek/phpunit-bash-completion

PHPUnit shell completion for Bash

Language: Shell - Size: 33.2 KB - Last synced at: 5 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

jonasbn/bash_completion_historian

Experimental bash completion for historian

Language: Shell - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

neechbear/dotfiles-example 📦

Example use of dotfiles project to selectively symlink files into your home directory.

Language: Shell - Size: 29.3 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 1

potherca-abandoned/Sandurz 📦

⚠️ This project in no longer maintained. ⚠️ -- I'm always tinkering on the command-line to make my life easier. This is the result thus far..

Language: Shell - Size: 1.97 MB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 1

e-lemongrab/myshell

Framework for bash

Language: Shell - Size: 4.61 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

vnodesign/Mac-CLI

 Công cụ dòng lệnh macOS dành cho nhà phát triển – Công cụ tối ưu để quản lý máy Mac của bạn. Nó cung cấp một tập hợp lớn các lệnh dòng lệnh tự động hóa việc sử dụng máy Mac của bạn.

Language: Shell - Size: 11.1 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

jonasbn/bash_completion_perlbrew

Basic bash completion for perlbrew

Language: Shell - Size: 98.6 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

rakus/extensible-maven-completion

Extensible Maven Completion for Bash

Language: Shell - Size: 96.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

woblerr/pgbackrest-bash-completion

Bash completion for pgBackRest.

Language: Shell - Size: 652 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

wolandark/dotnet-bash-completion

Language: Shell - Size: 13.7 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

phd/mkalias

automatic lazy Bash completion for aliases

Language: Shell - Size: 10.7 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

mdeweerd/pre-commit-completion

bash-completion for pre-commit

Language: Shell - Size: 57.6 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

coxley/complete Fork of posener/complete

Dynamic, contextual tab completion for Go programs (shell agnostic)

Language: Go - Size: 217 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

capezotte/s6-shell-completion

Bash and Z-Shell completions for s6 programs

Language: Shell - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

daniele-roncaglioni/bai-gpt-in-bash

Most lightweight way to get AI bash suggestions in your terminal.

Language: Shell - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

shmuel-raichman/dotfiles

Collection of aliases, functions, and my prompt setup (PS1) that I'm sourcing in my .bashrc file.

Language: Shell - Size: 2.73 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0