Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feluxe/cnk

A command line tool which splits text into readable chunks that fit on one screen.
https://github.com/feluxe/cnk

chunk command-line-tool split terminal text unix

Last synced: 2 months ago
JSON representation

A command line tool which splits text into readable chunks that fit on one screen.

Awesome Lists containing this project

README

        

# cnk

cnk-screen-cast

### Description

"cnk" short for "chunk" is an Unix tool that allows splitting text (from stdin) into readable chunks that fit on one screen. You can use the ENTER key to go to the next chunk.

### Install

You need to have Rust/Cargo installed.

cd /tmp

git clone https://github.com/feluxe/cnk.git

cd cnk

cargo build --release

cp target/release/cnk ~/bin/

### Test

git clone https://github.com/feluxe/cnk.git

cd cnk

cargo build

python tests/gen.py 500 | ./target/debug/cnk