https://github.com/tiagocavalcante/kth
Command line tool for filtering stdin lines that just work
https://github.com/tiagocavalcante/kth
cli just-works rust
Last synced: 12 months ago
JSON representation
Command line tool for filtering stdin lines that just work
- Host: GitHub
- URL: https://github.com/tiagocavalcante/kth
- Owner: TiagoCavalcante
- License: mit
- Created: 2023-01-03T21:06:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T17:39:45.000Z (over 3 years ago)
- Last Synced: 2025-01-29T11:51:14.372Z (over 1 year ago)
- Topics: cli, just-works, rust
- Language: Rust
- Homepage: https://crates.io/crates/kth-lines
- Size: 2.12 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# kth
Command line tool that filters stdin lines for those who love tools that just work

This tool is inspired by [nth](https://github.com/coledot/nth)
## How to install?
Just execute the command bellow and you are ready to go:
```sh
wget -qO- https://raw.githubusercontent.com/TiagoCavalcante/kth/main/scripts/install.sh | bash
```
## Build yourself
Building it yourself is very easy:
```sh
git clone https://github.com/TiagoCavalcante/kth
cargo build --release
./target/release/kth 1 2 3
```