8000 GitHub - appleplectic/kitten: A fast, lightweight cat and more combination compatible with ANSI terminals, written in Rust.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
/ kitten Public archive

A fast, lightweight cat and more combination compatible with ANSI terminals, written in Rust.

Notifications You must be signed in to change notification settings

appleplectic/kitten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kitten

A fast, lightweight cat and more implementation for ANSI terminals (Linux, macOS, Redox, etc.), written purely in Rust.

Install from release

Head over to the releases page and grab the latest binary. If a binary for your computer is not available, or you would like to contribute, see the section below.

Building from source

Grab a copy of Rust from the Rust website or from your package manager, clone this repository (either through git clone or "Download ZIP"), and cd to the repo with your terminal.

To build a release-ready binary:

cargo build --release

This binary will be at target/release/kitten

To build a debug binary:

cargo build

This binary will be at target/debug/kitten

To run the program:

cargo run

About

A fast, lightweight cat and more combination compatible with ANSI terminals, written in Rust.

Topics

Resources

Stars

Watchers

Forks

Languages

0