https://github.com/pombadev/pbbs
A collection of pure bash alternatives to external processes
https://github.com/pombadev/pbbs
bash vscode-extension
Last synced: 4 months ago
JSON representation
A collection of pure bash alternatives to external processes
- Host: GitHub
- URL: https://github.com/pombadev/pbbs
- Owner: pombadev
- License: mit
- Created: 2022-09-10T13:08:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T12:50:39.000Z (almost 4 years ago)
- Last Synced: 2025-04-22T18:56:03.446Z (about 1 year ago)
- Topics: bash, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 826 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[pure-bash-bible]: https://github.com/dylanaraps/pure-bash-bible
# pbbs [](https://marketplace.visualstudio.com/items?itemName=pombadev.pbbs) [](https://marketplace.visualstudio.com/items?itemName=pombadev.pbbs)
`pbbs` is a VS Code snippets extension that has a collection of pure bash alternatives to external processes.
All of the snippets were extracted, re-formatted and modified by me from the [pure-bash-bible] repo.
# Demo
[](./images/demo.gif)
# Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
```text
ext install pombadev.pbbs
```
Or open extensions in sidebar (Ctrl+Shift+X), search `Pure Bash Bible` and install.
The snippets are available in `shellscript` & `markdown` languages only.
# Features
# Acknowledgement
All the snippets were authored by [dylan](https://github.com/dylanaraps) and the [contributors](https://github.com/dylanaraps/pure-bash-bible/graphs/contributors) of [pure-bash-bible] check them out!