Wipe the content of your terminal with a random animation.
Go to file
Rico Riedel ab16aeaf71
refactor: upgrade dependencies
2023-03-26 18:40:48 +02:00
misc #1 feat: add fish configuration file 2023-03-26 18:31:27 +02:00
src Update dependencies 2022-12-29 16:37:07 +01:00
.gitignore Add Cargo.lock 2022-04-11 20:28:40 +02:00
Cargo.lock refactor: upgrade dependencies 2023-03-26 18:40:48 +02:00
Cargo.toml refactor: upgrade dependencies 2023-03-26 18:40:48 +02:00
LICENSE Create LICENSE 2022-04-02 17:10:50 +02:00
README.md #1 feat: add fish configuration file 2023-03-26 18:31:27 +02:00

README.md

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

Shell Integration

There are scripts for different shells which can be sourced to replace clear and CTRL+L with this program. The scripts are located in misc/shell/.

Shell Script
ZSH wipe.zsh
Fish wipe.fish

Arch Linux

There is an AUR package called wipe-term. The scripts can be integrated as follows:

ZSH

Put this into your .zshrc:

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

Fish

The package will place the script under /usr/share/fish/vendor_conf.d/ which will be sourced by fish with no further configuration required.

Showcase

Animation 1 Animation 2 Animation 3