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
- Host: GitHub
- URL: https://github.com/sublimetext/bashcompletions
- Owner: SublimeText
- License: mit
- Created: 2024-11-19T20:30:58.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-05T19:43:26.000Z (9 months ago)
- Last Synced: 2025-06-14T00:04:03.160Z (8 months ago)
- Topics: auto-complete, sublime-text, sublime-text-package, sublime-text-plugin
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`