https://github.com/yowainwright/homebrew-tap
https://github.com/yowainwright/homebrew-tap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yowainwright/homebrew-tap
- Owner: yowainwright
- Created: 2025-09-16T07:37:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-04-09T02:34:34.000Z (3 months ago)
- Last Synced: 2026-04-09T04:25:27.775Z (3 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap
A Homebrew tap for tools by [@yowainwright](https://github.com/yowainwright).
## Installation
```bash
brew tap yowainwright/tap
```
## Available Formulas
| Formula | Description |
|---------|-------------|
| `1ls` | Lightweight JSON CLI with JavaScript syntax |
| `fjsf` | Fuzzy search scripts from JSON, TOML, and YAML config files |
| `pre` | Security proxy for package managers |
| `tqs` | Compile TypeScript to fast, small standalone native binaries via QuickJS |
### 1ls
A fast, lightweight JSON processor using familiar JavaScript syntax.
```bash
brew install yowainwright/tap/1ls
# Usage
echo '{"name": "hello"}' | 1ls '.name'
```
[Documentation](https://jeffry.in/1ls) · [GitHub](https://github.com/yowainwright/1ls)
### fjsf
A CLI tool for fuzzy searching and running scripts defined in JSON, TOML, and YAML config files.
```bash
brew install yowainwright/tap/fjsf
# Usage
fjsf
```
[GitHub](https://github.com/yowainwright/fjsf)
### pre
A security proxy for package managers that intercepts and validates package installations.
```bash
brew install yowainwright/tap/pre
# Usage
pre install
```
[GitHub](https://github.com/yowainwright/pre)
### tqs
Compile TypeScript to tiny (~1MB) standalone native binaries with QuickJS embedded. No Node.js, no V8, no runtime dependencies.
```bash
brew install yowainwright/tap/tqs
# Usage
tqs my-script.ts # outputs ./my-script — a standalone native binary
```
[GitHub](https://github.com/yowainwright/tqs)
## Updating
```bash
brew update
brew upgrade
```
## Issues
- **Formula issues**: [Open an issue here](https://github.com/yowainwright/homebrew-tap/issues)
- **Tool-specific bugs**: Report on the respective project repository