Bash autocompleter is a command line utility to generate autocomplete scripts for bash and zsh.
Quick implementation of autocompletion into ag-Grid cell using autocompleter package.
Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
Blazing fast and lightweight autocomplete library without dependencies. 1KB gzipped.
Bash grammar for tree-sitter
Fast 0-deps bash parser written in TypeScript
A simulated bash environment with virtual filesystem
TypeScript client library for the Mistral AI API
Bash dictionary for cspell.
A language server for Bash
Execute shell command forwarding all stdio.
Shell Script dictionary for cspell.
Ace Editor Autocompleter for MongoDB Queries & Agg Pipelines
autocomplete plugin for oclif
Generic bash tool for AI agents, compatible with AI SDK
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
a glob matcher in javascript
Brace expansion as known from sh/bash
Bash Automated Testing System
Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
Bash-powered globbing for node.js
Easy customisable and with localStorage cache support.
Contains a git CLI autocompletion script for bash users. Currently, it autocompletes on local branch names.
Fylla generates zsh and bash autocomplete scripts for Thor CLI applications.
Bond is on a mission to improve autocompletion in ruby, especially for irb/ripl. Aside from doing everything irb's can do and fixing its quirks, Bond can autocomplete argument(s) to methods, uniquely completing per module, per method and per argument. Bond brings ruby autocompletion closer to bash/zsh as it provides a configuration system and a DSL for creating custom completions and completion rules. With this configuration system, users can customize their autocompletions and share it with others. Bond can also load completions that ship with gems. Bond is able to offer more than irb's completion since it uses the full line of input when completing as opposed to irb's last-word approach.
Conssh is a utility to configure SSH. It generates config files with connection information for a fleet of EC2 instances. Use it together with an autocompletion tool that understands SSH, like bash-completion or fzf.
gem command around reviewed topic branches. Supports workflow of the form: # alexander: git work-on <topic> git done # bismarck: git status # notice a review branch git review <topic> # happy, merge into master, push and cleanup git accept git review <topic2> # unhappy git reject # alexander: git status # notice rejected topic git work-on <topic> see README.rdoc for more (any) details. To make use of bash autocompletion, you must do the following: 1. Make sure you source share/completion.bash before you source git's completion. 2. Optionally, copy git-topic-completion to your gem's bin directory. This is to sidestep ruby issue 3465 which makes loading gems far too slow for autocompletion.