https://github.com/siakhooi/textutils
Collection of bash script to transform or evaluate text.
https://github.com/siakhooi/textutils
active apt bash rpm
Last synced: 11 days ago
JSON representation
Collection of bash script to transform or evaluate text.
- Host: GitHub
- URL: https://github.com/siakhooi/textutils
- Owner: siakhooi
- License: mit
- Created: 2023-02-14T12:12:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-30T11:27:45.000Z (25 days ago)
- Last Synced: 2026-05-30T13:11:22.408Z (25 days ago)
- Topics: active, apt, bash, rpm
- Language: Shell
- Homepage:
- Size: 7.49 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# textutils
Package `siakhooi-textutils` to transform or evaluate text.
## Commands
| Command | Description | Doc |
| ------------------- | ------------------------------------ | ------------------------- |
| `prefix` prefixText | prepend each line with `prefixText` | [📗Doc](docs/prefix.md) |
| `suffix` suffixText | append each line with `suffixText` | [📗Doc](docs/suffix.md) |
| `is-true` value | Evaluate `value` if is a true value | [📗Doc](docs/is-true.md) |
| `is-false` value | Evaluate `value` if is a false value | [📗Doc](docs/is-false.md) |
| `make-table` columns| Print CSV data from stdin into table using `columns` as headers||
## Quick Start
### Ubuntu/Debian
```bash
$ 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
```
### Fedora/Red Hat
```bash
$ sudo curl -L https://siakhooi.github.io/rpms/siakhooi-rpms.repo | sudo tee /etc/yum.repos.d/siakhooi-rpms.repo > /dev/null
$ sudo dnf install siakhooi-textutils
# or
$ sudo yum install siakhooi-textutils
```
## Deployments
-
## Badges


















[](https://wise.com/pay/me/siakn3)
