Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T18:23:07.000Z (almost 5 years ago)
- Last Synced: 2024-04-16T13:04:53.204Z (7 months 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
![](demo/all-cmds.gif)
![](demo/cmd-completion.gif)- Trying to run a standalone `.bal` file or a `.jar` file
![](demo/run-single-file.gif)- Running a module
![](demo/run-module.gif)- Building a single file
![](demo/build-single-file.gif)- Building a module
![](demo/build-module.gif)