https://github.com/queer/text-processing-tools
A meta-repo for all my text-processing tools.
https://github.com/queer/text-processing-tools
Last synced: 3 months ago
JSON representation
A meta-repo for all my text-processing tools.
- Host: GitHub
- URL: https://github.com/queer/text-processing-tools
- Owner: queer
- Created: 2023-01-27T16:51:34.000Z (over 3 years ago)
- Default Branch: mistress
- Last Pushed: 2023-02-04T21:57:36.000Z (over 3 years ago)
- Last Synced: 2025-03-10T14:55:43.571Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# text processing tools
Tools I build for myself over time to process text data via stdin/out.
## Tools
- [`utt` (Java)](https://github.com/queer/utt): The universal text transformer, pipe data to stdin, optionally map with javascript, transform to another format, pipe to stdout.
- [`hl` (Rust)](https://github.com/queer/hl): A little tool to highlight code on the command line.
- [`de(c)ompressor` (Rust)](https://github.com/queer/decompressor): Automatically decompress and optionally recompress streams of compressed data at the command line; supports multiple formats + autodetection of input stream type.
- [`rgb` (Rust)](https://github.com/queer/rgb): Process `#rrggbb` colours in the terminal, get HSV, ranges, and more.