wipe

Crates.iowipe
lib.rswipe
version2.1.1
sourcesrc
created_at2022-04-15 12:47:23.972365
updated_at2022-12-29 15:38:25.449335
descriptionWipe the content of your terminal.
homepage
repositoryhttps://github.com/ricoriedel/wipe
max_upload_size
id568452
size7,795,166
Rico Riedel (ricoriedel)

documentation

README

wipe

Wipe the content of your terminal with a random animation.

This is a fancy alternative to the clear command. It plays randomly generated beautiful animations.

Build & install

Building this project requires Rust and Cargo to be installed.

cargo build --release
cp ./target/release/wipe /usr/local/bin

ZSH

There is a zsh script which can be sourced to replace clear and CTRL+L with this program.

Arch Linux

There is an AUR package called wipe-term. The zsh script can be sourced like this:

source /usr/share/zsh/plugins/wipe/wipe.zsh

Showcase

Animation 1 Animation 2 Animation 3

Commit count: 119

cargo fmt