https://github.com/pkgforge-security/comb
Combine the lines from two files in every combination [Maintainer=@Azathothas]
https://github.com/pkgforge-security/comb
Last synced: 8 months ago
JSON representation
Combine the lines from two files in every combination [Maintainer=@Azathothas]
- Host: GitHub
- URL: https://github.com/pkgforge-security/comb
- Owner: pkgforge-security
- License: mit
- Created: 2025-03-06T01:44:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T01:58:13.000Z (over 1 year ago)
- Last Synced: 2025-03-06T02:36:26.490Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ℹ️ About
This is a fork of [tomnomnom/comb](https://github.com/tomnomnom/hacks/tree/master/comb) with this PR Added: https://github.com/tomnomnom/hacks/pull/41
### 🖳 Installation
Use [soar](https://github.com/pkgforge/soar) & Run:
```bash
soar add 'comb#github.com.pkgforge-security.comb'
```
### 🧰 Usage
```mathematica
❯ comb --help
Combine the lines from two files in every combination
Usage:
comb [OPTIONS]
Options:
-f, --flip Flip mode (order by suffix)
-s, --separator String to place between prefix and suffix
-t, --trim Trim strings
```