https://github.com/pkgforge-security/tok
Extracts and filters substrings from input based on length, alphanumeric rules, and delimiters [Maintainer=@Azathothas]
https://github.com/pkgforge-security/tok
Last synced: about 1 year ago
JSON representation
Extracts and filters substrings from input based on length, alphanumeric rules, and delimiters [Maintainer=@Azathothas]
- Host: GitHub
- URL: https://github.com/pkgforge-security/tok
- Owner: pkgforge-security
- License: mit
- Created: 2025-03-06T04:23:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T04:26:55.000Z (over 1 year ago)
- Last Synced: 2025-03-06T05:28:12.062Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- 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/tok](https://github.com/tomnomnom/hacks/tree/master/tok)
### 🖳 Installation
Use [soar](https://github.com/pkgforge/soar) & Run:
```bash
soar add 'tok#github.com.pkgforge-security.tok'
```
### 🧰 Usage
```mathematica
❯ tok --help
Usage of tok:
-alpha-num-only
return only strings containing at least one letter and one number
-delim-exceptions string
don't use the characters provided as delimiters
-max int
max length of string to be output (default 25)
-min int
min length of string to be output (default 1)
```