ock-0.1.4 is not a library.
ock
⚠️ Archived — no longer maintained. This repository is archived and read-only. The last published version remains available on crates.io. Feel free to fork.
ock is a lightweight command-line tool for slicing tabular data. It covers many everyday awk tasks with a simpler, faster interface.
Features
- Select columns by index or header
- Slice rows and columns with Python-like ranges
- Filter using regular expressions
- Work with custom row and column delimiters
Installation
From crates.io
Using cargo-binstall
Pre-built binaries
Download pre-built binaries for your platform from the releases page.
Available for:
- Linux (x86_64, aarch64)
- macOS (x86_64, Apple Silicon)
- Windows (x86_64)
Usage
Select columns
| |
Slice rows
| |
Filter with regex
| |
Custom delimiters
Combine operations
|
Out-of-bounds selections produce a warning and no output.
License
MIT license. See LICENSE for details.