Wipe the content of your terminal with a random animation.
Go to file
Nicolas eb2d283770 Bump version number 2022-04-15 14:31:30 +02:00
dist Bump version number 2022-04-15 14:31:30 +02:00
doc Rename rotation to sonar 2022-04-15 07:58:55 +02:00
src Fix naming 2022-04-15 07:59:17 +02:00
.gitignore Add Cargo.lock 2022-04-11 20:28:40 +02:00
Cargo.lock Bump version number 2022-04-15 14:31:30 +02:00
Cargo.toml Bump version number 2022-04-15 14:31:30 +02:00
LICENSE Create LICENSE 2022-04-02 17:10:50 +02:00
README.md Update README.md 2022-04-15 14:30:00 +02:00

README.md

Wipe

Wipe your terminal with a smooth animation.

This is the perfect program for you, if you like clear but want to add an unnecessary animation.

Download options can be found in the release tab.

Configuration

All configuration is done using command line parameters. For a list of parameters, execute wipe -h. Note that some parameters like --color can be specified multiple times with different values.

If you want a persistent solution, you can add an alias to your .bashrc equivalent.

# Persistent config
alias wipe='wipe -c red'

# Replace clear with wipe
alias clear='wipe'

If you are using ZSH as your shell, you can add a keyboard shortcut like this:

# Bind wipe to CTRL+W
wipe-zle() { 
  wipe
  zle reset-prompt 
}
zle -N wipe-zle
bindkey '^w' wipe-zle

Showcase

Circle Rhombus Rotation