An open API service indexing awesome lists of open source software.

https://github.com/sublimetext/bashcompletions

Native Bash completions for Sublime Text
https://github.com/sublimetext/bashcompletions

auto-complete sublime-text sublime-text-package sublime-text-plugin

Last synced: 4 months ago
JSON representation

Native Bash completions for Sublime Text

Awesome Lists containing this project

README

          

# Bash Completions

Native Bash auto completions for [Sublime Text](https://www.sublimetext.com).

It uses `compgen` command to provide dynamic completions for

- commands
- files
- variables

## Installation

#### Package Control

The easiest way to install is using Sublime's [Package Control](https://packagecontrol.io). It's listed as `Bash Completions`.

1. Open `Command Palette` using menu item `Tools → Command Palette...`
2. Choose `Package Control: Install Package`
3. Find `Bash Completions` and hit `Enter`