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

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

Awesome Lists containing this project

README

          

[pure-bash-bible]: https://github.com/dylanaraps/pure-bash-bible

# pbbs [![Marketplace](https://img.shields.io/visual-studio-marketplace/v/pombadev.pbbs?label=marketplace%20version&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=pombadev.pbbs) [![GitHub](https://img.shields.io/github/package-json/v/pombadev/pbbs?label=github%20version&style=flat-square)](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

[![Demo](./images/demo.gif)](./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!