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

https://github.com/bash-bastion/bash-str

String manipulation functions for Bash
https://github.com/bash-bastion/bash-str

basalt bash shell

Last synced: 19 days ago
JSON representation

String manipulation functions for Bash

Awesome Lists containing this project

README

          

# bash-str

String manipulation functions for Bash. Modeled from Go's [strings](https://pkg.go.dev/strings) module

Everything between `strings.Compare()` and `strings.ReplaceAll()` have been implemented

## Installation

Use [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to add this project as a dependency

```sh
basalt add 'hyperupcall/bash-str'
```