mirror of
https://github.com/ricoriedel/wipe.git
synced 2024-11-04 15:16:40 +00:00
Wipe the content of your terminal with a random animation.
misc | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
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.