Skip to content

Collection of bash script to transform or evaluate text.

License

Notifications You must be signed in to change notification settings

siakhooi/bash-textutils

Repository files navigation

bash-textutils

Package siakhooi-textutils to transform or evaluate text.

Commands

Command Description Doc
prefix prefixText prepend each line with prefixText 📗Doc
suffix suffixText append each line with suffixText 📗Doc
is-true value Evaluate value if is a true value 📗Doc
is-false value Evaluate value if is a false value 📗Doc
make-table columns Print CSV data from stdin into table using columns as headers

Quick Start

$ sudo curl -L https://siakhooi.github.io/apt/siakhooi-apt.list | sudo tee /etc/apt/sources.list.d/siakhooi-apt.list > /dev/null
$ sudo curl -L https://siakhooi.github.io/apt/siakhooi-apt.gpg  | sudo tee /usr/share/keyrings/siakhooi-apt.gpg > /dev/null
$ sudo apt update

$ sudo apt install siakhooi-textutils

Deployments

Badges

GitHub GitHub last commit GitHub tag (latest by date) GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests GitHub top language GitHub language count Lines of code GitHub repo size GitHub code size in bytes Workflow workflow workflow Release GitHub release (latest by date) GitHub all releases GitHub Release Date

Generic badge Generic badge visitors