kth-lines

Crates.iokth-lines
lib.rskth-lines
version0.1.0
sourcesrc
created_at2023-01-22 17:37:46.04864
updated_at2023-01-22 17:37:46.04864
descriptionCommand line tool for filtering stdin lines that just work
homepage
repository
max_upload_size
id765284
size145,443
Tiago Cavalcante Trindade (TiagoCavalcante)

documentation

README

kth

Command line tool that filters stdin lines for those who love tools that just work

Demo

This tool is inspired by nth

How to install?

Just execute the command bellow and you are ready to go:

wget -qO- https://raw.githubusercontent.com/TiagoCavalcante/kth/main/scripts/install.sh | bash

Build yourself

Building it yourself is very easy:

git clone https://github.com/TiagoCavalcante/kth
cargo build --release
./target/release/kth 1 2 3
Commit count: 0

cargo fmt