https://github.com/pubudu91/ballerina-bash-completion
Auto completion bash script for Ballerina language
https://github.com/pubudu91/ballerina-bash-completion
autocompletion ballerina bash
Last synced: about 2 months ago
JSON representation
Auto completion bash script for Ballerina language
- Host: GitHub
- URL: https://github.com/pubudu91/ballerina-bash-completion
- Owner: pubudu91
- License: apache-2.0
- Created: 2020-02-02T17:31:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T18:23:07.000Z (over 6 years ago)
- Last Synced: 2025-06-02T11:31:52.968Z (about 1 year ago)
- Topics: autocompletion, ballerina, bash
- Language: Shell
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ballerina Bash Completion Script
This is a command auto completion bash script for the Ballerina language.
## Installation
To use this script, simply source the script.
```
$ source ballerina-completion.bash
```
Or add the above sourcing line to your `.bashrc` file.
## Demo
- Getting a list of possible commands


- Trying to run a standalone `.bal` file or a `.jar` file

- Running a module

- Building a single file

- Building a module
