Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feluxe/cnk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors