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.
Building this project requires Rust and Cargo to be installed.
cargo build --release
cp ./target/release/wipe /usr/local/bin
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 |
There is an AUR package called wipe-term
.
The scripts can be integrated as follows:
Put this into your .zshrc
:
source /usr/share/zsh/plugins/wipe/wipe.zsh
The package will place the script under /usr/share/fish/vendor_conf.d/
which will be sourced by fish
with no further configuration required.